Loading Tool

Explorer IconExplorer

Memory Pool

34,235 transactions
25.36 vMB
0.06871097 BTC
Random Selection Loading Transactions
Max Size: 129.21/200 MB

Candidate Block

Mining Attempt 6c79716b473bdfd5ba768bb28d6bd45747ca4d59203ee2b978e101943638f6c4
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 860d0ca2f5d19d46c930df5600e8068f4e3db32a546f8413dd3a47c773f1c5f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,299
Size: 1.00 vMB
Total Fees: 0.02279373 BTC
Feerates: 101.67 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (800,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,156 114,156 000000000000be555edf61a611120eb6727372e1334d8b01396c657438090c33 10 0.00/1.00 vMB 349
114,155 114,155 0000000000001df4bbd4f54b3d73148f6dadf4d1c962043766968379ab4e0edb 12 0.01/1.00 vMB 147
114,154 114,154 0000000000002df46c47370c29ee20a031198272d875bf9d6add7923aa882d03 167 0.04/1.00 vMB 0
114,153 114,153 0000000000004bc53f39cd25ddefac6d9baf588438a19c7b5172fa89033c8b3e 10 0.00/1.00 vMB 0
114,152 114,152 000000000000a19f2f8a8f32e2a7ce01ae16c8199d65a9d8f884232a7022a594 40 0.01/1.00 vMB 0
114,151 114,151 0000000000009fce7315b8970db0c52242c199eb0907f4dd425e8c1d5753d13b 9 0.00/1.00 vMB 0
114,150 114,150 0000000000005a11901c69c8c0cbc7b544beea271b593a41626f3f896b2f091b 8 0.00/1.00 vMB 0
114,149 114,149 000000000000b6bc7c1b3f60e4b274eb3b07af157e084c65094a5e6e82c70f0d 12 0.00/1.00 vMB 0
114,148 114,148 0000000000002b9a60037334b4d7668c93e7857009399b718da8fb76397262d2 9 0.00/1.00 vMB 0
114,147 114,147 0000000000009384bc3fb9905c5e0f36e525676880970a0a2f1d383e51aad514 15 0.01/1.00 vMB 1,292
114,146 114,146 00000000000071695954e8d5fe74d6b243b0822eaea10a5f1101afc890796564 37 0.01/1.00 vMB 0
114,145 114,145 000000000000840377dbf4ab76c687b2ddb9d4d0cdc977057fb8c9d4402eb1b4 18 0.00/1.00 vMB 433
114,144 114,144 00000000000073da5cc3a4fbba9995fb71d474de9cc9e6d87e1669c93a255e70 32 0.01/1.00 vMB 113
114,143 114,143 00000000000078f4a8d72a36db1875507e2f16e0ce2a5dba5e5dad9fad32b934 34 0.01/1.00 vMB 85
114,142 114,142 0000000000003ce19731055a305d4eea0716a89791b9a3ed0c91a7b05eddd9ea 12 0.00/1.00 vMB 0
114,141 114,141 000000000000168a897771e5d7b76e7b275dd4acb4f2f0573406da0845287bf6 12 0.00/1.00 vMB 0
114,140 114,140 000000000000b063356b9b830de666413e1b55583d34e5fa729f71f2bd341b63 9 0.00/1.00 vMB 353
114,139 114,139 0000000000000fb11681a06894584287171ce37aa09312b92522eb066f557446 157 0.04/1.00 vMB 0
114,138 114,138 000000000000110ef231c3bb416b84dd7325cc3c58feb5b4ec27e277d62a3ea8 13 0.00/1.00 vMB 0
114,137 114,137 000000000000b8cc0864cbf2496dd95a1b7343f6ef71cc4e4ac7911f67207d80 19 0.00/1.00 vMB 215
114,136 114,136 00000000000054f749a2cdb720e535b0ac8c762a79065ea9f954cc2bc0257408 10 0.00/1.00 vMB 0
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: 655.96 GB
    • Received: 14.36 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.