Memory Pool Memory Pool Refreshing

63,308 transactions
27.99 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,701 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 243 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,700 (106,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,839 742,839 00000000000000000005f516d8479045c4506e418a935e216ec6049b3e050a1b 1.59 MB 3,109 16
742,838 742,838 00000000000000000005a812f6ba1673c6b49b643a5252d6e29d5b61b99a8845 1.82 MB 2,115 9
742,837 742,837 00000000000000000008aec6560d49f5a52987c5b602fc85252f7a7f2835d740 0.73 MB 562 6
742,836 742,836 00000000000000000005b627e3a0af8b823b8da41c0c83f07bf30e25ba2a5837 1.82 MB 1,176 6
742,835 742,835 000000000000000000068935165d3548e2e75a985a8ddb4c57efcf03c1adfd16 0.90 MB 1,320 10
742,834 742,834 00000000000000000007a86d80c9e91ec81fad46fbceb0daec8f79de7bf77793 1.63 MB 2,153 5
742,833 742,833 00000000000000000005905f142134147a40e7029d9d49f1a27aba5ef265ddad 1.17 MB 1,119 13
742,832 742,832 00000000000000000003becb2076c35b422e4e628d668b5d9970d79657009d8a 1.42 MB 2,437 7
742,831 742,831 00000000000000000003c508bb5bfb63383873e3baad39e6d38a3baab540d74c 1.51 MB 3,576 20
742,830 742,830 00000000000000000008b91ecda5c4859d44b48c4f7de79ed9470132d7df9754 0.29 MB 378 8
742,829 742,829 000000000000000000029df95c0731432a7a5013fee1e77ea11182f1e38ac451 0.57 MB 758 9
742,828 742,828 0000000000000000000813fb1ab5cf1a00f1d85991fa8457b82185735291d722 1.59 MB 2,117 9
742,827 742,827 00000000000000000003639faa456706709daa967fde170ec47c0b348e3b57b8 0.14 MB 223 12
742,826 742,826 00000000000000000009714c35a9c28eb4c5c78923c5fcfaf9150d895fb6ce24 0.32 MB 554 9
742,825 742,825 0000000000000000000098b9b3cd1551fb4c513f73f6fd504900461684a773ab 0.55 MB 1,068 24
742,824 742,824 0000000000000000000166db4d0cb187bb680a3e2c31f274a643110358c74125 0.03 MB 72 11
742,823 742,823 000000000000000000023b52a4c1beb0aafc20c6d94decb9ff360c803cab6e2e 0.75 MB 1,110 11
742,822 742,822 000000000000000000033f53216cb430a01526e7f1118eb2b0f46c47d4bf1b79 0.73 MB 403 1
742,821 742,821 000000000000000000022513fedb11878ad78d096e3f6b1c1957ecfaf0809e7b 1.63 MB 2,698 4
742,820 742,820 00000000000000000001729e7b8a2739b91e4f32dd8a07a5ead4affd9bd476a4 1.55 MB 2,811 11
742,819 742,819 000000000000000000027f7a5a93c9377f9557762e66249b6b903a22bae43124 1.45 MB 2,354 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: 641.45 GB sent, 3.76 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.