Memory Pool Memory Pool Refreshing

8,304 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
907,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,974 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (777,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,537 130,537 0000000000000addb823448c9991fb07033b5b95d542278844b7568eeaf890c9 0.03 MB 56 859
130,536 130,536 0000000000000a0c33fb435dc5ca98c4fdd4c65a3f9f7ca62e7c22dc65043cb8 0.00 MB 11 324
130,535 130,535 0000000000001b74d68262739f465c4f04274354003d04fe0f281459c9be5b0d 0.01 MB 23 695
130,534 130,534 0000000000000d47951f10299b7593046b78b6804fa9a6dfe04fc96e8f5bd2df 0.01 MB 17 1,408
130,533 130,533 0000000000000fc047431dd2adece1a7dff86e1e3d4c9114ca108f75587bb4a5 0.02 MB 39 501
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
Previous 10 blocks ↓
Total Size: 769.45 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,646.01 GB sent, 95.21 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.