Loading Tool

Explorer IconExplorer

Memory Pool

22,790 transactions
10.02 vMB
0.02605127 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.35/200 MB

Candidate Block

Mining Attempt c24f8f6e4bc340f1e873e13939ca6f40380ce549b0113bae0e78a36c62f450f3
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root 27d4abaa0f458957c07dc1746848f45b0347614cce3415eaab7a46daccf66f33
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,003
Size: 1.00 vMB
Total Fees: 0.00986928 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (706,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,087 207,087 0000000000000222cb153047a0666ce28efc46363e26360bf134ee3755887b07 406 0.16 vMB 241
207,086 207,086 000000000000034ce21bc7e42ca78415140c5a92d3e1215ccef5373b4be1d884 339 0.19 vMB 153
207,085 207,085 0000000000000142d9cd9ecdbf0dd6ee262db0e0a66c0c89cce6dbde872fd98c 84 0.03 vMB 97
207,084 207,084 00000000000001953bea52d3e5fcb34f58ac8b14e10810909cd3b747d1cd7257 303 0.17 vMB 178
207,083 207,083 0000000000000102ec3f66d916a53795ed0e5d354c0587167ace7d53f5d0136e 9 0.01 vMB 165
207,082 207,082 000000000000033d96e39257ae523e242653fa7723d372a69bc2730ff8e4e83e 82 0.04 vMB 200
207,081 207,081 00000000000003500947f5e439a482aadc8c134e327ac24b274f68c6a5bc7fc5 345 0.22 vMB 133
207,080 207,080 000000000000027eda1e551478b7d2b497ca6e119efa4f38effd08849c686d4b 148 0.06 vMB 27
207,079 207,079 00000000000002be2f8fed11ba26f02fa2efe1a065562705f6c1ff1ae642c10a 140 0.05 vMB 162
207,078 207,078 00000000000002a922029327198287044de955baa5c0486e9a1bfdeeb43d430d 66 0.02 vMB 53
207,077 207,077 00000000000001cc52da7b281c26875def426fc980088beefc8ca9c4c7c054c2 205 0.08 vMB 190
207,076 207,076 000000000000042ee0daa01946d82f559ea8100d09e74c00fe6cf458bd3e1748 445 0.22 vMB 221
207,075 207,075 0000000000000482007a6a36e64d0dddf35012eef65b507fdd75c8065bf0f269 422 0.17 vMB 235
207,074 207,074 000000000000027245e854362bd54dc5534b445a0a600e0a5bafb637b0b56e46 57 0.02 vMB 227
207,073 207,073 00000000000000a46e4a6c089c5cc4df3855447294b91caa26a240b3d5dc25de 106 0.05 vMB 213
207,072 207,072 00000000000001425cd68a2da6a29c79e5e076d92f5dc343188374036206e780 199 0.09 vMB 201
207,071 207,071 00000000000003ad067c47cd20146e93bdb0d85b4d51e34b3c9030edfc2567cb 431 0.17 vMB 239
207,070 207,070 00000000000000212976dbd518da44f2f20796a758acaf8a68836cd9e828262a 110 0.04 vMB 237
207,069 207,069 000000000000050a7892c3b00663842d0c1513c68ecbb3c04dc97002a395c7a1 65 0.03 vMB 220
207,068 207,068 000000000000027766b8b8f7ba378fc1948297bfc79bfa78fa617be9e7937297 172 0.07 vMB 252
207,067 207,067 00000000000000acaea3d10fcb9a555fa5e458bd35bfc359dfadfd0ccb87175c 16 0.01 vMB 88
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 379.03 GB
    • Received: 1.90 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.