Memory Pool Memory Pool Refreshing

3,072 transactions (0.83 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,092 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.83 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,091 (885,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,123 23,123 000000007bbf26cbf6501a723b7b04df8d3789e8f5c3c85ad1b190655094e4b9 0.00 MB 1 0
23,122 23,122 00000000209f2795dba822293670380ffe495dae35653fd9f566d7383aae39b3 0.00 MB 1 0
23,121 23,121 000000004475990f5c025ed71b747db912e458d939f69fa1b55d114e4e60a109 0.00 MB 1 0
23,120 23,120 000000000494c73a3f0513157c1cc7cc50ec17fc237885e2e6d8a2ba198120e4 0.00 MB 1 0
23,119 23,119 000000003c325fb49bfdac798f918c3b576542e35fffe483afd13454bba1822b 0.00 MB 1 0
23,118 23,118 00000000a2343c55077c1848a6db921b8b2e26b6f5aebb7faf11737259f6a1dd 0.00 MB 1 0
23,117 23,117 00000000c50cc1292484f95ab2f6bd4504a962e7ab3d29f4c6310f4387b319c7 0.00 MB 1 0
23,116 23,116 0000000096c54bbc0f7399ab59a805059abb60e97473a8b19ab70e10c87f65cb 0.00 MB 1 0
23,115 23,115 000000006868c3bdc361cae3dd499833f627f2780037adb9ca70588ee5906a31 0.00 MB 1 0
23,114 23,114 00000000663d9ae192ebb909232c3508139de9443640db30fb4630ecee10b77a 0.00 MB 1 0
23,113 23,113 0000000084caa6963273412cc48cc4aa53e9f3f943e95c57fd4a69702a49b9f5 0.00 MB 1 0
23,112 23,112 0000000013a550858739cebf2f02baf0e82ff6006b863c44951be0f8dbe31840 0.00 MB 1 0
23,111 23,111 00000000cfcfa8cb14eff2c50d182f19f84a6605c04a8b16c5f2dd68f0cbf2d8 0.00 MB 1 0
23,110 23,110 00000000e158d14168e071824698653eb01cd868a860551a71c38dfed64acb06 0.00 MB 1 0
23,109 23,109 0000000077d2485eb3fcb92b0e44a075605bd61c8c86ee0b23dd7c5ad427c9d4 0.00 MB 1 0
23,108 23,108 0000000074beac3ce0ad72126429f1e54458e0ed86066bd21f058e2de25e1f54 0.00 MB 1 0
23,107 23,107 000000007780fbe20cb021f08fba559492186229dcc52b189f0de6dd8e7bb573 0.00 MB 1 0
23,106 23,106 000000007049673968da1e7cc3467f7b6819c213ae9548043b545818dd9314e3 0.00 MB 1 0
23,105 23,105 00000000cbbd0b4bdff67222a2758c240bbcfc7773b1cf5ee49de78691a802be 0.00 MB 1 0
23,104 23,104 0000000084420ae60d41bb3ab28f73b3b1e0d91aa42738402689b813a1851dfa 0.00 MB 1 0
23,103 23,103 000000008ef711ac1b25a99d1ff1ae58c975844236da138210055b5dbdf97da0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.72 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,910.72 GB sent, 106.12 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.