Memory Pool Memory Pool Refreshing

3,000 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,984 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (483,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
424,563 424,563 000000000000000002b142558648efc3765a897cbff7b8b4486574669799559e 1.00 MB 2,455 61
424,562 424,562 0000000000000000040241363b56921253509e73a6d97922dced623df85e32ff 1.00 MB 2,603 84
424,561 424,561 00000000000000000365d0d5777aaf678357da1e612806d70da6a7d4e649cf7d 1.00 MB 2,893 64
424,560 424,560 0000000000000000035a1f465036b90da2ae1f496a905d396ee0c7f8ee3c7774 1.00 MB 2,255 76
424,559 424,559 000000000000000000a5ce4e754360d90bfa50a9a8a46c1d30a972086f8c5111 1.00 MB 1,240 131
424,558 424,558 00000000000000000340959937e23f256aedd4a6114ec08984d057db361f1c1c 0.24 MB 597 69
424,557 424,557 0000000000000000001128f13eddb3786a006f92e663f6296b88cdd50fb8f545 1.00 MB 1,371 35
424,556 424,556 000000000000000000091c0a293e5beee44afebbcda0b9c5bd8a09b81a041a3a 0.72 MB 1,463 56
424,555 424,555 000000000000000001551cbbce8b90da9d26830f61e0cfaaa8453e1f86c9c871 0.90 MB 1,835 55
424,554 424,554 000000000000000002e5f74bff8fca7073a7f774ead0858a28b1dde673ff42bb 1.00 MB 915 26
424,553 424,553 000000000000000002620936eb7ce10fe207b63504aae9a5b4403ce39e1ee82b 0.19 MB 372 50
424,552 424,552 000000000000000004c2e195576101c1200dcf7c8d7fab855fbba0370ddd49ce 1.00 MB 697 20
424,551 424,551 000000000000000005088315ea362629970a4adb9998d7edca20cfd96250f5af 1.00 MB 1,929 71
424,550 424,550 000000000000000004c6a895e2ea6e12ff5e8046454ab663d14b569734228b8d 1.00 MB 1,755 60
424,549 424,549 000000000000000004da0eb169bfd01b53377a3442836562a758817dbf6f61d4 1.00 MB 1,991 58
424,548 424,548 0000000000000000030d5a93cb47a8ddaea28f050c1baa1a0df834bcf9613b9e 1.00 MB 2,672 84
424,547 424,547 0000000000000000034f9420f175835a4c89184ba4517833d5d0be836d512cb2 1.00 MB 1,289 29
424,546 424,546 0000000000000000042ff38e48ce65afb53c8cc44f6ab1aaa5fa870332245b3a 1.00 MB 2,584 79
424,545 424,545 000000000000000001751bc12f75e2baa589dd769b0ceaaf0811299a6db0bb3d 1.00 MB 2,283 60
424,544 424,544 0000000000000000053027e87de8298f06e42d30933c9fea3af9c116a5852659 1.00 MB 2,762 87
424,543 424,543 000000000000000002dd26d37cb4a31774234bda10cc17af00559cf1a6c91497 1.00 MB 2,651 80
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.