Memory Pool Memory Pool Refreshing

85,306 transactions
33.57 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,491 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,504 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,490 (276,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
573,461 573,461 00000000000000000014d14d0fe8c5a90df85a857a8662a8e708f70f90fc9e98 1.09 MB 2,673 22
573,460 573,460 00000000000000000009651a437092327e9a350e757581e3973576672241c016 1.17 MB 2,395 12
573,459 573,459 00000000000000000002f40f11a51e8dea70a2ed877b172dfb1699f327408f3b 1.10 MB 3,289 15
573,458 573,458 00000000000000000001bc92a16a74d520bf12630c89f0f514350c530f338a71 1.27 MB 2,968 75
573,457 573,457 0000000000000000000858cdaa8a565b80b608de243015d09a80fbb41212ed0c 1.18 MB 2,910 54
573,456 573,456 0000000000000000000e094eaa255f225d4ccb9ce0043844ef84b114e194208e 1.19 MB 2,841 62
573,455 573,455 000000000000000000255f0aced421c72c15cab9936ac85cd2e53a7fe6a3c54c 1.12 MB 3,194 36
573,454 573,454 0000000000000000000fce13229bb208d6b44af2762be23fa837406a633b78b7 1.22 MB 3,167 58
573,453 573,453 00000000000000000010001d54f4b2c1aa9a3ea28de836e3e3b136ff80e82cb4 1.07 MB 3,420 20
573,452 573,452 0000000000000000000366c8f45db9ed807138597e46dfec285c32c32add58de 1.21 MB 2,976 66
573,451 573,451 0000000000000000001b0294d735671e2434d802a3ee41c030681339069c16ea 1.12 MB 3,189 37
573,450 573,450 0000000000000000001f4370c2113a592ef143ebcef07f89f59967c2616bb7bc 1.24 MB 2,998 42
573,449 573,449 00000000000000000014abcf21cd4e7fe753beeaeac127ca5cbe2e303e05d81e 1.37 MB 3,306 73
573,448 573,448 0000000000000000000f82752cf3e30cb62eeb46a5f7ad920fc741c806254ec4 1.26 MB 3,022 45
573,447 573,447 0000000000000000000d55e060c56e8a7098abd3dc31926ad141a2bf3d2f51ad 1.14 MB 2,884 37
573,446 573,446 00000000000000000019b093200cef22c5da3bd30161de7ef28beb2468d571f2 1.08 MB 1,769 24
573,445 573,445 0000000000000000000c081696427b59034abae0728ee2c73eb972abe79a7e3f 1.11 MB 2,615 12
573,444 573,444 00000000000000000013700b62589a778eaf07c51fb5e15dd49c2b92ed18a1d4 1.29 MB 3,002 57
573,443 573,443 0000000000000000001f0ccee135b36cb8218d0b8f4f57490823375355a08526 1.34 MB 766 7
573,442 573,442 0000000000000000001e90e922d12cbf749a7ac6a23c164151a929f90fe22480 1.16 MB 2,794 29
573,441 573,441 00000000000000000008984168abdac90f61ba03e90472c0572ab07485a6bdcf 1.07 MB 2,704 11
Previous 10 blocks ↓
Total Size: 660.54 GB

Node Information

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