Memory Pool Memory Pool Refreshing

8,198 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 21/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 1.00 vMB 3,150 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (649,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
258,373 258,373 000000000000000fb0646fa637789372194ba3f8b2bca72e2522a00d72d489b4 0.16 MB 376 100
258,372 258,372 000000000000001de3c097468803296b951bc21b064c78e5347b095c4619647d 0.04 MB 125 81
258,371 258,371 0000000000000001067703ef046cf20c134a25909e40e9f23896c3c2a1be708c 0.16 MB 357 92
258,370 258,370 0000000000000025a0f087f6703aba7784a4c9c6a19f87e25b2b9c8c93e0965c 0.24 MB 629 94
258,369 258,369 000000000000000ce1eeb8efbf6563534e75944d790395decd9d880d848e26f3 0.27 MB 595 74
258,368 258,368 000000000000001d069ff72fa3dc42be0f1195bae21584ee5a5c97def38070dd 0.25 MB 579 130
258,367 258,367 000000000000000b70db5cd319d728bc73f3f9e8310f7cff84400b05c1a4806e 0.05 MB 139 67
258,366 258,366 0000000000000000b178bb33860d7a132f9ad600109185866fcdd509423cdec5 0.43 MB 382 38
258,365 258,365 00000000000000140db261c8586c0c382288f01edc33dfbfb66f3f65ddaf0d60 0.90 MB 619 32
258,364 258,364 000000000000000e358ec67af652c3aaff28026301049808b8898d5a78d61f99 0.25 MB 535 90
258,363 258,363 000000000000001e842c1c662ce7271c4f53136dec883acb4493ca6967abbcb7 0.50 MB 155 21
258,362 258,362 00000000000000218b4fa454479ce50d083255320b1a6f7ed1ff12b1801a995c 0.25 MB 169 24
258,361 258,361 0000000000000025c701ae7848e792887f576cbd9326afc1eb8b3a086c0de36b 0.09 MB 128 72
258,360 258,360 00000000000000091358f25a1a657a9d152b6909a7adc66c4c6b4e7efc59d2b2 0.25 MB 159 24
258,359 258,359 00000000000000188cb03c50304860e45bb6019049bc15f11ff462ca62e0a27e 0.50 MB 1,218 91
258,358 258,358 000000000000001992e713c4adc7ded3fc24635582193aa9e53c04a390cf1cef 0.25 MB 620 155
258,357 258,357 000000000000001ba8799c15392c7d2d080890eccfa4d5c958a59ebc2ec91724 0.25 MB 512 76
258,356 258,356 0000000000000023e87267eea7c0d4e92ec532ec8ece2cdc602f9fc9339d132f 0.25 MB 570 173
258,355 258,355 0000000000000015c6c1dbd97a6d76239aec87d5756d550f818c9a3fb6b3be6e 0.90 MB 429 21
258,354 258,354 0000000000000001c59f62e10734fac671301717d20941037734cd4c33d3dc9e 0.25 MB 334 33
258,353 258,353 000000000000001b492b12c33277052dfbe91635bfa3cb2a441f558aeedf0d71 0.25 MB 675 378
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.42 GB sent, 93.03 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.