Memory Pool Memory Pool Refreshing

41,126 transactions
32.24 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,038 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,847 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,037 (557,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
305,556 305,556 00000000000000000564da57f1d61ed93b9d298fbc10e58c2d8eaf560ea5cb13 0.11 MB 195 32
305,555 305,555 00000000000000003c4ffadd2d6005354b51a17686b68725d2d3f55b22c2b6e4 0.07 MB 126 24
305,554 305,554 0000000000000000572a7de3548fa4ecc765812302953711fd90c72619ae309d 0.28 MB 437 27
305,553 305,553 00000000000000001fa5a1db7ac9174b529f82ed1e2e108c147b76cab395350e 0.14 MB 62 14
305,552 305,552 00000000000000003238b6c5a02454189608c7856bdb8053f3af26d7380d2b9c 0.73 MB 392 14
305,551 305,551 00000000000000002d5fa34152072532e8d4f143be36cd431897acbbfb794d38 0.35 MB 943 40
305,550 305,550 00000000000000001f81eba7f6c450b13b7c5ef908323e90ad3643faa1d43049 0.25 MB 168 13
305,549 305,549 0000000000000000178acfc067bdfec3fd98fdf1930e8b1e8bc8907e65bd7f63 0.35 MB 936 40
305,548 305,548 00000000000000004da5f281b11a06a8c3d019f241b16373a92023620d3cc93e 0.35 MB 804 38
305,547 305,547 00000000000000000f9591c0b55832e618028c6e252043da322a7da07e5b7e08 0.05 MB 75 14
305,546 305,546 0000000000000000233e890839e35cea24c4c43e56feaacd72bd306feeaf738c 0.27 MB 415 27
305,545 305,545 000000000000000038fcebcc8a1d5f00f1df4aa1be7582f137c9e47963290156 0.03 MB 82 34
305,544 305,544 000000000000000026ede394635170eff4644c23679c7a9dcf109bf504617a53 0.34 MB 465 26
305,543 305,543 00000000000000002c5d18921c8671bac7d77a81416ed9d961a6a06fb7bee3aa 0.06 MB 129 22
305,542 305,542 0000000000000000413ae62132cb820d576471063f0f8f6adeca6a33dee86016 0.21 MB 277 24
305,541 305,541 000000000000000034832d64c951a5a15044e35d41208a5ac9cb09fa3046e678 0.61 MB 550 20
305,540 305,540 00000000000000003a011fc469bf2c4d15a069ae6fe793a966340ee2cc67e812 0.35 MB 710 31
305,539 305,539 00000000000000002d3623a2825f4165c1559969f6153f07ff7218a73a4de1cf 0.25 MB 773 64
305,538 305,538 000000000000000052453fe892000d78d88451d1c6656ca24e51d1aeac97fde5 0.05 MB 100 31
305,537 305,537 0000000000000000421f9c008d24166b1a27374971843f74eeff9e696c825103 0.16 MB 379 41
305,536 305,536 0000000000000000451ca758fd595694491723a7c6adda7b0f000e0988261580 0.25 MB 218 18
Previous 10 blocks ↓
Total Size: 686.16 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: 1,416.64 GB sent, 113.17 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.