Memory Pool Memory Pool Refreshing

38,014 transactions
30.09 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,324 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,056 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,323 (206,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
655,445 655,445 00000000000000000010512b64028ef66278c849ed31b4c8565a6b7d792fdce5 1.44 MB 2,142 191
655,444 655,444 0000000000000000000d9b8c112f8e68f481cfebaccb194bc71381c8b2c8d16c 1.64 MB 908 67
655,443 655,443 0000000000000000000f55fae0dcaeeabccf688f79638bd7e493eeb9f6b0043a 1.46 MB 2,268 171
655,442 655,442 00000000000000000010516c374fa7737194bd4579d31a6038dc2e42624081a4 1.55 MB 1,784 156
655,441 655,441 00000000000000000000cde193382104dee4cf608626462ae648331ccead46de 1.27 MB 2,138 100
655,440 655,440 0000000000000000000687c284bc9c7f6125d6505abac760a1d4872cb16ed625 1.63 MB 1,104 64
655,439 655,439 0000000000000000000d5bd182706ae9251e08597b4a71bb62e38f5e835fcf8d 1.55 MB 1,754 125
655,438 655,438 0000000000000000000d07f6eb5744d0dafbd087420398e4f364b4a217d5b0ab 1.66 MB 643 22
655,437 655,437 000000000000000000027e720956bef88b3bdc0bb8cc6fd80b5aee3c328e87d0 1.50 MB 1,005 49
655,436 655,436 000000000000000000060c8f31ef9d4cb480b668aa5d38e491c6f7a8b999bb8b 1.32 MB 2,152 89
655,435 655,435 0000000000000000000558676026e11c14cb1549fdb391b495530a23bbe3c97a 1.34 MB 2,367 126
655,434 655,434 0000000000000000000f08120ccf777c063ec2cfdc617916f3e7cc676a9bd7a9 1.40 MB 2,396 166
655,433 655,433 0000000000000000000cbf74013bd5d62d4e5c63474a8f5bddc932459ab0f275 1.24 MB 2,146 81
655,432 655,432 00000000000000000002341857a119967f7e07282b4399be27be3b940205e908 1.18 MB 2,286 66
655,431 655,431 0000000000000000000bb42b8874b2833610735c3d3b52050c740f1647dfa16b 1.34 MB 2,789 95
655,430 655,430 000000000000000000086d19bf072ee54508091ac1e75dba3c9a1ebac08184df 1.45 MB 2,155 309
655,429 655,429 00000000000000000003c70d9d42ee9104ecffcb04634ced3365c10f263a4e81 1.41 MB 2,410 194
655,428 655,428 0000000000000000000e8713b31fe15984779df9b9cdf885415b8edda89e73eb 1.22 MB 2,429 89
655,427 655,427 0000000000000000000c549883929eabf8fdc8de7974f0673e4675b3bc48c848 1.32 MB 2,162 169
655,426 655,426 0000000000000000000602fa20b6c8fcf4652c18399358d382da3d0ddb70449e 1.19 MB 2,655 44
655,425 655,425 00000000000000000007dbf875b6dfbc41f67449a2654a01840c4040a278c385 1.28 MB 2,286 193
Previous 10 blocks ↓
Total Size: 684.78 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,363.88 GB sent, 103.55 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.