Memory Pool Memory Pool Refreshing

85,813 transactions
33.84 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,003 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,503 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,002 (399,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
472,452 472,452 0000000000000000004c64ccea846f5b609e0716bd12d518f80298dbef2f009a 1.00 MB 1,980 293
472,451 472,451 00000000000000000028487357f5ff0db7ef0213737652b6c7a637f56199695e 1.00 MB 2,201 310
472,450 472,450 000000000000000000d71a54268652428d59875272ee7f0ffa2442ebeb05446e 1.00 MB 2,218 240
472,449 472,449 00000000000000000129fd9473d0145e8cc21b79cd506954d79d1419bb7f6fd9 0.99 MB 2,280 393
472,448 472,448 000000000000000000f65a83b3b20d2dd817df017d8ad7d32c22c1805fc18279 1.00 MB 2,529 335
472,447 472,447 000000000000000001213d3eb6b174053c19654f247adf3514a2bc4b09bcbe52 1.00 MB 1,945 373
472,446 472,446 0000000000000000010bc3310814ae1431d7b08254cdba5e7a2772c8f6a8852b 1.00 MB 2,327 439
472,445 472,445 00000000000000000125ae684d2c7748e8cb5034605be7bfffd58e701c20c107 1.00 MB 1,767 171
472,444 472,444 0000000000000000005008c1949a6e460fad3f18e9f66baf68ef7b4c4e528e55 1.00 MB 2,019 339
472,443 472,443 000000000000000001790c5ba33359c5933419bde5750f512b845014913ef14c 0.99 MB 1,733 403
472,442 472,442 0000000000000000011e34635d52efb126121509c918ce2ba38e0b9bb75ddd9a 1.00 MB 2,028 170
472,441 472,441 00000000000000000119360bf39d2bbdcf184b75747145c211f37a5eb51a505b 1.00 MB 1,910 321
472,440 472,440 0000000000000000006ed582eb98c4c46dc583ca025809ce1edb85b7cbe1507d 1.00 MB 1,459 203
472,439 472,439 0000000000000000006585454ac6414deaabd9429fbe74b8d23b1f25bca38b0b 1.00 MB 1,488 267
472,438 472,438 00000000000000000121d5aa5430441449a8e183109c05de87947f6fb55b8d28 0.99 MB 2,069 223
472,437 472,437 000000000000000000bc73e25404a9ac98470a62cd0ad6e0a9715fb5a5a2cbf7 1.00 MB 2,424 333
472,436 472,436 0000000000000000017fa9f148da985d7f33c6fbf8e91d2c6702b3a31a098409 1.00 MB 2,309 411
472,435 472,435 000000000000000000e964227d1d2f73811410b5bd6cd802dd3d2e3d45546eef 1.00 MB 1,610 282
472,434 472,434 0000000000000000001b7ac4dd90dd51aa5b41e059c9ea0047297e28f8897734 1.00 MB 2,047 220
472,433 472,433 000000000000000000c974c1a4dec5eb17398522cd16dceaa25ea79d12218fdd 1.00 MB 2,295 299
472,432 472,432 0000000000000000013bd9e71c7fd52c888bc36dabdbf377208f7cff4dcb21c1 1.00 MB 2,403 342
Previous 10 blocks ↓
Total Size: 703.22 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,584.86 GB sent, 232.77 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.