Memory Pool Memory Pool Refreshing

6,866 transactions (2.47 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,778 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,579 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,777 (827,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,581 81,581 000000000042b23b0c7bc95c74625e910a581c94123168fb1735fb4c57393f56 0.00 MB 2 0
81,580 81,580 0000000000079ed48a7486c0514e1ae5cc361df9fab1314ba05101d1fd5cfde8 0.00 MB 1 0
81,579 81,579 00000000002d8224b009e92626c8bf7400e096ea49685eab4b41762f43f868aa 0.00 MB 1 0
81,578 81,578 00000000003448190f20cc8f949c04a0928f4094ff04803b13fe26bf7877befc 0.00 MB 4 0
81,577 81,577 00000000001b01dc2c30eb55f899979a729b18fe0de1d5bce66562143ce1be9b 0.00 MB 2 0
81,576 81,576 00000000002933f080f4b7751419af330ffc5a7adeb274b03ed90b103b216410 0.00 MB 1 0
81,575 81,575 000000000024c49d36fb3ebdb12f40b5f34a165f72cc22beb82d6b19b6f73b59 0.00 MB 1 0
81,574 81,574 00000000001efacdb824968750c24148a8740db99d5a27692b4d93d1ba8385a4 0.00 MB 1 0
81,573 81,573 000000000005f92220740467a0349cdd427dc7ee4fa228dd2454f378f089bd16 0.00 MB 5 0
81,572 81,572 0000000000419fddda306f205a07d84bc6c9281af8dc676950d8dcd31de9070c 0.00 MB 3 0
81,571 81,571 000000000008cb4219add5fc4edca82f80f90006e2aa5beaaf2ed95d86208748 0.00 MB 1 0
81,570 81,570 0000000000324dcb4bbd8977a7b319328e93de6f40139f4243b91f5596fe06eb 0.00 MB 2 0
81,569 81,569 000000000044a7f604b23e223256c242c2a1d88732d99b4f81a83282df0c6f73 0.00 MB 7 0
81,568 81,568 000000000005e43e09c254baa239fad2dba1e751e46f1970885d8896b7a7b253 0.00 MB 4 0
81,567 81,567 000000000015a8de0f26ec01df0c3fa5655d4e876dde9dd40567086175dbfdd0 0.00 MB 4 0
81,566 81,566 00000000002736d940f14504b7d05a2f47b3ff125368c5e5f84e22cd2f628a9e 0.00 MB 1 0
81,565 81,565 000000000018eec25a9fad69f63d013a052cf25e99bd5097a07990f08464f400 0.00 MB 4 0
81,564 81,564 00000000000e6ef839046bd56497c407fa812bee5c23501a768b551c46ffc7d1 0.00 MB 6 0
81,563 81,563 00000000001c090fe5659838b4a666f7ef34a3a7484a4763f9f4ee53692b3d7b 0.00 MB 2 0
81,562 81,562 0000000000435300e1287dee8c7c13d18199a1894508c957938c7e38a28166f4 0.00 MB 1 0
81,561 81,561 000000000010d772f1a2c64e447750e6a4dae64e34105ba9bf7f45297d1d221b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.87 GB sent, 102.75 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.