Memory Pool Memory Pool Refreshing

65,673 transactions
31.41 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,786 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,230 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,785 (242,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,317 607,317 0000000000000000000a05730d9a3f98cf6176d23df46d81e42282fe07f83bbb 1.20 MB 2,684 11
607,316 607,316 00000000000000000007af2501b4dda2b4c00a5c769463178b253af6f9e9c00b 1.32 MB 3,109 13
607,315 607,315 0000000000000000000bc5c0e39891eeccffc65961cc454c6df0f2f778e49a41 1.23 MB 2,977 21
607,314 607,314 0000000000000000000326a19ffc7f45ead27d6678c6a8df9ff44b658450fb9c 1.31 MB 2,525 22
607,313 607,313 0000000000000000000755e7e3a758663b4054ddcd548e4599b647b05cb1037b 1.24 MB 3,099 14
607,312 607,312 000000000000000000124b172b81411a34333becc5178af52f184f1312ea33c4 1.34 MB 3,397 11
607,311 607,311 00000000000000000005c344c76beba1df67560e4e2a2314c1df466cadd8a080 1.35 MB 1,672 27
607,310 607,310 000000000000000000001f0677a5a3082529d2f570ef8f17760c4b39d2d272f3 1.23 MB 2,922 14
607,309 607,309 0000000000000000000468b84721fd4a5d03ef749f7649c9b6df022fa3c6d355 1.25 MB 1,956 17
607,308 607,308 0000000000000000000623afa6f625f899c05c5745cd5902153e92610e75f841 1.37 MB 2,449 20
607,307 607,307 0000000000000000000c587566873c5b19e93ee73886275adbcce5eaf6abbd68 0.77 MB 1,707 17
607,306 607,306 00000000000000000012e6b5814c407aa5014bf2e96cd567f66be08bb30e1737 0.35 MB 564 17
607,305 607,305 0000000000000000000605ed0f47ef735826afcbbcccc2657c5c0a0413bed7fe 0.67 MB 1,146 12
607,304 607,304 000000000000000000015ba646ccdca1f08496ff65c9c6f1ead62d2eab3e2f6d 1.24 MB 2,735 13
607,303 607,303 0000000000000000001437c1e52bc699fb299cac6d2a61a88210b995e45d603e 0.69 MB 1,855 15
607,302 607,302 000000000000000000051978a233528c602c1bd32c5d3db10beaa9ec659432f9 0.52 MB 1,535 8
607,301 607,301 000000000000000000041528854777238145d852509c892ac577e759470d8960 1.31 MB 2,752 21
607,300 607,300 00000000000000000005e6e2036a473090a45857830676399614975b41a1aba7 1.09 MB 2,640 16
607,299 607,299 0000000000000000000ce13993da51a3973426480fc55d8f3961fcc30bbbc51c 0.18 MB 485 12
607,298 607,298 0000000000000000000f05fd50a17ea3f15d3c563e1c1342281c50e8c9944b36 0.38 MB 1,041 13
607,297 607,297 00000000000000000013eb155b390b2f8867193d3cdcf95992ab5b1113a6a27e 1.21 MB 2,687 9
Previous 10 blocks ↓
Total Size: 661.10 GB

Node Information

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