Memory Pool Memory Pool Refreshing

5,605 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (10,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,127 897,127 00000000000000000001c4a3be05a592fd559eda2e428e77ccee510a034481ef 1.55 MB 3,139 5
897,126 897,126 00000000000000000001c14df63089b6b5720051c9e4f44f0ced1e32d78fec57 1.42 MB 1,006 1
897,125 897,125 00000000000000000000e1917050253d9d49d13a2835250446f27a68d550cc97 1.61 MB 3,776 8
897,124 897,124 00000000000000000001af7e90b5a6ecf977cce5c25ae2c8409c7edec35595a3 1.47 MB 2,460 4
897,123 897,123 00000000000000000000118d8adf992eff4abeaf343718c095768144a92497f4 1.23 MB 2,506 5
897,122 897,122 0000000000000000000236fca7f852cea0aa7200f5b97892d8ae5d0753f27b06 1.48 MB 2,789 3
897,121 897,121 0000000000000000000199a4718a3cc96d33ad3460b81fab14f0a05c82792371 1.20 MB 1,628 4
897,120 897,120 000000000000000000019150825e18713c331d0f569f49f74cb76e3b246638c3 0.76 MB 1,427 4
897,119 897,119 000000000000000000006ebc27176d134d4885a125cd7e3a13783a6c9bcd12c9 0.11 MB 275 20
897,118 897,118 00000000000000000001b0ab9987f34ec1552ffc0f225a81ecc8c0eef082fc51 0.32 MB 756 1
897,117 897,117 00000000000000000000f98bfbbf288e721f502259a2d4060f6b8be5334afc6e 0.21 MB 386 1
897,116 897,116 0000000000000000000228fd5fd4f87709af41fa65e52bb1eebab448107a9433 0.45 MB 1,217 4
897,115 897,115 0000000000000000000125aa7923acef470c1b0222241058da2e54167ec3941c 1.60 MB 4,392 3
897,114 897,114 0000000000000000000206038e2b2fecdb7e03afc1a8fa374e82b7f12903a58d 1.48 MB 2,417 2
897,113 897,113 0000000000000000000126fbf785a1152bf8d052a2275c97e6c81e6813e85ffe 1.53 MB 3,556 7
897,112 897,112 000000000000000000019a8917e9f39e44a4d1ff58993d11a6de0575afa10dba 1.16 MB 2,808 3
897,111 897,111 00000000000000000001ab3fe0bdfbef6d3d69bb94f207c02eca3dc684170d69 3.42 MB 133 1
897,110 897,110 0000000000000000000098800bbe23c08bb32aacd3f7fb9d38e093d9620eb268 2.90 MB 1,869 2
897,109 897,109 00000000000000000002489fb10b0c6fe6de525dbe3357f41053c0ef4d24d515 3.29 MB 1,151 1
897,108 897,108 00000000000000000001be8a128f81054d72a73c34d5906ba2a9445ddcb7f736 2.11 MB 2,896 2
897,107 897,107 000000000000000000014f0e55486e5fb4f984e24033ca176d457307444bfc9e 1.32 MB 1,996 1
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.