Memory Pool Memory Pool Refreshing

79,805 transactions
34.21 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,615 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,860 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,614 (176,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,540 673,540 00000000000000000002c4214ad500e1ae41af1dd3e5cca71849f80c740897da 1.37 MB 3,032 88
673,539 673,539 00000000000000000005997d90a98aefce3a10742cd72621bf4cbfc16899677c 1.22 MB 1,985 50
673,538 673,538 00000000000000000005925f30b4aa2af60a7a0b30ac43bba4472339e12a7382 1.15 MB 885 25
673,537 673,537 00000000000000000009658e6fa0d0758c2b6c527f66ab704362a411cb6227e0 1.05 MB 1,696 13
673,536 673,536 0000000000000000000c3514670d61fc6b566360b3b51b81f8f2dae789899359 1.34 MB 2,319 22
673,535 673,535 00000000000000000002236787d4594945964c20702be726b6204e13f14b900c 1.35 MB 1,910 54
673,534 673,534 0000000000000000000ce27afca906608312ff22612a65486bf9916744f0ce3e 1.04 MB 456 97
673,533 673,533 000000000000000000059810657c4660426130dd340ca1c8532a7d8b9c87d7d0 1.20 MB 1,642 112
673,532 673,532 00000000000000000007416492e8ecb02ed80d25ac3a30eabbfce6aa97f33f9b 1.40 MB 2,844 71
673,531 673,531 0000000000000000000920327608be23c01586710c015efdd6ee6082d430aaf8 1.19 MB 1,314 23
673,530 673,530 0000000000000000000a8cd4f5f551d5fe20415c3771c21020af0554996ed9be 1.36 MB 2,116 28
673,529 673,529 0000000000000000000613e1ac17ab73f522454ae08d2d3f858233945fec4943 1.17 MB 2,362 30
673,528 673,528 0000000000000000000794419c8ac20e1b3a520df2f800f475cfe6d423354c9c 1.35 MB 2,309 63
673,527 673,527 00000000000000000000612b9997d67554b4d2ecf03b4c0ecbe03d99fb0a4551 1.41 MB 2,487 61
673,526 673,526 0000000000000000000865bf9c6b16342c3868472f650b1ff78f125ef703a844 1.14 MB 2,558 19
673,525 673,525 0000000000000000000ab017ade2a5ca566eb830cb79326d399ce59bd934d086 1.37 MB 1,594 42
673,524 673,524 00000000000000000002951debcee0a3e07e43c6d36bf66dab6ccdfe8f919b91 1.56 MB 2,044 58
673,523 673,523 0000000000000000000435ae01bd3b4e94e233f34e7a32bf6aec3e1d1b637b3a 1.36 MB 2,192 42
673,522 673,522 0000000000000000000506a2dbf14db066e81bf32edadd2dfd20efceac6b41b3 1.31 MB 2,159 90
673,521 673,521 00000000000000000001bf246054f06a1d61432d6ec210a7167f75b6b3ae50e2 1.35 MB 3,262 120
673,520 673,520 00000000000000000008114ef290d6a36b3e31892f1d98eb44dfd1f92307bdaa 1.04 MB 842 16
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, 106 incoming
  • Data Transfer: 554.38 GB sent, 3.10 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.