Memory Pool Memory Pool Refreshing

69,677 transactions
33.14 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,790 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,987 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,789 (324,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
525,534 525,534 000000000000000000183c2e5b3aea8f3161470d7d401cf64d25ba13d8e4b636 0.31 MB 219 29
525,533 525,533 0000000000000000001b64f8bd02548f7a1611884b99a2b38234ded4a226f91f 0.11 MB 234 18
525,532 525,532 000000000000000000183298f9fb832142637c5626eb8e6dafa0cbab2ac5c60d 0.24 MB 512 15
525,531 525,531 000000000000000000273877c0fc82a658cf82e5ac36906efff58a1198cc4938 0.93 MB 2,110 14
525,530 525,530 000000000000000000353ffeaef99d195b340c2f1d9f154898779a02cbec4617 0.10 MB 132 68
525,529 525,529 0000000000000000000b3851ff98ed41e3c53d419d4cf82d90186ab83fee3e1d 0.27 MB 655 20
525,528 525,528 0000000000000000000dde00b8809d4545337befeb9331a8a80ce6ba49ae10e3 0.82 MB 2,160 17
525,527 525,527 0000000000000000000afc2f832d63e88fa880e9be8c067f884c3ce5bfdee5f0 0.26 MB 614 16
525,526 525,526 000000000000000000097e1060904a8c08f6b85ab74a75377204893d09d66d03 0.43 MB 1,095 24
525,525 525,525 000000000000000000095ab4dc54f15bbe6fec520a4e263a1679f0296625565c 1.09 MB 2,611 13
525,524 525,524 0000000000000000001094ee24f5f13fc35c5ee9f9be057f11e0c90d5f25fbec 0.33 MB 649 44
525,523 525,523 0000000000000000003c5bf1857418ad2081cd9986a11f938aeda81aa925a225 0.13 MB 345 12
525,522 525,522 0000000000000000003c0267d6a2e24232acb32a996622a709a4e66b1bde4e85 0.10 MB 279 19
525,521 525,521 0000000000000000001073259126361f4670c6ffb4079113a75811eb1d9ac3ef 0.14 MB 377 15
525,520 525,520 00000000000000000036b6c6adce4dc88bca36419a86c7abc72e0bff9cdb365c 0.44 MB 1,151 22
525,519 525,519 00000000000000000017c4a6cb014203da43d0cc0029430b4479e8c676a31476 0.76 MB 1,579 23
525,518 525,518 0000000000000000002521d8eb85294864f937918dcbdcc33f42ab0c55c5d5b9 0.02 MB 63 19
525,517 525,517 00000000000000000037fa077335f7d41fd5c8b580d56af6a9a832db4277b5ee 0.34 MB 964 16
525,516 525,516 000000000000000000325570ff447f87c5bfada1391b52c606f99c7ded32c593 0.74 MB 1,787 4
525,515 525,515 0000000000000000001032bc4a0629bee458bc033f121a519d80666e9ec6786c 1.19 MB 2,877 20
525,514 525,514 000000000000000000152070c58d93005b8d9fb383ef7804cfa486d3d59db18e 1.17 MB 2,659 16
Previous 10 blocks ↓
Total Size: 661.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 738.24 GB sent, 4.68 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.