Loading Tool

Explorer IconExplorer

Memory Pool

19,233 transactions
11.19 vMB
0.04036705 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.82/200 MB

Candidate Block

Mining Attempt b98d522edeff43df54bd4606d81f32e74ceace7fbe4750b01fa76af4d48a8ce3
Version 20000000
Previous Block 0000000000000000000014b0e0c3ffdcd0c6f82f657121f2e5c5dea8833d7c39
Merkle Root 93e430f5ec33025eda8c67e27c2de4ba0bb7b3c125aee8c2d2bf277d97b60688
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,791
Size: 0.99797875 1.00 vMB
Total Fees: 0.02093433 BTC
Feerates: 150.80 > 2.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,807 (689,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,148 224,148 000000000000006b650a2b3a91100abb446cd05b7945523fa268c2210a67968c 181 0.08/1.00 vMB 212
224,147 224,147 00000000000001c631823cf10d6ee79b9436bb43aa1d93fbdff9d521bb459187 496 0.21/1.00 vMB 210
224,146 224,146 00000000000003c66c8a97cd98a9dbb9f47da49eeee9369d1ddbe844e5db3ac6 71 0.04/1.00 vMB 119
224,145 224,145 000000000000017b8ecaf74580a06c8aae3dafed9608f487b2cbcb3dca5af821 365 0.14/1.00 vMB 216
224,144 224,144 00000000000000009da04cd717b9b640915470d19440e491a89261b77ee8fe59 76 0.04/1.00 vMB 154
224,143 224,143 00000000000003b90de84cdf27d52c730a62b9b23349acb76d3864c27944b3da 429 0.17/1.00 vMB 192
224,142 224,142 0000000000000371a07c93664f157055d3ae569121236c53092cebe93e27f1f4 270 0.11/1.00 vMB 188
224,141 224,141 000000000000017a2774d596a0a014312bad1710085ef1b5d0f7450b882192b9 194 0.10/1.00 vMB 168
224,140 224,140 000000000000019bbfb96d362cd9606977aa6dc2cbd83f39f13d0f7eaa24d6e4 60 0.07/1.00 vMB 42
224,139 224,139 00000000000001a9d415583ee56a98e4e13a7bf1beffcdf5dddd776016392ce5 285 0.14/1.00 vMB 157
224,138 224,138 00000000000000c4db03fa964048ccfbb1bdcaa136cf416fc8e078c4fc09aba1 256 0.07/1.00 vMB 447
224,137 224,137 00000000000002a2c030351aa08cb79e824373111056a01a8d9a1e0e744a613b 265 0.12/1.00 vMB 197
224,136 224,136 000000000000030447544c99cc2e48858b6d2e0d43b270f2ea606f13de1192b9 391 0.25/1.00 vMB 122
224,135 224,135 000000000000013cbec935fba944ed0faab7a0c16c78a477cf91604147dcdb71 798 0.25/1.00 vMB 316
224,134 224,134 000000000000035e48b698223e7f5d589e3dd4f70a870afdd160e9a7acf0e67c 275 0.19/1.00 vMB 100
224,133 224,133 0000000000000169ad6fe791307601823703e72ee2cc6b260610536650a809e3 731 0.25/1.00 vMB 273
224,132 224,132 00000000000000563b8389a291cc115dbb96537354d4b82ef938580b165ac04b 623 0.25/1.00 vMB 193
224,131 224,131 0000000000000134d2916202eacd0c0a76125432d7b4f29ee6e54d30c421bbda 256 0.07/1.00 vMB 396
224,130 224,130 000000000000029565a3b0fe1316fae7cfb107a47d27c683f34e99786a1336bf 214 0.15/1.00 vMB 131
224,129 224,129 000000000000027f412e75da8d2ddbe9d6dcff7d79301476d91c06975c53e43f 256 0.13/1.00 vMB 127
224,128 224,128 00000000000002b1c4b73afc910260c03fd878a3b147ff071228c605e4af88fa 840 0.25/1.00 vMB 245
Previous 10 blocks ↓
Total Size: 780.28 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: 516.28 GB
    • Received: 4.43 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.