Memory Pool Memory Pool Refreshing

86,855 transactions
31.36 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,415 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,176 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,414 (146,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
703,298 703,298 00000000000000000009bc6324226ddd0f23d5b17531b964406f7aa6dcff9843 0.91 MB 738 5
703,297 703,297 0000000000000000000e8f99d89d195104b2e496d86bfbb48191e20156e03f72 1.52 MB 1,534 9
703,296 703,296 0000000000000000000471b3d3c6f500043c78500d8d964a53bdebeb1c901532 0.46 MB 341 7
703,295 703,295 0000000000000000000327bf114b58741b519c0810e03e15aba0245a0413ba8e 0.66 MB 1,049 9
703,294 703,294 00000000000000000007cf54cc7b59a33a9a3dfea97a996066f9cb1904fe8a8e 0.12 MB 287 13
703,293 703,293 00000000000000000008032b45d9750642f10bf3201f68c2ccb42a75393bf360 0.71 MB 1,147 10
703,292 703,292 00000000000000000006af50b26d3556a54f290293e9b156bec5e4c2a9fc47cb 0.19 MB 391 10
703,291 703,291 0000000000000000000e852657bbb1f81e9fa3f0bbf49266c011998327b02cbb 0.02 MB 50 7
703,290 703,290 000000000000000000069306205907f0a99b27d8e8e4d5441ef1e929ac7efee8 0.61 MB 1,011 10
703,289 703,289 00000000000000000007018424adaec43f8ae7fa3578b9f0fa90b859900bf980 0.37 MB 640 10
703,288 703,288 00000000000000000003bb20c211d1a46d28341aae798310253014386a65f1ab 0.80 MB 1,466 12
703,287 703,287 00000000000000000000a558078f611cd39ef108356e8bbdc75bd4aaf4ed191a 0.11 MB 176 10
703,286 703,286 000000000000000000006b98d311d22633599b5424ba3e2fa0f00aa48e8fe0bf 1.01 MB 1,633 10
703,285 703,285 0000000000000000000bf7c5979aa724b8a1158627bea10cb4f702a13c3ee5c9 0.20 MB 499 11
703,284 703,284 0000000000000000000cce48ef4be24630119cc15a139795ff95189c3af620c5 1.08 MB 1,603 5
703,283 703,283 0000000000000000000495d74cd8f19661fd11bbb783d7677cad01aaf22826d3 1.40 MB 2,465 6
703,282 703,282 000000000000000000021a444567e461008b000fe20ee66c5f9edf553afd1879 1.27 MB 1,186 6
703,281 703,281 0000000000000000000e5d3650f776457a11a44633fd20c72b926dd501a06d70 1.45 MB 2,624 17
703,280 703,280 00000000000000000008e6dc189e5d8f99cb44d4fd66c0cbb0fa3807a7b0e105 1.40 MB 2,739 15
703,279 703,279 00000000000000000006ebfc8f17d35d1aa0dbfcf2745e5fc29f46022a62b38c 0.53 MB 965 9
703,278 703,278 0000000000000000000e5c04ba53abc4e6b493af3217ee0b71855fba248eb1e1 0.85 MB 1,626 10
Previous 10 blocks ↓
Total Size: 660.40 GB

Node Information

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