Loading Tool

Explorer IconExplorer

Memory Pool

33,357 transactions
26.13 vMB
0.10391392 BTC
Random Selection Loading Transactions
Max Size: 130.80/200 MB

Candidate Block

Mining Attempt 86d1e3965e3cfc96d7abc889a52aae353ba4380369ed2dad4fb122bdacd50820
Version 20000000
Previous Block 00000000000000000000f9cc9430b1c75cb23484af9e7ec66b0ac92105aa7fbf
Merkle Root fe6a8fa4975c8ce17926b041091ceab4b9b3a70d79bab8a94f3807914a77f471
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,371
Size: 1.00 vMB
Total Fees: 0.05372795 BTC
Feerates: 502.67 > 5.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,215 (899,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,284 14,284 000000007250a4eff324adea23b000337c4e9f20ec0b24bb754134923f0f7825 1 0.00/1.00 vMB 0
14,283 14,283 000000001301860b78804ce3629f12af4b0d89d796f9d6ee2d437f1068b19147 1 0.00/1.00 vMB 0
14,282 14,282 00000000e78ca966415382d6fb9a042b25b13d1733f3d2cbebf1fe9b689c51f0 1 0.00/1.00 vMB 0
14,281 14,281 0000000038e0173395c52f4002f53426da486973274c559fc8166ccd7cbd51a6 1 0.00/1.00 vMB 0
14,280 14,280 00000000ff9e75d76ba82637f82ec0ce3c0c24f7d0d7af9a65c5d370f5cdaf97 1 0.00/1.00 vMB 0
14,279 14,279 000000007141a413f9e7fb718c1bc15513dfe9477c469ca9432fe23921b24210 1 0.00/1.00 vMB 0
14,278 14,278 000000007aba91581b38c0b1dbb2b725afe6eb7bfc977bdd619d93565b4684e9 1 0.00/1.00 vMB 0
14,277 14,277 00000000e5c1ba23a30cf386274b0fe386e757a4602b639a942ca36db9eb9e91 1 0.00/1.00 vMB 0
14,276 14,276 000000008d837ddeeba1fb46a4368fed3b10ed4982f803ee958d86dce38c4f24 1 0.00/1.00 vMB 0
14,275 14,275 00000000d74fe2226fb25fa1c1e974ed972f52107a3d25e39d018952028650f3 1 0.00/1.00 vMB 0
14,274 14,274 00000000288e67e94095662a0554a4407c83f971570f6cf2df2cc82e3a60ebae 1 0.00/1.00 vMB 0
14,273 14,273 00000000b3f0bb24439cd1705401780335aaa19a1e80db7d545978c12febfa11 1 0.00/1.00 vMB 0
14,272 14,272 00000000d208f8cfc0f666e74064176a836dd4e59a9ec87f34dacb678d7ec7ef 1 0.00/1.00 vMB 0
14,271 14,271 0000000067dcc6ace1492d8132cf304deed2fc85665a848ef3944a6fd9c1d75e 1 0.00/1.00 vMB 0
14,270 14,270 00000000b48ba3dcc449e36c43a8daef7e35e4e913ae64c390964502adf243e2 1 0.00/1.00 vMB 0
14,269 14,269 00000000975e0f2d70ab808b89fc2d49a52eba0c25ec67966cf485b6531d482a 1 0.00/1.00 vMB 0
14,268 14,268 0000000009f50da748ec5337b038274ebb769f1de78e65c1da0860ddb74dfa4a 1 0.00/1.00 vMB 0
14,267 14,267 000000009587e9818ac8aa1ad8bb7db48004b6435ad2d6e4037db7c1cb023ad0 1 0.00/1.00 vMB 0
14,266 14,266 00000000285663f578941959a922696fb7a60a6ccfc624bb2ca3cc594aac7151 1 0.00/1.00 vMB 0
14,265 14,265 000000003ee691b6d4a2c9584d72466923e5d74591dc0d507578886095e4edb5 1 0.00/1.00 vMB 0
14,264 14,264 00000000b68dcadd420e2a6eac9041450b1a1892bbb0d7369c7b4db6cda665e4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.97 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 574.62 GB
    • Received: 8.18 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.