Memory Pool Memory Pool Refreshing

4,287 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,707 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,920 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,706 (27,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,469 880,469 00000000000000000000aa97d711ffa4acd96597e3d06e60c7552857325372ef 1.50 MB 2,157 4
880,468 880,468 0000000000000000000118ad0577250eec0fdb9d3bd937c79cbf4b818b78fc3e 1.71 MB 2,211 3
880,467 880,467 0000000000000000000162ee8dc54a33270247a777ba1f4b4ae9d45eabfa4cd8 1.43 MB 1,634 4
880,466 880,466 0000000000000000000283491a6856a6b0285af4baeb8b4d203da9bac89b4355 1.71 MB 2,797 5
880,465 880,465 00000000000000000000d8aa8392515b940667dce783795f704071a02f6ad882 1.56 MB 2,418 5
880,464 880,464 00000000000000000001d22746463bf925f513eef82109e9d911d25a10dea9f5 1.94 MB 2,015 2
880,463 880,463 0000000000000000000209fe8002b5a35fe9a4054c837943c025668669e85fe7 1.46 MB 1,929 3
880,462 880,462 00000000000000000000554ca73a6885a7fc8ba5ac34ee418e6cb7d97eaa0642 1.91 MB 1,321 2
880,461 880,461 0000000000000000000231ba2bf1a5bd467ad3698fd8e221e2f48a5013f4ecf3 1.75 MB 2,577 2
880,460 880,460 00000000000000000001d777d36b1353a748a40fbfa1589991206a80c78b9ec2 1.90 MB 1,588 2
880,459 880,459 00000000000000000002333a047431c5c9e8c3884679ca0b1123e531d3be3b7c 1.76 MB 3,110 4
880,458 880,458 000000000000000000000412411cc323d5ce94b493bffb22ed309d6cd39e99e5 1.75 MB 1,415 2
880,457 880,457 000000000000000000021c6b531e005a59e4371f9c35fc647b2385ac99963cf4 1.75 MB 916 2
880,456 880,456 00000000000000000000181b0ae88ba4891bffc3460810dc2b9ee61f094959bf 1.97 MB 950 1
880,455 880,455 000000000000000000024a7d433dfd8e553454702c4518153aad343ba055269f 2.07 MB 339 1
880,454 880,454 0000000000000000000093968edc75ae916588b1d8a70614763397ca8ea90a53 1.66 MB 1,694 2
880,453 880,453 000000000000000000016eda028c10e68f28acd61eef3a30a424f4e8cd7072d3 1.72 MB 3,011 4
880,452 880,452 00000000000000000000eec734734261d2483969b83d44af792c435268815570 1.64 MB 2,201 2
880,451 880,451 0000000000000000000140f6bc10794893a4816265cc939d380d6378714fae3f 1.63 MB 2,484 4
880,450 880,450 000000000000000000011addd597869e34a4f2a62da291fe22dac2a357a7b7b8 1.64 MB 2,486 3
880,449 880,449 000000000000000000002052886a81bbf2c306aa7a30a45ed3f1a27d568d730a 1.53 MB 2,537 2
Previous 10 blocks ↓
Total Size: 769.00 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.64 GB sent, 92.79 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.