Memory Pool Memory Pool Refreshing

81,451 transactions
34.98 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,612 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,122 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,611 (97,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
752,515 752,515 00000000000000000005715a28c65c67d06ae69bc31c60878cc7fcd7458ce1da 1.98 MB 188 2
752,514 752,514 00000000000000000005e55f3d0042b5cd0d8a8f8f7688ccf4544f9f5e1f4faa 1.90 MB 1,333 7
752,513 752,513 000000000000000000031091a3cbb79b9505e87c502bab18e781d4892e541e9b 1.93 MB 1,167 5
752,512 752,512 00000000000000000000c669ca25dc052c5b42973fb8825f396d32971e80738a 1.89 MB 940 4
752,511 752,511 00000000000000000008c606898294a6e89faf26cb52f3cd188ecbf8abd68c30 1.02 MB 607 6
752,510 752,510 0000000000000000000048a2b7b2d623f1a4c94558f5059fc8846a74ec0dea3d 1.13 MB 942 10
752,509 752,509 00000000000000000008589939b9d63a6b401242b48a5aa8731d5e65dd36cd01 0.19 MB 449 12
752,508 752,508 00000000000000000003dc23f6852dcb64e5b1fc59472ecdaf86ae6824d44f29 0.68 MB 1,054 8
752,507 752,507 000000000000000000024c98e9870c9c87500eef7dd7f5df0cb4d206964c9a03 0.49 MB 1,053 11
752,506 752,506 00000000000000000002354ee853a0772eb8700e445c5c5d100929bbf45bc595 0.94 MB 1,856 11
752,505 752,505 00000000000000000005162e0a1af39b926b9f72076470d55aad724648619b08 0.81 MB 1,048 8
752,504 752,504 00000000000000000000b4b7809ed88d5a19eb27f32e0858d238d135895dc349 0.04 MB 69 12
752,503 752,503 000000000000000000042eb2cde574cd56aa19e30ac7741aa9c2d76d84542827 0.69 MB 389 4
752,502 752,502 000000000000000000077dd5f9cbd168f2f17780ad57f84fd2ff5beb9a13e517 0.98 MB 1,836 11
752,501 752,501 000000000000000000039c50f29dcae1b146545b0a1537d4d727881a02c927b0 0.21 MB 440 10
752,500 752,500 00000000000000000007b0c757218bd6b18cedd6901ad256c4b709b9b37f288c 0.34 MB 409 7
752,499 752,499 00000000000000000008306a95480b38ce9f85c70b9b0f2695a7d301c3313aae 0.26 MB 623 13
752,498 752,498 000000000000000000048af788f9c14103464cc05bae3eba80a53352b565b286 0.11 MB 255 11
752,497 752,497 00000000000000000007ce95a78c53b7d6726dd0ec6a76a1a0f7e9000494fbb3 0.28 MB 437 10
752,496 752,496 00000000000000000005b748c5f83188e478de28a84d24fb824d77d74d3f25b7 0.31 MB 431 8
752,495 752,495 000000000000000000084e7db23c0c66fb068a76d565a1069d8327d65dc1d8cb 0.02 MB 58 11
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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