Memory Pool Memory Pool Refreshing

67,215 transactions
37.33 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,084 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,888 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,083 (91,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
758,117 758,117 000000000000000000012c6cb67b97e0631d87893f4baa726cb36b801ef2281d 0.19 MB 295 5
758,116 758,116 000000000000000000076938a3bcf62384f247bf45351f354179221799245edd 0.07 MB 174 7
758,115 758,115 00000000000000000006bfcd0024684f0a76938bb22c06e73e2211601e73b3e1 0.85 MB 1,233 3
758,114 758,114 0000000000000000000240f7bd899514aaec0efbfe30bbc041fc44c9456953f2 1.47 MB 3,236 10
758,113 758,113 000000000000000000037f54c671e37c528633935eab91d0bde9a69bf1a0e1ad 0.19 MB 96 1
758,112 758,112 000000000000000000073f10959a809f78abcf3f89b1c1fc41c6e626a4220b0c 1.63 MB 1,401 5
758,111 758,111 00000000000000000000764fa8b286f2189600a0ebcbc4a3d86e4454dc01b35b 1.26 MB 1,257 6
758,110 758,110 000000000000000000042d4360cf9ff5a097cc8dc65b6ad3064fb4d0dd9d5305 0.07 MB 103 6
758,109 758,109 00000000000000000002690f8976277475ce3255b53c6090cc38ad872cf31cf0 0.06 MB 103 5
758,108 758,108 00000000000000000006f9f3f2b386f8ab4ff0ab695ad788358a3763d5ddb2c5 0.12 MB 209 4
758,107 758,107 000000000000000000077df9053dc20efb9cae9b89038f1c4f2d3106822f3f2f 0.44 MB 978 9
758,106 758,106 00000000000000000002a86834970b82f5e891387e014e94aaec38934feaacaf 0.76 MB 1,460 7
758,105 758,105 000000000000000000076ae27af22b5357b25eb4afd2e417539a415ba9e50399 0.66 MB 1,051 8
758,104 758,104 000000000000000000067157a27b1a8fdefc3cee30e916d90218d852deb48dbd 1.30 MB 1,774 3
758,103 758,103 00000000000000000007a548a3bc25d0eec9709631f424dc9c6c92b4956226a2 1.50 MB 3,191 4
758,102 758,102 000000000000000000071e183a610fc0a44a4be422707eac016a4afd594232c6 1.52 MB 2,952 15
758,101 758,101 00000000000000000000ed9b4c4eebba49be7f9edf2bf5968f99cb0da131a211 0.48 MB 690 6
758,100 758,100 00000000000000000001492e6b8c41665d871a136b03adccc4bf1e15e3879312 0.29 MB 514 6
758,099 758,099 0000000000000000000648502e2b952a41c05c1c0ff0446af490bed19e973910 0.11 MB 253 6
758,098 758,098 00000000000000000000347452d28a056c2f92eea239730f9728bdcef671f672 0.25 MB 513 8
758,097 758,097 00000000000000000001e92e83adc0435829ced486166bfa14723b00d709c179 1.32 MB 2,308 7
Previous 10 blocks ↓
Total Size: 661.67 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: 1,039.41 GB sent, 7.26 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.