Memory Pool Memory Pool Refreshing

70,397 transactions
32.16 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,942 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,321 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,941 (384,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,535 465,535 000000000000000001fef3e007011c0b55afa54e5977d832ff88c78bfc630fce 1.00 MB 1,689 165
465,534 465,534 0000000000000000014c220c2ccd44962cf38e0f28e6c4142098f388afc1629a 1.00 MB 2,430 189
465,533 465,533 000000000000000001359e85adcbeb3a5d5940eee4de75b406d3989af06b4c72 1.00 MB 1,975 217
465,532 465,532 0000000000000000000e273a57bbdc6aebb78a3e6647e3a907ba8ad89f0d62bf 1.00 MB 2,487 218
465,531 465,531 00000000000000000119a6acb690b35080d9e56dd75fe7cf679efa6df25df826 1.00 MB 2,761 222
465,530 465,530 00000000000000000193de4625f4d9b6bcb353bc0bebf453e1b3c2fe01f7c162 1.00 MB 2,947 283
465,529 465,529 000000000000000001dbd9f95a0b70d4f5c26ed20bb2bcfba70f16b5d823f4dc 1.00 MB 2,102 190
465,528 465,528 0000000000000000001799c03296dba558021ab3b8867db4b6a44ec81d35a1eb 1.00 MB 2,108 200
465,527 465,527 0000000000000000020c8508538746855b5130e35cab0d7355462fd060ae2e34 1.00 MB 2,105 170
465,526 465,526 00000000000000000171a8f8e7f972f8758c68039f7b044c16af7a1a413fa72e 1.00 MB 2,670 227
465,525 465,525 0000000000000000003e8be2d8ca6609b7ae04e5d72351541c3670f07647200c 1.00 MB 1,842 142
465,524 465,524 000000000000000001b73a4a7d9dec96154cb19df71da81bfe2793c6b2711083 1.00 MB 2,586 192
465,523 465,523 0000000000000000009bc2d89819bc40adbaa32fcedde38123173842020524ff 0.93 MB 1,982 198
465,522 465,522 000000000000000000ea38576905801253e4fff7079437cd954e94df13e4287e 1.00 MB 1,848 168
465,521 465,521 00000000000000000058bbfbcb72537613e250668a0ca540682c9ab77b8962e6 1.00 MB 2,263 137
465,520 465,520 00000000000000000200215bff5f8a21660a0218fcde9ff734289e3f61e92cbe 1.00 MB 2,227 148
465,519 465,519 0000000000000000017a9c0a6497eec29a401b78f2059ba936476a599c0a199e 1.00 MB 2,122 201
465,518 465,518 00000000000000000084879c7406d80c123fb2b29af9de5836bab4334ead1008 1.00 MB 1,990 180
465,517 465,517 000000000000000000677997a0f059652d108b59d7185165bda436d6688ab174 1.00 MB 2,091 193
465,516 465,516 000000000000000001afc0c160ab140ac2b60d13a70ab09f211f456a76af275c 1.00 MB 2,126 185
465,515 465,515 000000000000000000be8cf3e894bf846c04a8cc0351543ea4e2afa8bad363fc 1.00 MB 2,517 239
Previous 10 blocks ↓
Total Size: 661.40 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: 878.02 GB sent, 6.04 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.