Memory Pool Memory Pool Refreshing

30,437 transactions
34.41 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,100 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,859 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,099 (33,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
828,493 828,493 00000000000000000000c14beb120497de7c85bb60e293cd3128cb9802698fbe 2.29 MB 2,045 53
828,492 828,492 00000000000000000002ee1621a305f2812a8b86cc15e9dddb6fb946565a3375 1.94 MB 4,679 24
828,491 828,491 00000000000000000003fea6fd84db586f65d2b92c5abe51149ba7ebff2b90a6 2.38 MB 2,074 36
828,490 828,490 000000000000000000029709ceb099f1b1a39e80f0ea6321280472d3f1b143f1 2.04 MB 6,146 25
828,489 828,489 000000000000000000026e15639d017ad420acd45b504b8629670d5b4a7c996a 2.33 MB 2,420 32
828,488 828,488 00000000000000000003a75d7a51884b33b49713195007f07dc2f25a46c35b66 2.55 MB 1,554 29
828,487 828,487 00000000000000000002871a8f6e262c954e0204d077df773f46e06f5ad34862 2.20 MB 2,801 43
828,486 828,486 000000000000000000005ab20ff7bd80564e950689168951fa3c681201a1dd62 2.05 MB 2,629 41
828,485 828,485 00000000000000000001230537c3276ccf6fb3740309b2c0b3a706a7318dca8e 2.04 MB 3,833 29
828,484 828,484 00000000000000000000cf4ee0a8a64f86746951562ccce87c75ff5f19f3490f 1.81 MB 2,750 25
828,483 828,483 0000000000000000000223c398f41210661affa280cae5c61be4b1f5bc57536c 2.36 MB 2,036 31
828,482 828,482 000000000000000000037592f2a308c00cdf955b08528c51cc946bd3c08e57d0 2.61 MB 2,304 29
828,481 828,481 00000000000000000002248a2d28d8eb2a04f588d8866305ad50b13fe3ada41e 1.96 MB 2,895 37
828,480 828,480 00000000000000000003e489494fe8cca38b9357763d53e1cd104e6aee6c1a0d 1.81 MB 3,026 34
828,479 828,479 00000000000000000002f2c8fe27e953c3d1fbc09ea7aed3a1ea6a71781c4745 1.67 MB 2,786 52
828,478 828,478 00000000000000000001a10505a633d1473af75261a131d71f7e8e18767ec64c 1.96 MB 3,239 33
828,477 828,477 00000000000000000003c9756f1f2f3129002cd8dd2c9e4b6ef69085aad40a16 1.69 MB 2,948 42
828,476 828,476 00000000000000000001525a000a3c2d9e8047676c1c4070ffa497b4734aaeaa 1.66 MB 2,738 38
828,475 828,475 0000000000000000000120c43223e75005158972086746e2eea127f1f4b85a41 1.75 MB 2,925 38
828,474 828,474 000000000000000000034f260ba6740cfa96f66fca79275d6299e3aa560b7f1e 1.87 MB 4,594 26
828,473 828,473 00000000000000000003ddef6b77f0ce9002a44fd8cd3f881c1f23992652030f 1.62 MB 2,759 35
Previous 10 blocks ↓
Total Size: 684.35 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,336.72 GB sent, 100.66 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.