Loading Tool

Explorer IconExplorer

Memory Pool

37,125 transactions
17.98 vMB
0.13386344 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 94.14/200 MB

Candidate Block

Mining Attempt ffd36cd275ae0d7d106781f3127588cfa4b7ecfb72ca2c480edaa377edc32e8d
Version 20000000
Previous Block 00000000000000000000d0024eb8576e4875797df41ac22fac4ed73712ea0080
Merkle Root 08b4cca5635876e47c3d014596628b4fe41ec403ae1ba17eb2aae7c48f298023
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 514
Size: 1.00 vMB
Total Fees: 0.02320936 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,331 (688,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,164 225,164 00000000000002e553e8cfd3253a50b96d50c9d5325f4639e16ce1ed8db00047 386 0.20 vMB 184
225,163 225,163 00000000000002b790e322913849104d7d731384a0ea62d55908d501868d9ffb 142 0.05 vMB 187
225,162 225,162 0000000000000055bf835e6292184324e36a2637f59a69e103ecf0631cb4b47d 125 0.07 vMB 140
225,161 225,161 00000000000000dd3da247eef8005b9131b7577d6cb8a6ad4be3151147641a68 416 0.18 vMB 231
225,160 225,160 00000000000001ad0dee6d8c199219aaa849c83de67c42685b9621856e7e295e 515 0.22 vMB 231
225,159 225,159 00000000000000705963efb32305890f5645cb398aa989703132cdad47ffe0da 146 0.05 vMB 206
225,158 225,158 000000000000021b525fa24e69c239a3cedb3b4d73e8534b9f5fe235f09be0b0 679 0.31 vMB 189
225,157 225,157 000000000000017d6e53b8e343801e6c98527680dc2664e27625fdad7f94b7f4 345 0.15 vMB 170
225,156 225,156 00000000000003d4269a035938d6fb2cce37e5f45847287c8bf86bf94c0bbd1b 725 0.30 vMB 219
225,155 225,155 00000000000002e9af4806064d5e3ed135fe9e7503cc3c822065f07f80a1e6cd 177 0.10 vMB 157
225,154 225,154 00000000000003107399feb721964d580613b6ac5a3d65e65f0a48a216f08d14 235 0.15 vMB 130
225,153 225,153 0000000000000215c008b9a536a94aef116be78a580bfa0b1f2d19d9fba2b60f 415 0.22 vMB 156
225,152 225,152 00000000000002f193a6d181c62e826d5f787e9de5a98673bf33f8f8ffec6b33 374 0.14 vMB 209
225,151 225,151 0000000000000267ba5380e371689481443203f72cfaa3c5c120553a84a550eb 545 0.26 vMB 176
225,150 225,150 00000000000000cb02e36d584727cc481eaf3659b18b1398890ea647e91d0383 100 0.05 vMB 168
225,149 225,149 00000000000001a06b0dea1c79059737e0e80fa668a703d3a2970fd51c72d5d8 524 0.32 vMB 140
225,148 225,148 00000000000002bb08990bb4d84d5cfa208b3521a271c91ccff8da18103b72de 658 0.25 vMB 213
225,147 225,147 00000000000000b7d41a48180c646ec39b1bfc29c772052f18f3fd28d1cdaec7 576 0.25 vMB 192
225,146 225,146 00000000000003cf898909030ac5288004318b55445bceb8722691a817be1776 493 0.30 vMB 142
225,145 225,145 000000000000028fb3d96fb3bcfa71bb86c1950b6fc918d8b65ba7f3f2e93d62 937 0.30 vMB 262
225,144 225,144 0000000000000062e5bb81fc9517e941267b61026fd00db583de45f5c49eac71 110 0.06 vMB 85
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 87
    • Outgoing: 11
  • Data Transfer:
    • Sent: 132.68 GB
    • Received: 0.55 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.