Memory Pool Memory Pool Refreshing

64,267 transactions
31.61 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,972 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,095 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,971 (442,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
407,414 407,414 0000000000000000048746a65fa8a743e0d54695033a5e71631c4b7bbdd21c43 1.00 MB 2,390 47
407,413 407,413 0000000000000000008619b3d0216e05bf5487e516f45dec12b1f191adc5313f 0.93 MB 1,956 44
407,412 407,412 000000000000000001176e685dfe004dec28217cdb96ec127b9dbcfc9b3e5785 1.00 MB 2,503 43
407,411 407,411 000000000000000002d0007ab7e7580781470221c904fb455f3a46ca2fd4c66b 1.00 MB 2,839 58
407,410 407,410 0000000000000000019c548bac921cbd167959793175bb8ee6448b07c64919a3 1.00 MB 3,101 95
407,409 407,409 000000000000000001dafdead1382820f50113516bc4f57e0752ff3729af075b 0.43 MB 894 42
407,408 407,408 000000000000000004374edab9ac64b3cdef69a66df4b60f80a4dba382a19d67 1.00 MB 1,413 29
407,407 407,407 0000000000000000039943c5b0dbaffdeb7c72c2d9436d0db865423054974172 1.00 MB 1,534 23
407,406 407,406 0000000000000000006ec3992973df2b0e968704c4fa1cdce595cc4a74c60122 1.00 MB 1,108 24
407,405 407,405 000000000000000001b3759a1d98f38399589c3f678ecbc9cad9476a156015fa 1.00 MB 2,619 60
407,404 407,404 0000000000000000052b749905f4ae27260f4c666b23aea9b3711d25f652194d 1.00 MB 2,392 50
407,403 407,403 00000000000000000096173419fb1aed84091ce4fdbeba1b93c546c3685c0875 1.00 MB 2,208 62
407,402 407,402 00000000000000000024577f8d66b78c8851a3b8fc527a53d2015754002bf313 1.00 MB 2,400 51
407,401 407,401 000000000000000001fe96519739699f3df6d9a841c8b4e15ee9688bba23e9fc 1.00 MB 3,343 89
407,400 407,400 000000000000000003f5d63b56d616b41dc526a354f28a6b689e149868616e95 1.00 MB 2,863 54
407,399 407,399 0000000000000000045b3a04c81a2de7161d2e589268acae4738107da51e84f4 1.00 MB 2,685 58
407,398 407,398 00000000000000000619b831958a7cd8d92d4fc56bcdbe5f0cecd21f8b13a375 1.00 MB 2,097 54
407,397 407,397 000000000000000000188d471fd81a4c89b1a2e818064e88a7cd9f88436073f5 1.00 MB 2,418 51
407,396 407,396 000000000000000002ff4854a0618708a01be301aa1b64da057f2766fd228fa1 1.00 MB 2,805 55
407,395 407,395 0000000000000000025d9a04265cecefa9a6d4ab16783e61e4f745c892bf7f15 1.00 MB 2,545 61
407,394 407,394 00000000000000000025a0500711ad3a2657e7ff74e142e762c0d192ab670d62 1.00 MB 2,262 41
Previous 10 blocks ↓
Total Size: 661.45 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: 915.89 GB sent, 6.37 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.