Loading Tool

Explorer IconExplorer

Memory Pool

41,892 transactions
26.64 vMB
0.05730846 BTC
Random Selection Loading Transactions
Max Size: 139.88/200 MB

Candidate Block

Mining Attempt 2a026aaa6c0c24380ec0b4c4824da15eb6cccbf345c8c4b6488905966b9db425
Version 20000000
Previous Block 00000000000000000000bb73cc242ea49403f8113ddd3e1d1b86a46da9e74d69
Merkle Root 73a3dfed06806a4d95b304379921119e7e518feeee7f9c77562875e354d3317a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,260
Size: 1.00 vMB
Total Fees: 0.00825084 BTC
Feerates: 202.69 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,803 (461,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,212 453,212 00000000000000000007e8e5f91f8bad1f16e65dc1e95e744e8541ee1bac5d31 2,169 1.00/1.00 vMB 98
453,211 453,211 0000000000000000017e33db9d00aaaa9bcba16fff7f896d12147f949804ba2a 2,445 1.00/1.00 vMB 117
453,210 453,210 000000000000000000d4b418d451ad13526e00984a0678a90b51ebd04ee5534a 1,848 1.00/1.00 vMB 83
453,209 453,209 0000000000000000021827d3f3dc3aa3c74193e1039022ab8a3b2a838c6de0f1 2,182 1.00/1.00 vMB 106
453,208 453,208 000000000000000000485d253f36e632f88b4fb8251cfdff3ffad3d9ee72fd04 2,335 1.00/1.00 vMB 159
453,207 453,207 00000000000000000180a7634a83502c89b5a2013fa046fdaf1d88831adbebf4 1,235 0.37/1.00 vMB 176
453,206 453,206 0000000000000000007481017867dd6eb6eacf5eacbe17da6415c27d8d81a148 2,254 1.00/1.00 vMB 92
453,205 453,205 000000000000000001312aa985d26f81c7d31da1c94dcb303047adfe75372ee4 2,341 1.00/1.00 vMB 129
453,204 453,204 000000000000000001a0abb6c199a82a12d53551fc8973819b666aab7e96a2de 2,990 1.00/1.00 vMB 76
453,203 453,203 000000000000000001d109ac0944ce22ca9f2bf8c7beb729d79628f29be082be 2,415 1.00/1.00 vMB 73
453,202 453,202 0000000000000000011433ea7b4d51e3672bf25d07722099e8255b230f86b05e 2,086 1.00/1.00 vMB 104
453,201 453,201 000000000000000001e4be549208a5f07b0b50dfb092e99fa20055156c55549e 1,292 0.37/1.00 vMB 195
453,200 453,200 000000000000000001fa2fcfedd86dd71107129b287a88cb489d876192cfae84 2,006 1.00/1.00 vMB 138
453,199 453,199 000000000000000001ea685d5a8c32707208be89d36e5537a6f49e5e60792b5e 3,266 1.00/1.00 vMB 64
453,198 453,198 0000000000000000025f58c8002c0eb44543886532e0a92b582668bca67c9cdb 2,458 1.00/1.00 vMB 97
453,197 453,197 0000000000000000011ed4f3371dbdaebb8c54badce220fbba64f1a46ba0559a 2,302 1.00/1.00 vMB 117
453,196 453,196 000000000000000001c58b67f2145e00e836fd6006860be9e61a31cc70ca0b84 2,289 1.00/1.00 vMB 124
453,195 453,195 0000000000000000006684390c53057d1942b03e649582de26dd588f83471b74 2,866 1.00/1.00 vMB 176
453,194 453,194 000000000000000000e907ebdb890c7f46c0649829b60e98ff5cb5e2b83fcc77 2,927 1.00/1.00 vMB 90
453,193 453,193 000000000000000002859a549a49c2c70b92efeef7d1493c3574fa54b0568f88 2,336 1.00/1.00 vMB 70
453,192 453,192 0000000000000000018d54af73d25538810602f16421c14612a4163ae5083c70 1,851 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.04 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: 650.46 GB
    • Received: 13.29 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.