Memory Pool Memory Pool Refreshing

17,764 transactions (6.40 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,894 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,463 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,893 (901,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,460 7,460 000000004315e82e4e1f33dc994dfab627aa7ead7524504159b9e9fcc0551c9d 0.00 MB 1 0
7,459 7,459 000000003bab065abe88cba66391db2a818b1c7f4808164cc02e263ce8fd567d 0.00 MB 1 0
7,458 7,458 0000000006243ffb30638fb3f9a190776275ce9372a49854d22cb1a0d707cbbf 0.00 MB 1 0
7,457 7,457 00000000e587ad57bf3f71554211864ff0f64148cfe62946916cc5bbe8736c00 0.00 MB 1 0
7,456 7,456 0000000051458a41664374205402cefad24ac4978f5bd25c499bc6bfb52daec5 0.00 MB 1 0
7,455 7,455 00000000340242be6430f943ea1cf1c10dd79d3055a8a0cd23cde3cd026e6604 0.00 MB 1 0
7,454 7,454 00000000b8ab6606548256f9501c74026847e3c4e16a25bde4d8c50a337ee92e 0.00 MB 1 0
7,453 7,453 00000000625035cc71f2053ef141142fba0460953d0e64b39775b5688c5d9c26 0.00 MB 1 0
7,452 7,452 0000000010cd9572bcbd92d1fad5bddac4de4c6f5cfc4b8aca6d747130a9c956 0.00 MB 1 0
7,451 7,451 00000000c95d069853ba57ae3944bd3799c9f3630300ca70c616d31f802f25c3 0.00 MB 1 0
7,450 7,450 00000000aa22811e91b2f456264959fcefa1b49ffbc93d110c21c36fb7d004c4 0.00 MB 1 0
7,449 7,449 0000000065a46d4f94bbba8c61d547a5370ffa17f8192b90019e11e2bbbbd7ae 0.00 MB 1 0
7,448 7,448 000000007988ac387213a9fa83d7c8fbeeca5b4f3be5dfe1180dac4eef8c30da 0.00 MB 1 0
7,447 7,447 0000000070eabb853f079c6f1462ef8beca70bac775ce55a13f193fbd7362299 0.00 MB 1 0
7,446 7,446 000000000f2b2d53f572fb68e3a085b6375370b7e9099379633d1de51f6fa810 0.00 MB 1 0
7,445 7,445 000000005401086bc69a6bd6d9b58b0de1ec274d1789ca42b359dd9897aa8b59 0.00 MB 1 0
7,444 7,444 000000006182f684cdbe2dd5bc7b5b7dcd059c2ee1ae2c7b39659f2d44355e03 0.00 MB 1 0
7,443 7,443 0000000054562c25534c2c8815706f6ec67b01e1ebfd15bd81352c0438e5b38a 0.00 MB 1 0
7,442 7,442 0000000088fccdc30b98a3bc6c06c83c36f41b5da7695be00855022ca15ba98b 0.00 MB 1 0
7,441 7,441 000000006cb605fdb244424eaaad09187aca8a4f31adfa1b827e2ca19985aa82 0.00 MB 1 0
7,440 7,440 00000000a7acce51e7e86d5ed81c361ad127f27c02a80a5b392ef6330c2107cc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.35 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,863.42 GB sent, 104.02 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.