Memory Pool Memory Pool Refreshing

77,245 transactions
35.23 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,654 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,210 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,653 (194,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
655,455 655,455 0000000000000000000dad230e4290dac6a8a5beca315cd737f7f64beb15d0fc 1.41 MB 2,545 170
655,454 655,454 0000000000000000000142eaa8b9071eece6cb6e88c504c75443cc4a672eed1e 1.46 MB 2,480 130
655,453 655,453 0000000000000000000e6c5f010056e6c96e5250d285ef234f018cfe100b242e 1.67 MB 941 271
655,452 655,452 000000000000000000103cde514ab383cda0cd36523a120cf66d8f588155c6d1 1.34 MB 2,558 326
655,451 655,451 000000000000000000002246ba352e651558d31b2511c5614186f961d4aa61c5 1.46 MB 2,062 142
655,450 655,450 000000000000000000039663714585fe2808dc627cfd2eda33defcc22a0e556b 1.25 MB 1,900 75
655,449 655,449 000000000000000000002e9e83084454d9047a872434d04a1145589a738e30d6 1.31 MB 1,931 102
655,448 655,448 00000000000000000008890aeba988134040ace9808570d47b3cf2a94ea666d8 1.58 MB 1,298 64
655,447 655,447 00000000000000000000ac4eda7668e01e5d15333ee7b09a63e81a2bcf93e114 1.44 MB 2,047 129
655,446 655,446 0000000000000000000d4af0e0fa133235d3741f2786b93036b95285a2589adf 1.70 MB 691 60
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
Previous 10 blocks ↓
Total Size: 660.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 581.93 GB sent, 3.42 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.