Memory Pool Memory Pool Refreshing

11,142 transactions
3.40 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,245 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (5,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,691 902,691 000000000000000000018f9f51b9abc9dd9546e5fb8081e32feb4118289bd791 1.53 MB 2,268 2
902,690 902,690 00000000000000000001652c9a3430254033b027c85a0f2f6c62c8b3d211dbeb 1.65 MB 3,114 3
902,689 902,689 000000000000000000017f2be2518509437b00d3e31447096476012c1cae2e34 1.74 MB 2,121 2
902,688 902,688 000000000000000000021a660e90f032177daa1c13d8b669fd356a09042150c6 1.55 MB 2,540 2
902,687 902,687 00000000000000000000d946dabe04e0ac63996e6332b24c49e84c186b769e19 1.70 MB 2,331 4
902,686 902,686 00000000000000000000e039fce20f05cdd6b385d5d597fb1161cda4f7e676fe 1.65 MB 1,753 2
902,685 902,685 000000000000000000019552e33246ad92f3c965e767d5f78615f6d89c1d9d89 1.80 MB 1,454 2
902,684 902,684 0000000000000000000033e4d5148cf49e5e246c401cefca9d65c9e30d83e7ec 1.88 MB 745 1
902,683 902,683 00000000000000000002078b0e377e8545b94635753c4bb6be7e37e52c158c49 1.55 MB 3,812 4
902,682 902,682 00000000000000000000177f10861cfae765eeb8eef201befda90f72ac6a0423 1.59 MB 2,839 2
902,681 902,681 0000000000000000000132a6f0f93790ec7435f351d51fc9fa4a4cbd2e47a823 1.73 MB 2,164 2
902,680 902,680 0000000000000000000092b52501cce2269ff3af6630b8d20c57ad75e87619dd 1.70 MB 2,845 2
902,679 902,679 0000000000000000000123a10f8603beacc6262b6ae5b5944bc4e3bba579223f 1.83 MB 3,854 1
902,678 902,678 00000000000000000000dc2b3e9fefbb2684d1a6a7b504114c08200e666da615 1.75 MB 3,157 1
902,677 902,677 000000000000000000016d6b4fb00ad61bac03ef84c6c37e147e2c1054a7707a 1.58 MB 3,357 4
902,676 902,676 000000000000000000004c5685486a1f0bbedaa9f1e9e83844582f937d569149 2.10 MB 3,212 1
902,675 902,675 00000000000000000001d08a2474d0bc57038cf90ae9e77dfad53aa7e44b30d9 1.71 MB 3,370 2
902,674 902,674 000000000000000000009626cbf5cde1a644a46b44de7dda2f8d973536beea8c 1.64 MB 3,165 4
902,673 902,673 000000000000000000014b0e265bb393bf5e6f6f45a4f1358c547468081c9edc 1.70 MB 2,872 3
902,672 902,672 00000000000000000001267bbf2b15095b52d8664557c0c5f9a6852af58e1b14 1.29 MB 1,108 2
902,671 902,671 000000000000000000013faa855e3242a28403de2c43e7ed3556a74495e397a2 1.60 MB 3,907 5
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.