Memory Pool Memory Pool Refreshing

10,308 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,345 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (299,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
608,401 608,401 000000000000000000038b3d56f08deeee9f4dbdaf1e9187379bca31362af000 1.34 MB 2,842 30
608,400 608,400 0000000000000000000e7ef4ebe20d173b549257903a0fefcfd6f48df0dc5237 1.15 MB 2,703 6
608,399 608,399 00000000000000000015b1f2b126781288ebae72af3dd76cb3c8ef00c5be889c 1.38 MB 2,953 25
608,398 608,398 00000000000000000006df31327eddfede870bfaf8df72cc045e1685fe695962 0.71 MB 1,569 9
608,397 608,397 00000000000000000007e7aa966669a2a62fcdeeb26a9c676a8975bb02ee96bb 1.30 MB 2,300 4
608,396 608,396 00000000000000000008fe81e6386c3e5d3f5b9e6e8d27bbcbf62c61d5865c29 1.37 MB 2,605 17
608,395 608,395 0000000000000000000b225ff98572eba8ad86ad77bbd1c15215ec7fff2604e6 1.42 MB 2,856 27
608,394 608,394 00000000000000000012ab8be5f01ce8770e4597b07ee403d03ee142f95d66b6 1.33 MB 3,099 22
608,393 608,393 00000000000000000010145669653f13101776616ab04a4414712d26ac7f04ad 0.61 MB 1,611 2
608,392 608,392 0000000000000000000a56deb8ae6045d16d850d8f68c7c3a19cb8253ce098f7 1.25 MB 2,877 14
608,391 608,391 000000000000000000033aaf6baf36c29cfd1273b4534be10a3f9b5b429e5ef0 1.37 MB 3,010 21
608,390 608,390 00000000000000000012df7e87203e2570e61a2dd9eb75dd483804e6f3e8ed95 1.26 MB 2,402 12
608,389 608,389 00000000000000000012eac119aa63b2add53d0406b74715857fa0d5e00e0bd9 1.34 MB 3,107 24
608,388 608,388 0000000000000000000fcdafad81f38ce54ea4e5db20bf9e33e35813f3f43ed7 0.54 MB 1,470 16
608,387 608,387 0000000000000000000db3b5dc134ab7416d243b6e753f2a7ed26ac02f015ab4 0.63 MB 1,409 19
608,386 608,386 0000000000000000000d2eee1960df5b1fe860c2a5b0b272e69117ecd58e7a82 0.90 MB 2,129 16
608,385 608,385 0000000000000000000d338bba4c26c56de08bfd4c06680195ef2bed5eb907c9 0.94 MB 1,944 10
608,384 608,384 0000000000000000001122bdc725533f8518f1c385bf4fc47666f075b0d5a720 1.32 MB 2,456 14
608,383 608,383 00000000000000000011bb96341b2c023b715376f91885c3ed22c1d2343970bb 1.29 MB 2,471 16
608,382 608,382 00000000000000000006188b600cc864ec0131c8b0707b5dc528840ea87eb8a3 1.20 MB 2,045 6
608,381 608,381 00000000000000000000a240bb3b06e4b42d100c35889815f2885a2f4ba9d744 1.16 MB 1,523 8
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.