Memory Pool Memory Pool Refreshing

80,866 transactions
35.19 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,771 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,729 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,770 (337,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
512,279 512,279 0000000000000000003ac044def4f2427bb78b2cce50103725cec4aa85be6b2d 1.12 MB 1,980 120
512,278 512,278 0000000000000000000a4d35ed02e90eca9c6e706cc84b31dcd0504d1fa6d86b 1.06 MB 1,746 9
512,277 512,277 0000000000000000000bc3de8b9bafbbc2e8e98706fba17e28a0c5682d2d9075 1.33 MB 3,152 39
512,276 512,276 00000000000000000025efd2a10bcc87ab6936d7ccc3dae350a786e74e209427 1.00 MB 2,551 42
512,275 512,275 00000000000000000002c47ece66648fb4705e03aa5fc64bf8c6bfb1693c6b0f 1.08 MB 1,827 41
512,274 512,274 00000000000000000037c35b7aac0e383b15b5335a2f46d8b47fbd764c44ed64 1.09 MB 1,394 35
512,273 512,273 0000000000000000002afb2918b23720cf6a0e25ae9ad30968157fd93401b321 1.04 MB 1,601 79
512,272 512,272 0000000000000000001bdc43fb66c686c254016df1e30f6c3daeb41b6fabb9b4 1.01 MB 749 71
512,271 512,271 0000000000000000001cf03a79c68dd70d954f2370f48a93e68024eb3a0ecbc3 1.00 MB 118 2
512,270 512,270 0000000000000000000e1d7e15dbaf73a45af266768b5f8ed2c55a74fd9857c6 1.08 MB 885 11
512,269 512,269 000000000000000000096e841399a876d294df4cfa05ed35fb157f75b4feb8ae 1.06 MB 1,489 23
512,268 512,268 00000000000000000000637a72c117abbb0b8428b5e5b85dd81e6b925ea4fd1a 1.12 MB 2,823 54
512,267 512,267 0000000000000000002a40e4ae40e7c242f8606d565118311b8fe90d3d8d3685 1.12 MB 2,625 43
512,266 512,266 00000000000000000008c4f9be89d66b392b2b72c963e5de0f0b0f801c50e00e 1.06 MB 1,512 22
512,265 512,265 0000000000000000001854dca45703365649f7b046320bd94f30187f38f1078e 1.04 MB 812 19
512,264 512,264 00000000000000000016a1f6c4caf3649b4f68780a885900f090dc82dd300340 1.04 MB 217 2
512,263 512,263 0000000000000000000f1487475a7f7ff4c36fbea2811e599d090bf5ad458547 1.03 MB 340 5
512,262 512,262 0000000000000000002da8f4a9c7a1b4f2099aeabf446be84fd90d7531115932 1.03 MB 748 11
512,261 512,261 00000000000000000003d31dc66f9e3ec7756ed0cd4f8d3976472cfef1a28a81 1.09 MB 2,025 33
512,260 512,260 0000000000000000003b8f0347cc6975e62091ee2e282f044171634de7c8368f 1.04 MB 1,009 25
512,259 512,259 0000000000000000001e219f0d35c5459aacfd41ef13bdbe38854527dbbaf363 1.06 MB 513 11
Previous 10 blocks ↓
Total Size: 661.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 109 incoming
  • Data Transfer: 714.77 GB sent, 4.50 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.