Memory Pool Memory Pool Refreshing

6,265 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,261 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (326,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
581,272 581,272 0000000000000000000cb19832b562037c904370a1a74852d89a9cc2e263fbfc 1.10 MB 1,616 30
581,271 581,271 0000000000000000001ed0009d2579bc344f3959f641f4a5de070c5d5e579fba 1.17 MB 2,141 68
581,270 581,270 0000000000000000001f6402925505545360c28a85c0484badf71ff537a4859e 1.14 MB 1,851 40
581,269 581,269 00000000000000000021170b13342322b7d6e34af7f963fdf5e286c0a583e359 1.20 MB 2,410 71
581,268 581,268 00000000000000000016af073c1bde3f9308fc3b679db3e7c268b851a40796bc 1.23 MB 2,411 83
581,267 581,267 0000000000000000001783f50c482defa70cba58a7e205b84cb00f14f3fd3540 1.07 MB 1,181 58
581,266 581,266 000000000000000000237edcace23054fb4be1266ec4fe5afa7ec31111006b2d 1.21 MB 3,018 78
581,265 581,265 000000000000000000080c269d4ba75805e10a53a8a6b95ba9f066515e45dd83 1.20 MB 2,966 111
581,264 581,264 00000000000000000025c49e51780b7ca280be560d8762b73dd83a47843e08f7 1.31 MB 2,934 92
581,263 581,263 000000000000000000144ffe7e2c3d3437cfd0f365850cca49d27f2f86d81ed6 1.01 MB 759 55
581,262 581,262 000000000000000000220a2e4b8f725c05137b4bdfc772e6fd3fbc735e57cc46 1.13 MB 1,482 87
581,261 581,261 0000000000000000001edafb9525a832fe9deea10a6d15edf58e2936a3fd9658 1.14 MB 1,798 33
581,260 581,260 0000000000000000001388404c607cc3cf6c678f6d5eadb0ec8cf4f42bdac799 1.30 MB 2,848 102
581,259 581,259 0000000000000000001879caa02b002ba998c0e6fff5ebba061b99b12312a865 1.04 MB 2,527 19
581,258 581,258 0000000000000000001d91ca627be8bf0aedfa0d1d52bce24d7f0f31e8b73a0d 1.21 MB 2,743 66
581,257 581,257 0000000000000000000c36db2d9f8ad41dc2ae39d1461eaee3091d11a8b61033 1.13 MB 2,459 30
581,256 581,256 00000000000000000019439487e7f305d330b42b8a1c96935563e39e61322b5a 1.27 MB 3,012 101
581,255 581,255 0000000000000000001c5e0bb518ec9a0406de40bd829424f874cfc28232ed76 1.28 MB 2,939 98
581,254 581,254 0000000000000000000efa2e9022246c94c3406a9804a63a7db296a5baee334f 1.16 MB 2,259 59
581,253 581,253 0000000000000000001cc0b29e2e2845da95ad3e059567e9ccf40f57a43e0990 1.28 MB 2,468 107
581,252 581,252 0000000000000000000726133d8b2ac195bc50b2d39462e27ab19a134f01969f 1.28 MB 3,046 74
Previous 10 blocks ↓
Total Size: 769.24 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.97 GB sent, 94.11 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.