Memory Pool Memory Pool Refreshing

3,615 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,879 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,878 (811,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,579 96,579 000000000007d2383522f6f02b9da1900188465d16540a031ac4743e6bc23d62 0.00 MB 1 0
96,578 96,578 00000000000681ac43d6f2c612048b5b2ac48105f033f4409909a034b6e67f35 0.00 MB 2 0
96,577 96,577 0000000000042322c36b02a56a1026ff82946d105dc8e8513569e376380b48a9 0.00 MB 1 0
96,576 96,576 0000000000019d35a1408496efe446283a996fb5be09c2e518a2592f07c3bfb6 0.00 MB 2 0
96,575 96,575 0000000000057ecdeb6ca8d9dc6a45c2c65a3809cca8bfe9ad4ce92f8a16a564 0.00 MB 1 0
96,574 96,574 000000000002755cb431e7f9a56858ab6e13c2ac6986d4aa650141f1ee595794 0.00 MB 2 0
96,573 96,573 0000000000018da5f3204e44a1d3310a0eba92345c616b01b7ceb090bacfe4dd 0.00 MB 1 0
96,572 96,572 00000000000528aeeeaa6e95eda0832c8232bb19bb03bc173e8539aa0cbfb380 0.00 MB 3 0
96,571 96,571 000000000001b3fa3a5febc9efb632bafd21e09381d49ba2e062d3497964817f 0.00 MB 1 0
96,570 96,570 000000000004b05b0a02ae210c181151918aafee92b8fece4dd00216e5c484e9 0.00 MB 4 0
96,569 96,569 0000000000046aa05c4cd405ce07acc3f6113df8bb64e2888147a50a7848319f 0.00 MB 2 0
96,568 96,568 00000000000166cef5a79f8c1d1a0e48d6faed6805df96f396f28aac37ee1499 0.00 MB 1 0
96,567 96,567 0000000000013e58683858464412f36a0ddbeb05f689bce734f5a86051577dd5 0.00 MB 1 0
96,566 96,566 000000000001f8ad2cc9540ba9dab85a7fc537557e4f6cc470e31436260e2f5c 0.00 MB 1 0
96,565 96,565 000000000007a640c2edb6ae81ba6714284def124bd88a797eee64373c0a5596 0.00 MB 3 0
96,564 96,564 000000000000910f0d7270736a0cf6de12d19b0c33a234e7fe348071c0390746 0.00 MB 2 0
96,563 96,563 0000000000062280c4afe191de093940f7106c6d001442b0c5fdf63457bfc48b 0.00 MB 1 0
96,562 96,562 000000000003aa8d960d79e2d45bb7680a32a03e8852be6d4e644ab5934c6c6a 0.00 MB 2 0
96,561 96,561 00000000000453d81028f25d07c69129d54e61059149f9de60c7f663b75f86cf 0.00 MB 1 0
96,560 96,560 000000000003a7486cecb653c459099a0935366bd6a058e11e29f71dc30f43af 0.00 MB 1 0
96,559 96,559 0000000000075b9753ed3857c81a4a91a78e38143739c5fc17e881a4a935cb64 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,642.91 GB sent, 94.54 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.