Memory Pool Memory Pool Refreshing

73,081 transactions
30.62 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,541 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,363 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,540 (725,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
124,022 124,022 0000000000002ff58a9ace9fcafa625c89e0a3253ae26a7f14f9f73a1c818cb5 0.00 MB 5 0
124,021 124,021 0000000000001c6e51f24f627c6bc4320c9dc1e2c345860efba27eea142a1c21 0.02 MB 27 957
124,020 124,020 00000000000052cdcc84c970d88cdba21d5abb4935fc1c77094ad66c9ed00e8b 0.00 MB 3 3,062
124,019 124,019 00000000000032c2016fd5363062ba4c6f758356b2728fdbbe55d694c2e2bb21 0.04 MB 67 764
124,018 124,018 000000000000208687333c0f82125b7c4bf1a79acd4cea431792d48432009a7a 0.01 MB 9 212
124,017 124,017 0000000000004e6c7f85b91101970d7439bf9ccb5c35d8f9b82d00237d6a2dbb 0.02 MB 64 3,127
124,016 124,016 000000000000287eec4f757e931643c13fb4175a6197c7cb3f33d4bd3eda821d 0.01 MB 15 798
124,015 124,015 000000000000063dc2c889a097e2daaa008c6398192197795d29c2543f155f72 0.00 MB 9 872
124,014 124,014 00000000000038493944f7c30912491be7a9d06dd8480a5f703df906e9d25cdc 0.01 MB 37 2,224
124,013 124,013 0000000000003498ef1cd40c131c0e00d3745bcb95e43445ceeb6a3c018c0664 0.00 MB 8 354
124,012 124,012 000000000000098e1547629187b1e5976b1e08acc0ee07f2f259b2225f7ac0b0 0.00 MB 9 0
124,011 124,011 0000000000003438c09cbc43c0930bd560d51b6bb05d7865f24f07492e70633c 0.00 MB 14 596
124,010 124,010 0000000000003a8b34e22c6e7b4934993d91261fe0f7e0f2940c6abd8bfae156 0.01 MB 14 570
124,009 124,009 0000000000003a2bf9728419cd10d1c68493c99f275242db8e7df2ee9079e0ed 0.00 MB 2 299
124,008 124,008 00000000000048c38a17019b15672158434e5dc7ae89bb808109843e4c7af45f 0.00 MB 9 357
124,007 124,007 00000000000007540dd3885a848d28419e9d8876d77184adcefc34257540caef 0.01 MB 25 0
124,006 124,006 000000000000074a6e5b15e90ec518e9781882c784fb1eb81f4b55eb66b7f7b2 0.01 MB 14 503
124,005 124,005 0000000000001765b4b601e82d4a3a1bd5d5f3c39d6d0f91a6b9094c8ccc4176 0.00 MB 1 0
124,004 124,004 00000000000038a8820b7627b53a746473012238895fe25d4b5193b1bee83fee 0.01 MB 14 275
124,003 124,003 0000000000002d81750312139d6bac83a49b5a7efa3fef2592471e0415b49a82 0.00 MB 4 1,542
124,002 124,002 000000000000108ce33bffd5729e21580228f11d8180368d62f38872a9cdaced 0.01 MB 43 2,060
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, 98 incoming
  • Data Transfer: 490.05 GB sent, 2.45 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.