Memory Pool Memory Pool Refreshing

64,490 transactions
28.08 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,538 (214,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
635,508 635,508 0000000000000000000682c3ef246927dbdd359e0e587e27f3bf208ef816816a 0.44 MB 486 4
635,507 635,507 00000000000000000009947f407fe906a50c1ccd4b936a9438992b21c932e56f 1.48 MB 1,527 12
635,506 635,506 0000000000000000000dcbb67f77473d76fcd4d863683c8a347031f609b1001b 1.23 MB 2,277 20
635,505 635,505 0000000000000000000049be68ccf414c460706b823351d6d84b8f9b0efb690d 1.29 MB 2,661 27
635,504 635,504 00000000000000000006d6f4f056463e11695b9d527c034aad1ec2afc1d87ec5 1.26 MB 1,395 5
635,503 635,503 000000000000000000113a8ba2ecef13e7bfcce233dbf466dd7d7c81c5f75051 1.07 MB 2,612 10
635,502 635,502 0000000000000000000b2833ac3cdd4d86d67a44dbcc471a550ac41c38f7ef0e 1.40 MB 2,766 51
635,501 635,501 000000000000000000044cfd86b95bc7a02825fdd068bfe64dba46f18f9818d7 1.35 MB 2,828 41
635,500 635,500 0000000000000000000ddd3c73890e3c33cd04f65b764074b0fa8213e8d14096 1.24 MB 2,864 18
635,499 635,499 0000000000000000000d3a9def0805af48846f6099e0fb6adddd84a13a2a7303 1.43 MB 2,534 41
635,498 635,498 000000000000000000110cf08c2b48907b08061555b9fe0fefce8ea44b3b4d40 1.26 MB 2,469 62
635,497 635,497 0000000000000000000ee070296e323022c785e06617cd43507a15906830585d 1.27 MB 2,109 11
635,496 635,496 0000000000000000000b3834998b70076fe6c70264159701764cb0a894ba956d 1.26 MB 2,498 24
635,495 635,495 0000000000000000000aa998719a8ddfa155eb0052618177604682aaea231b08 1.29 MB 1,982 45
635,494 635,494 0000000000000000000f2ba3e9ff3780ae26effc0ccb75856db552e6c104e94e 1.23 MB 3,237 6
635,493 635,493 0000000000000000000b58ec9a6e12872250abf76b5ba6618900c777d155e2e4 1.30 MB 2,312 36
635,492 635,492 0000000000000000000e07285d3485af2f47c408f37e47f096d644c71f0cdd5d 1.35 MB 2,677 47
635,491 635,491 0000000000000000000a204f8623114a23e50f938183334f4f71b0ae9ddb830b 1.31 MB 937 6
635,490 635,490 0000000000000000000e6a4a432e1c1e6aca62b5e0f495d243a1c663d0deefc3 1.71 MB 1,122 2
635,489 635,489 0000000000000000000954f17b7ee8652453ddb5543351b6040872f0e4a39949 1.30 MB 2,533 33
635,488 635,488 00000000000000000003ce620854d03478dc4d49db2580761b3351f70f0d6f88 1.43 MB 1,524 14
Previous 10 blocks ↓
Total Size: 660.63 GB

Node Information

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