Loading Tool

Explorer IconExplorer

Memory Pool

37,440 transactions
19.30 vMB
0.07885411 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 106.49/200 MB

Candidate Block

Mining Attempt 2d844ef11c09d1cd8f10984da955c5b10c699c47b3c9cdf6b86afd55db07f2f6
Version 20000000
Previous Block 00000000000000000000e97ae3be03bc28fddeccd3a9fdcb7b1214b0e0bc3607
Merkle Root a5065aa92efa1783f756484f6180c4d7f696d98703beee4249ec90628a123ee2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,765
Size: 0.997999 1.00 vMB
Total Fees: 0.04138796 BTC
Feerates: 179.53 > 4.15 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,882 (650,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
263,273 263,273 0000000000000003cff3d8ee03ab9183b1a58623f1bbf01f9b4038fcfd546ebd 316 0.14/1.00 vMB 90
263,272 263,272 00000000000000149520020f500b6605ed36398b72cbe1447ac307c85eeae428 104 0.05/1.00 vMB 84
263,271 263,271 0000000000000009ff6e4e5860b7515433323b1243f0a07af198476be44ec78b 82 0.03/1.00 vMB 120
263,270 263,270 0000000000000007222739c5d3abdf5d7ccf68ad43db3f073000f72e32ff895e 191 0.07/1.00 vMB 108
263,269 263,269 0000000000000009eee55162a435f918af3183eb463097c7b3578bc796dabf66 344 0.15/1.00 vMB 101
263,268 263,268 0000000000000012cb69a413ace2baf831ef20107c478379dfdf98aaa4a3f9e0 387 0.21/1.00 vMB 84
263,267 263,267 0000000000000009b8ca6914d2de2685a0ed10fc7bcdfc0121b419d7b2e0a2c9 350 0.11/1.00 vMB 59
263,266 263,266 00000000000000131895dc398ed17751b48bfabb50b787ce696a848af0fa78a2 119 0.14/1.00 vMB 34
263,265 263,265 000000000000000cad6d297bb573dd58122f61e093a59ac463e257e5f805a1be 112 0.05/1.00 vMB 73
263,264 263,264 0000000000000010219bd8458546e766f710650cbdfb0d307b642a8f9768c726 16 0.01/1.00 vMB 0
263,263 263,263 0000000000000014e037b9886e3b9a2b8d9d154c0f530420617743090a617cb9 533 0.25/1.00 vMB 111
263,262 263,262 00000000000000107985bcb9433bf6ece5b824a9031b2d250c4bf55cc43c8439 92 0.04/1.00 vMB 111
263,261 263,261 00000000000000057d0ecb3c0084a8e910aa36a2b86114b4ba5ae8dfce16b71b 206 0.09/1.00 vMB 110
263,260 263,260 00000000000000099500b24a65aa0bc3c7977165ac84af393dcbd1787b01e2ad 228 0.09/1.00 vMB 109
263,259 263,259 000000000000000a123b6d531044e92d0fe19ba74b116ed455f63d1e84dec625 146 0.07/1.00 vMB 76
263,258 263,258 0000000000000001bd247b89463266325e047a2f4eaee94d4765de4a13e9c942 73 0.03/1.00 vMB 96
263,257 263,257 000000000000000ff43bcb4813d6985b2121332c3cf8486aa70f1da3c71275d6 317 0.15/1.00 vMB 85
263,256 263,256 000000000000000b233fccb17d50d4274880eaaa32538b155421a207e305e2af 71 0.03/1.00 vMB 72
263,255 263,255 000000000000000bba23c5a498bea892fb0131dbb7bbdc0819c2ccebb2a42cec 153 0.08/1.00 vMB 108
263,254 263,254 000000000000000f6896573e5f330526c543ff864e0cc3ca450dedd0ae62fdf2 124 0.06/1.00 vMB 85
263,253 263,253 000000000000000e59e293a88fb989f2bb86d30657c4165fc3d6430840c10f7c 54 0.02/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 780.40 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: 525.28 GB
    • Received: 5.17 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.