Memory Pool Memory Pool Refreshing

59,971 transactions
30.26 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,674 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 3,496 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,673 (198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,475 880,475 0000000000000000000232a4ff23c2237de3c50b5f62b55ef55c9009860b40c2 1.95 MB 1,302 1
880,474 880,474 000000000000000000021afb7d8972beb06c36c396816cdb91a8ca14817822d2 2.16 MB 195 1
880,473 880,473 0000000000000000000129bb86222f8a4c60e89c478895f3990ae8b274c39b5b 1.66 MB 2,258 3
880,472 880,472 000000000000000000012fc1351b509ce20412754980f2fe8a7ea5d6299fc0d6 2.15 MB 192 1
880,471 880,471 000000000000000000013c82167fcec8e4128362e4134ac804fbefd1b5a9968a 1.65 MB 1,785 3
880,470 880,470 000000000000000000005cc9b4db2004cd2958771906264b939ddc311a6300c5 1.78 MB 1,224 2
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
Previous 10 blocks ↓
Total Size: 719.69 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,871.89 GB sent, 63.42 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.