Loading Tool

Explorer IconExplorer

Memory Pool

46,354 transactions
28.22 vMB
0.10873757 BTC
Random Selection Loading Transactions
Max Size: 148.12/200 MB

Candidate Block

Mining Attempt 87db60ffc55da7cd1f4d61776da3082d721b6b94140fc39c73658634642f6acb
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 4633888ea0cb5c9617e489d03ff3e1eab4327ab8d8f754dbcd8074db57e4075d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,572
Size: 1.00 vMB
Total Fees: 0.04549007 BTC
Feerates: 265.25 > 4.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (732,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,222 182,222 000000000000088483d900a873f6362ab9e98da4b5839e17f38b31dc677996f7 252 0.12/1.00 vMB 102
182,221 182,221 0000000000000690e627ec2f5f78953daa53dce468459a8314025ba3ea591cc0 274 0.16/1.00 vMB 121
182,220 182,220 000000000000055127b61f73136df3e973bcd689e6797a521238d8dda3e6cfaa 638 0.26/1.00 vMB 146
182,219 182,219 0000000000000a6e2cb7e24d93bb9f46d3a3525f8a7a6889ddab3d4c9c5154f0 512 0.20/1.00 vMB 145
182,218 182,218 00000000000001b4653a4c154d57612401b7110dabc347909a4692e95286d046 142 0.05/1.00 vMB 139
182,217 182,217 000000000000097c28263fe2b8e2efa5386d72e4b959ed13bb982c544ce7437c 136 0.05/1.00 vMB 51
182,216 182,216 000000000000087a867dd85d30721bed618ff3384cfb4fd92f8ff275f52de1cd 131 0.05/1.00 vMB 160
182,215 182,215 00000000000003d0b8dc40b88dc6405dd5a70ca121a7040c11d47d92a1b2db1e 128 0.07/1.00 vMB 38
182,214 182,214 00000000000006793b341f481e133347303229a13b973ec3a0cd55cf7f1f2168 204 0.10/1.00 vMB 115
182,213 182,213 000000000000083834bdee70c5c993c8f09f34ddb17a20a51c942f4f4154d399 131 0.05/1.00 vMB 93
182,212 182,212 000000000000085f1f56742b738d1b94c09a62482a3890862988d53cbe331290 144 0.08/1.00 vMB 153
182,211 182,211 00000000000007acee5846a29f738070339f70376f76e2b3b231b0a5fc9ed8ee 150 0.05/1.00 vMB 114
182,210 182,210 0000000000000a58a5e94f50134de6237c5f954e5a08ae84da9209f2f42aed30 244 0.14/1.00 vMB 121
182,209 182,209 0000000000000015e35ea031e2ae82dd0be38fdcc353b22ee50bb51b72f232df 630 0.28/1.00 vMB 110
182,208 182,208 000000000000077ab024d4ddcf54b3fdde1ec9ac21a3acf2c9e4d2001a029f01 310 0.14/1.00 vMB 140
182,207 182,207 00000000000004dff1b6e1b2da5ab30c39684d4cddba2fd3c2fa85adea648616 136 0.05/1.00 vMB 260
182,206 182,206 0000000000000a72f378a974c24ced8fea22941e7774b7344af86ab306083a98 10 0.00/1.00 vMB 15
182,205 182,205 0000000000000715dce6b085c6c4f815b6a5edb8fc2b8ad30e08ed74a4c4d69b 146 0.07/1.00 vMB 210
182,204 182,204 00000000000004d1f7260a272db163f2094295e563a277d6da6339daa074ee44 32 0.02/1.00 vMB 24
182,203 182,203 00000000000009ac95567e8142f11b6d10d92ae0581ef086f795e3a8c00a38ca 452 0.16/1.00 vMB 121
182,202 182,202 00000000000001e3e536ee1fe12134859a9a8d9ece9e0d3b3464083b0f71cedb 128 0.05/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.27 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: 656.71 GB
    • Received: 14.42 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.