Memory Pool Memory Pool Refreshing

2,851 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,401 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (846,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,583 62,583 0000000004651b8de4121fd08cd4fa3fbd4835b02df34fd47b65aa9465222325 0.00 MB 1 0
62,582 62,582 0000000001e92d505961c1b70e3133a5b5d99b2b9d0dc4687224bf073dea393f 0.00 MB 1 0
62,581 62,581 00000000069fdb57ef886b0065a76447c89ba70e96123cca6f174ba0a2d0bc32 0.00 MB 2 0
62,580 62,580 000000000a42afd680a6617ce5a96051a11d1bce8f4933201b689aafbf7259e2 0.00 MB 1 0
62,579 62,579 0000000007272e788b4f3593769262afa331b974bd51b39691bc6c0d3732bc8e 0.00 MB 2 0
62,578 62,578 00000000008173cb07c30154543994e8dc796fdb87782bef8f063d3b53ae7b0c 0.00 MB 1 0
62,577 62,577 00000000026418cd507a3d4361d169d16792eaab5e7b1afba46f0320be267084 0.00 MB 1 0
62,576 62,576 0000000006cdb807d83d06b2b816c49c48a57e15010ef03fc827f09ceaf4e892 0.00 MB 1 0
62,575 62,575 000000000180a8c4a707f63cdb78725e3d95701c79dcc7ac18bbb8cd44cffe8c 0.00 MB 2 0
62,574 62,574 0000000009d4e805621e01f563e00f37ed2c8dc7cec1f68b90ea56d210e9627a 0.00 MB 3 0
62,573 62,573 0000000002b3899154954f3902be55e53c09fc51d80a870492a87629cfd19676 0.00 MB 2 0
62,572 62,572 000000000c76bb61252ccda9e1157b71a83f94300f0ff54486ffdf27c62931d6 0.00 MB 1 0
62,571 62,571 0000000007d0c6b65f074f7b430655e14f1f9e27251cdb15fb9a8c3bc3677eda 0.00 MB 1 0
62,570 62,570 0000000001ff26acc8234f4d87958a2ae71c0a97196cf7b644311e7a26d1f569 0.00 MB 1 0
62,569 62,569 0000000003d8e645ba077944900daa2fa7f08e6ad38bb4b7e978492951fea5e6 0.00 MB 1 0
62,568 62,568 000000000a15527077ccac0e95a52168d2d2abe9c9c329cdd2be43bd092e8a76 0.00 MB 1 0
62,567 62,567 0000000005d668fe9662f10e1e537bd9fc925f6cdc7d9c22a4e96aa403f8fe54 0.00 MB 1 0
62,566 62,566 0000000002b63bd24a9ed234a0a284711d2af6f26aa5d45778c26e63b13fd758 0.00 MB 3 0
62,565 62,565 0000000005b59cb0301f8bb8d36ad0b59f82eeee7d0c83f03155303b423f599c 0.00 MB 7 0
62,564 62,564 00000000019d314c5fff98471bd56e6d351b8d4dfdc4812bed83bc1fb6523b89 0.00 MB 1 0
62,563 62,563 0000000005a989b4acd9c507440c2a716679b09649baa56253eb8f94eeec14ef 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,853.61 GB sent, 101.73 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.