Memory Pool Memory Pool Refreshing

48,864 transactions
34.34 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,364 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,553 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,363 (318,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,435 530,435 00000000000000000002bf9189f948aaf1869fcb8009d8797638c0e55d001875 0.22 MB 539 18
530,434 530,434 00000000000000000004c9fac237dadcb870f0bde0081d5a4ede0691d09abbf4 1.17 MB 2,581 27
530,433 530,433 0000000000000000001bb2d6de9786ade1c64751d31c8cda537f389bb5c0ad52 0.61 MB 1,378 19
530,432 530,432 00000000000000000002085dc299cafe1b0f498cae5137c8ac7ff3fa6f7c5bab 0.48 MB 975 24
530,431 530,431 0000000000000000000a196caef1b9ae267c75ba0f82655de43058cf3893c2ce 0.29 MB 452 17
530,430 530,430 00000000000000000016d536ea02609e3fccc602b632248b7c7d4f729705f763 1.00 MB 1,876 27
530,429 530,429 00000000000000000029f4530f485f6cbb3c7216251e950060ed03aeca084b86 1.16 MB 2,582 8
530,428 530,428 0000000000000000000fe3b27bfe167e91a5e46c0cf32ec5bd551b7669c62974 1.15 MB 1,886 41
530,427 530,427 000000000000000000266db0c60263e883bfbaad3c2d33906bd3f8422ab95ee8 0.89 MB 305 2
530,426 530,426 0000000000000000000e0e0b4acc3b173274268c580061d9bbcb77470f5e604c 1.16 MB 1,937 20
530,425 530,425 0000000000000000000faa39ed67db348a1045c550c838c5cd917eeeb5b49772 0.32 MB 760 44
530,424 530,424 0000000000000000000145ad55f89cbf9292d0dc0cb74506b1a0c0b358b2010c 1.19 MB 1,741 15
530,423 530,423 00000000000000000026683db443eeb5262c555f0be2c0acfbb0058bbb7ceece 1.05 MB 2,263 9
530,422 530,422 0000000000000000000fe19cae4a0edb017a6a125e8c4fd607e8982c558d8571 1.15 MB 2,722 12
530,421 530,421 0000000000000000001601e21ca6d54c9036a35ca2e5239e08c7567e8c965e26 1.19 MB 2,531 23
530,420 530,420 000000000000000000138d96f3564c1c74e8f4f840d2c68ea22a18cb326f1825 1.11 MB 1,969 46
530,419 530,419 0000000000000000000e4e56d57034ae2157d3a6900c60a6a32e77cc83f215f4 1.15 MB 1,682 32
530,418 530,418 0000000000000000000a9f8ea0d5dab7e749331c91ead5dde0dbc59d5d122e2a 1.20 MB 2,068 32
530,417 530,417 0000000000000000000e825e0fa513b3fe416ddc411827c8a8db1b183e248cd6 1.19 MB 2,587 38
530,416 530,416 0000000000000000001446b0829bdf69c941357ddd73aecf675656a96b6877e2 1.26 MB 1,012 13
530,415 530,415 00000000000000000009daaa173d3add6e1e5980d0602c366ac24436cedafb7f 1.25 MB 1,258 32
Previous 10 blocks ↓
Total Size: 660.30 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 78 incoming
  • Data Transfer: 274.42 GB sent, 0.84 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.