Memory Pool Memory Pool Refreshing

449 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 449 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (597,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,488 310,488 00000000000000003f0d65b56f6707322c08fc7bed86c20233a74025bf6476c6 0.14 MB 283 30
310,487 310,487 00000000000000001a593d56a5aca4ca2a8509f0b389004bb772cd2dcc77442b 0.15 MB 199 20
310,486 310,486 00000000000000001a46397421b28375eb78733c15c726af83dec0814d5e9f69 0.12 MB 214 27
310,485 310,485 0000000000000000387c02b1745160e7ed93052b7755be1ed75c5512b67d92fb 0.29 MB 368 22
310,484 310,484 000000000000000033732f8aa26ce34be4afb23fefc78da52f413da1419dbbf9 0.53 MB 840 28
310,483 310,483 00000000000000003c48cc32b716d04d31a6debef8c88baec4884db44864e130 0.02 MB 44 39
310,482 310,482 0000000000000000371ce13ab131e395bcc65166c79a71a0d0ad5c70234d8340 0.04 MB 80 26
310,481 310,481 00000000000000003b5a3bd6d95242d6bd96f4e0659ced99e6bc8412c97cca28 0.06 MB 115 28
310,480 310,480 000000000000000016d8a6976c134fc72b8286671104adc4f376997c776fa2f4 0.03 MB 56 25
310,479 310,479 00000000000000000c61aeb3684a2c0ec1ea7c0563bcfca0bc8483b41584c089 0.30 MB 527 28
310,478 310,478 00000000000000000e51dec96e7906ba868fcd3fad22fbdb95b03c58118833fe 0.24 MB 419 27
310,477 310,477 000000000000000025fac279cac0ce35270714e0b9c033aaec93f57a1d30ec2e 0.17 MB 114 11
310,476 310,476 00000000000000002d381d4fc2d5b9110e43d4bf0a25a81bb590847c0ccc8a07 0.04 MB 128 33
310,475 310,475 0000000000000000079d8431163f637120a07805fe9add83fc3f9b0cf65e65a2 0.33 MB 413 21
310,474 310,474 00000000000000002cdaea1a9f3ea5a930138c2f64c2e93c156f258a3b2b18ed 0.17 MB 296 30
310,473 310,473 00000000000000003a17a7e8e66c92b344cbf57dc661daa0e19cd754b015c60f 0.20 MB 290 22
310,472 310,472 00000000000000001d581868155e710ada940fbc960cab55f5e3abc927773529 0.01 MB 13 6
310,471 310,471 00000000000000003be14a235487f266d783c4005fb0d2cd6f701836b1ab2bff 0.41 MB 669 27
310,470 310,470 00000000000000001f060cde21ed1c428564aad6b22f584522cf9538b2303993 0.21 MB 345 27
310,469 310,469 00000000000000001204203052075b9490993e287c628f4c024fa1a0d27b3d5d 0.50 MB 692 22
310,468 310,468 00000000000000000c74cbc1a97b4af1cafcf43de30a7158cadf4aca4df73b80 0.07 MB 135 26
Previous 10 blocks ↓
Total Size: 769.28 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,635.50 GB sent, 94.30 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.