Memory Pool Memory Pool Refreshing

6,545 transactions
3.09 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,796 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (881,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,118 27,118 0000000035747e07d3e3e19b48cb67c865d4154d71f81474f1ed6b3ceaad7357 0.00 MB 1 0
27,117 27,117 00000000c56253f8e5a1a9c9aff44b6f8445aa3e3dcb8bc9c6cccca49bb3c404 0.00 MB 1 0
27,116 27,116 000000009f498cc00c9820c777451aaf2ecc10fe11b79a3d98c3a604d165190f 0.00 MB 1 0
27,115 27,115 00000000893ba584cb8b3b40780b828695c714ac7719d98951e20e32e104034c 0.00 MB 1 0
27,114 27,114 00000000e3f94ba2a8237f84413e07b85428710f08e15143b18bed7abd1b3149 0.00 MB 1 0
27,113 27,113 0000000042e7e816db02874e025f7325631c46725511d0c58ebd93e20ecf3d6e 0.00 MB 1 0
27,112 27,112 00000000cc37fa1a70b39ac1eaeb0f90017bcd72bd7fcf9f2bf5cf052f2bb146 0.00 MB 1 0
27,111 27,111 000000008aac0e765ae2dbe9b034d6f291f495a1ff283204da4c4cf2ed3c74ed 0.00 MB 1 0
27,110 27,110 00000000e8ddb7065c42177bd6d5cc013f2a338a60bddb426cfd1b916d6a20a5 0.00 MB 1 0
27,109 27,109 000000000a4a519cd6fb1fb5c83e1229f5c4f9eaf1d973f08ec8063d27c3b8d9 0.00 MB 1 0
27,108 27,108 00000000777f528b44ea3cc0fbb24c031bef845c644c30ae70b4ea5e5855e03a 0.00 MB 1 0
27,107 27,107 00000000f0a9fbf1fd54a2b7d49bb972b88db001feaabf28bfa21968e0bd9dde 0.00 MB 1 0
27,106 27,106 000000009077f115085a1ee3497199752834d0aab83efe59852766a1b35aa5d0 0.00 MB 1 0
27,105 27,105 00000000f0fa4191497416fa9de411e073a9d18c37fb9e212171feb08afd796f 0.00 MB 1 0
27,104 27,104 00000000e6e4db0194700c0d414930407c7ae59bf2ab5b0ad3288d9c8ed2f7cc 0.00 MB 1 0
27,103 27,103 000000004e84271fd03c74980a08e25d942943da61c96773eac95d6507bf1b4a 0.00 MB 1 0
27,102 27,102 00000000075d5c37e89360ce47f06d3487e78d92bac2c75a06afaafe20b95072 0.00 MB 1 0
27,101 27,101 0000000037ae36b226bd54b3994855b81da299aff9042f5115241878b5d934cf 0.00 MB 1 0
27,100 27,100 000000005fc9d585503fa5b1a23c73cbfc9d6e4dc6d6043af2b6b34c002d3f30 0.00 MB 1 0
27,099 27,099 0000000052e3ef680b80d1c8c124493b0b30657b22af6b5f8fc1e70a6ccf6d0d 0.00 MB 1 0
27,098 27,098 000000004eebc2eddeda116d89680878707c1cfc168cf4eb59970ed3da4c7b99 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.29 GB sent, 101.94 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.