Memory Pool Memory Pool Refreshing

6,698 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,162 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (8,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,169 899,169 00000000000000000001c1392c3f01f9ce0001c827fef00c9353e40749fdc213 1.50 MB 2,300 3
899,168 899,168 000000000000000000004caad059d9698df619cbb61dd922df3a3150ae521d2a 0.83 MB 1,175 1
899,167 899,167 000000000000000000003148759071714712ebc4b8b127ab1008c4ed82009d4d 1.49 MB 2,193 2
899,166 899,166 000000000000000000014d10b3bae8d820d7d8f3920094a9ca1ce642741b293e 1.38 MB 1,887 2
899,165 899,165 000000000000000000016a04ed1bb5ec89ba2c7e54a54a0c2b26b40b5addeb3a 1.01 MB 955 1
899,164 899,164 00000000000000000000598a011aa1e1fd91981fdbfcd43f60faf2d88a3148d4 1.86 MB 1,556 2
899,163 899,163 00000000000000000001ff295b72441cf0f850ff1765a9ff3abf58e4c3141e89 0.95 MB 1,373 1
899,162 899,162 00000000000000000000a41e6b216d15658e0d25f8726102a46cb86f90374dc1 1.57 MB 2,004 3
899,161 899,161 000000000000000000018b82a6f7277ffaae167a69cd81b32394f02273151376 0.45 MB 619 3
899,160 899,160 00000000000000000000a7e5644d03694187169f713df776ea1c8a6520277ba3 0.97 MB 1,176 3
899,159 899,159 00000000000000000000445fe9a1ad6d66cc10a44b89d23ce34017ffce46e6a9 0.84 MB 1,011 3
899,158 899,158 0000000000000000000115aca151f3c95d7d9e73dc7a0950601ea4a2f60c1531 0.38 MB 482 5
899,157 899,157 00000000000000000001ad5528525050969fab22c7d306ab5285d769e288de66 0.58 MB 536 4
899,156 899,156 00000000000000000000d009bff7b6e3bd2a81389f2f052fc1d0c4627b9d0a27 0.16 MB 334 3
899,155 899,155 000000000000000000021c531993a52eea655a922c9c5df40b40b8b9325f1fa3 1.10 MB 1,700 4
899,154 899,154 00000000000000000000e5d9827650a5b72c3e2770f4979112c07c4cb38fec1b 0.26 MB 434 2
899,153 899,153 00000000000000000000125027d75338addc20796ff01355822d0a9fa0f6f9d9 1.26 MB 2,169 3
899,152 899,152 0000000000000000000024861497acaa9e9fdb03c609c017724b95695ae1ba92 0.84 MB 901 3
899,151 899,151 00000000000000000000be32612e428f7bd78fc82f8ae70b326ba9526008a61c 0.94 MB 1,132 1
899,150 899,150 0000000000000000000067a3041e1ad5acace8aa530e3cebaf33329342f12261 1.61 MB 2,763 2
899,149 899,149 00000000000000000000e40e562bb28aaca3c49abd85fb6a8b58151ea7e0a76b 1.42 MB 1,132 3
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.