Memory Pool Memory Pool Refreshing

6,165 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,932 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (777,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,532 130,532 00000000000008e2e541aec37e47b7a1a637ff13423022684c8ca6b832529378 0.05 MB 134 1,909
130,531 130,531 0000000000000ac2d634b77c822f595a5d01593642198166c21134bb9f9af133 0.01 MB 12 597
130,530 130,530 00000000000001dfdb26f6d47300b58c15c9e71066bf6ebf0e226bcf878132d1 0.00 MB 17 1,306
130,529 130,529 0000000000001c69e604fd0e35fc9627fa2131a77c721c70a7356ab2e6d37a49 0.02 MB 87 173
130,528 130,528 00000000000017cc51d965cdbd8dc93daee7f679204475e7ca8c517624dc801f 0.01 MB 27 1,204
130,527 130,527 00000000000013078b8049d13563560a0358047147fcbe34a1cc1b76173005e3 0.00 MB 1 0
130,526 130,526 00000000000004d1ed538723ac65312ce168551e7ac8385820a27c930cc2e597 0.01 MB 21 1,362
130,525 130,525 0000000000001383ff35e6d0722f1dd6b63af9ade62c2930d3411baf1dae6704 0.02 MB 31 263
130,524 130,524 0000000000000772df04ce6999072ba9b4816ebd24816cdcf5e2fea7f67e4fa3 0.01 MB 36 1,981
130,523 130,523 000000000000082c3c6e214bd31de596644cad4d752a244ae0a094aeb19e83a2 0.03 MB 67 996
130,522 130,522 000000000000155dcce73feb9428b0d7f034cfbb0ec55ffd904c12347eed9322 0.02 MB 44 891
130,521 130,521 000000000000193c48632fa6a1946b14e8beef3cfc3bc81d3ccaa2ffcba4c4ae 0.01 MB 18 860
130,520 130,520 0000000000000110c64768f0122ec5e064190d65a4b2130250fab651f409f563 0.00 MB 13 1,187
130,519 130,519 0000000000000eb4ee09ad1335544aa047c37ebcd761fed13d44130eec058481 0.03 MB 64 1,404
130,518 130,518 0000000000000a50c5048c821e947070dad0f0f6da898ea2d3d0c582faec9385 0.04 MB 80 597
130,517 130,517 0000000000001485d87d41b0123b77d3a4db2f5b896d2e581e4bd5e8bba04030 0.00 MB 5 1,299
130,516 130,516 00000000000001f458bc7c48b9a9e46a30af2c0db75927b2d28d07f27bbedb31 0.05 MB 137 308
130,515 130,515 0000000000001360cb21c8aa04a0902652637f80a6bbfba097bc5deb4cc39072 0.00 MB 11 1,810
130,514 130,514 00000000000006448d23ea4f072e54bcf619cbfb119b260228b3d26924248722 0.00 MB 7 778
130,513 130,513 000000000000060477ae2cc9e998ddace0c7aef73459e0e5e83505df7f7876e6 0.00 MB 2 0
130,512 130,512 00000000000002e3326bb40bb894c1ba136dde3d5f267256436a83b811d60614 0.00 MB 8 401
Previous 10 blocks ↓
Total Size: 768.99 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: 1,616.56 GB sent, 92.76 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.