Memory Pool Memory Pool Refreshing

63,763 transactions
26.21 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,704 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,005 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,703 (112,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
737,358 737,358 000000000000000000018ad0911337d0255e230f5ed5929634bd135d8ce63988 1.18 MB 1,440 17
737,357 737,357 0000000000000000000749fb14c43a8bd142c6a254bef74a7861f3d61f25c332 0.16 MB 116 20
737,356 737,356 0000000000000000000062f9ccec6177c5b593f50b4b3e398367837b68c685f4 0.76 MB 1,273 10
737,355 737,355 00000000000000000000f1bf8dda22b695c752e4533402a4ee2c19fca8c7b834 0.49 MB 820 9
737,354 737,354 000000000000000000068cba11ba95544987451403752fffc4c3770f454539fc 1.36 MB 2,341 10
737,353 737,353 00000000000000000006acc1e040b454a8c7f6e899897bbd81e43f7171d501b8 1.55 MB 2,922 11
737,352 737,352 00000000000000000001fda3bfc012faa537ca5521738d916e276b16e27b2288 0.47 MB 810 10
737,351 737,351 00000000000000000007de0258e1962f606b22a36f34d63baebfca50f843b13c 1.59 MB 2,252 9
737,350 737,350 000000000000000000041c1168abb2d6a34178295a66099d2c793db812dbd5a3 0.02 MB 62 16
737,349 737,349 00000000000000000008848fb138c84a8efa7ee9a2f81fe556ed4a75add869cb 1.58 MB 1,749 4
737,348 737,348 00000000000000000008e8e37f29aa189854ba2abe39b84d979a23fdc8ce527f 1.50 MB 3,095 11
737,347 737,347 0000000000000000000440b3f68028277c4406cc220a81d808e2993a2aafaa67 1.58 MB 3,250 9
737,346 737,346 00000000000000000008428865faab739ec454dd40c9b8f73341fe908d61cd2c 1.24 MB 901 11
737,345 737,345 000000000000000000056c7e5c451cb20ccc2e3614fd395ec9b2785aafb8edc3 1.38 MB 2,774 19
737,344 737,344 00000000000000000001f4bae48e3324cb521cedb077223818e748249a3c9831 1.50 MB 3,267 17
737,343 737,343 00000000000000000005824c809692ea0906731feb49d4d6b9aa429e3180a35d 0.08 MB 167 11
737,342 737,342 000000000000000000009a6cefb039b2fdb0a73a4a41a4b2a41a68b7599650b3 0.76 MB 1,398 12
737,341 737,341 00000000000000000003cb15c73ecadc779b12f01cbbf1a01654be2133d99675 0.04 MB 94 13
737,340 737,340 00000000000000000007b2f890b24a435f6bb7217a9e3333642c7fb67657b5b8 0.36 MB 853 11
737,339 737,339 000000000000000000037ae56d987655f30e2ae8dd5664c6bda1cd242790d7fc 0.38 MB 273 1
737,338 737,338 00000000000000000000f8e101f1ff7e94c6058358a9147bc36e307f5225fe72 1.54 MB 3,064 13
Previous 10 blocks ↓
Total Size: 660.95 GB

Node Information

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