Memory Pool Memory Pool Refreshing

82,190 transactions
35.27 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,772 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,989 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,771 (283,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,558 566,558 0000000000000000000404634066e8ef049b20c53eee08d0096d7c510452f417 0.32 MB 716 22
566,557 566,557 00000000000000000022e5bd2562b9d67259fbbfa8173b781224f7ce3a26f17c 0.21 MB 212 7
566,556 566,556 0000000000000000001428c9dfbac99f09e1f77167d0ba617226e774068897b1 0.62 MB 1,324 27
566,555 566,555 0000000000000000002c6b1aff966f287891d3ce58e9850187ce63d77309f0ae 0.01 MB 50 15
566,554 566,554 00000000000000000007403f46bdf637738df6c650ce14f4f45e66602fda6d3e 0.45 MB 964 23
566,553 566,553 0000000000000000001488ef331554482626ffa8400be6392a2dbeef8033f8e1 0.26 MB 543 21
566,552 566,552 00000000000000000021fb707ae82b4c6020fd401fdb235c27275f512e59cc9f 0.01 MB 18 16
566,551 566,551 0000000000000000000246dad3cd713ef246d23035242c9e544b73413e94b904 0.77 MB 1,571 21
566,550 566,550 0000000000000000002ae6cdcbde24dcaf8b3d51ddb3305c65708eec8ad80b11 0.73 MB 1,382 23
566,549 566,549 000000000000000000055e92464d08980113d97054240a68337f05f3c4e224a8 1.24 MB 2,312 26
566,548 566,548 0000000000000000002adc1eecd492b64a513816b5b3c59a414fcccfdde71610 0.12 MB 231 19
566,547 566,547 000000000000000000230aafc432a1ac7036cf47c75e297cce71344691dcc205 1.26 MB 2,135 20
566,546 566,546 0000000000000000001bbd3fc0ba6de05ba2137642620dcfb33ebc13c685923a 0.98 MB 1,911 10
566,545 566,545 000000000000000000175352a1e599b2623aead67d059b71fe6497b0c3b9f2bb 1.36 MB 3,018 44
566,544 566,544 0000000000000000000972b19134315d7cb989eb4b3dce6483754804f2dcf1ef 0.50 MB 904 36
566,543 566,543 00000000000000000003647961254bddc4bcbeb2f19fc607f152de62a66359a7 0.35 MB 748 27
566,542 566,542 0000000000000000000f3367506959ea8f1a4f95729c38d32c1ce47835a199a4 1.03 MB 372 4
566,541 566,541 0000000000000000000bb363bbf10cf467e040e9fee62d53e2f498f2231d5cfa 1.09 MB 1,298 14
566,540 566,540 00000000000000000003ca35d2a5cb350be95127ddc76b91df9f9c697237137e 1.09 MB 1,481 6
566,539 566,539 0000000000000000000745b47e0d1ca62472cb93c0fb83b3d92e3971fa9df82c 1.24 MB 2,973 40
566,538 566,538 0000000000000000000d3a6e2e155155ad6bf342f413eaa0fd25c5b384954d5f 1.14 MB 1,212 16
Previous 10 blocks ↓
Total Size: 661.08 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: 715.12 GB sent, 4.51 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.