Memory Pool Memory Pool Refreshing

297 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,187 0000000000000000000237740000000000000000000000000000000000000000 0.17 vMB 278 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,186 (94,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
804,536 804,536 00000000000000000000cc1afb9103541818abb39d46175bbdda129ffc9612f4 1.61 MB 2,788 18
804,535 804,535 00000000000000000002a28a9c94308f3301b28c787059358eca9d648b838ede 1.80 MB 800 9
804,534 804,534 000000000000000000022ab0ebc7ddda866fc1bad31daaf2c5f99ed396a1fd9d 1.62 MB 1,781 12
804,533 804,533 000000000000000000044726bd7f385b75f9252455021e8427968223b6aa03f6 1.71 MB 861 9
804,532 804,532 00000000000000000000fee122eca992f623eba77e4f942bbab0bc91fb920991 1.42 MB 2,257 15
804,531 804,531 0000000000000000000000bffaeeea2df36a7ecbd0c5f4e25faa8a55d589f159 1.66 MB 2,712 16
804,530 804,530 000000000000000000034126f4f630f276d527e5baa3c182e4be7b7a18fcf9af 1.75 MB 1,637 10
804,529 804,529 00000000000000000001a2a638d846f721af76bfcd5ba266acb44a1542e1b23d 1.28 MB 1,362 10
804,528 804,528 000000000000000000048ea9fb4fff0de01c2be08b1e4fc9764362475f2e07bd 1.52 MB 3,252 23
804,527 804,527 00000000000000000003fbeab2e4dcdbf2ba642ef1e171320595452e6d655f4d 1.72 MB 956 8
804,526 804,526 000000000000000000011600b4e7548a27de5f87feb1437b9566336a03463f68 1.85 MB 429 8
804,525 804,525 00000000000000000003929f5c5c58cbd5f26f4eb4b1cef510f85239e019afcc 1.86 MB 409 7
804,524 804,524 00000000000000000004012be34a0e7e899e0e8d5910596af6d0fc583e0f3ee2 1.72 MB 2,017 8
804,523 804,523 00000000000000000001dda1133c977bf81aa753994f1cda87ce2b78fde719b7 1.61 MB 3,712 17
804,522 804,522 00000000000000000003055abeaf277af4b3606a3d8493c8d26c13bf7f77e267 1.37 MB 2,584 34
804,521 804,521 00000000000000000001585c4f88583fbcc9ca4d54d845313d62580d1c4bbb1c 1.76 MB 951 8
804,520 804,520 0000000000000000000256320efb71265dcb8b929685a8dae4076a60a8be8a86 1.48 MB 2,753 19
804,519 804,519 0000000000000000000109e56a4dc565e394d4554c487d2b3419d5ce20ca8e2f 1.52 MB 1,633 11
804,518 804,518 0000000000000000000228ffd7a74c1ff3b6df5a1ba730b151cde1796a3585fb 1.56 MB 2,811 17
804,517 804,517 000000000000000000047751ed137c232c1b2b00ccd4e743fda21081009675ef 2.04 MB 6,387 7
804,516 804,516 00000000000000000001c8af64dceee2b48fba26f07b6d9840fe1291e2d1e865 1.71 MB 1,812 11
Previous 10 blocks ↓
Total Size: 754.61 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 455.19 GB sent, 22.48 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.