Loading Tool

Explorer IconExplorer

Memory Pool

77,083 transactions
28.41 vMB
0.08810369 BTC
Random Selection Loading Transactions
Max Size: 172.95/200 MB

Candidate Block

Mining Attempt 0b0409e771f0a0ac202176555144099ec06bdd9afc80653302bd7fc8a0853822
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root daf5ae9b9ccd999d0ebcb61b85541501dc2ae9f657b4c595541ebd1412ed82a8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,608
Size: 1.00 vMB
Total Fees: 0.02456518 BTC
Feerates: 477.45 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (627,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
288,072 288,072 00000000000000014ac1406982538914e887267cb0531ec8736c974599228168 105 0.14/1.00 vMB 18
288,071 288,071 0000000000000000995b3e089f8664ad4ee2be588f626c8ad3ab71c6633c9ef0 610 0.35/1.00 vMB 56
288,070 288,070 0000000000000000f5a3ce646d092ca2750c34481c2d889572d90669095c997d 133 0.25/1.00 vMB 14
288,069 288,069 000000000000000015e5b85b6f990bc1b15c87029ca45e49d7080f4ad2b01a16 735 0.35/1.00 vMB 30
288,068 288,068 000000000000000150c6263596ed12e274772b4f1b5dfe880d3fac9a774a1162 131 0.06/1.00 vMB 93
288,067 288,067 00000000000000007c6a0ba1bd2b91fa855ff2a21929a5002cd37e3df3c32cf4 194 0.11/1.00 vMB 31
288,066 288,066 00000000000000013c00c57c18420ff817e614274434f673cb7211715251d18e 219 0.15/1.00 vMB 32
288,065 288,065 0000000000000000b014aa1ffb21dbaf85a31247373c2dcf01fc9b7f32d0efde 235 0.10/1.00 vMB 37
288,064 288,064 0000000000000000c20895134057561eec138ed5259fcddbf187fc8d46d7c2cd 433 0.27/1.00 vMB 32
288,063 288,063 000000000000000018ec387a7e79fbacdf875382b4ed1574a4630ef357e8509b 276 0.27/1.00 vMB 23
288,062 288,062 00000000000000007764778f17fc18d6051711507bbaeb503c2d4aba017f1445 632 0.44/1.00 vMB 25
288,061 288,061 00000000000000005911b7c6ece35e55fac6f82c8c2a0de438d710fdd5d22d14 137 0.06/1.00 vMB 69
288,060 288,060 0000000000000000706d0cd65f41821804cd6d960536dcc8ffcfa6d4f7ee1a41 795 0.39/1.00 vMB 35
288,059 288,059 0000000000000001009551c3690c23117d4eed35900412329f86a42fe941e7af 50 0.06/1.00 vMB 12
288,058 288,058 0000000000000000852ca6bb981d92586797b2424018139a0e25c17c49d7b928 203 0.10/1.00 vMB 35
288,057 288,057 00000000000000005e2713a3d49823ac3b3a07b27abf7d4deab71e211da97b41 17 0.04/1.00 vMB 5
288,056 288,056 000000000000000058160373092b5ccd7e2829ab75752d4022ff0c6ffd1a73bf 140 0.10/1.00 vMB 11
288,055 288,055 0000000000000000e12f6a4484fa053b219448d582211f4066e21512e658b301 34 0.05/1.00 vMB 11
288,054 288,054 000000000000000148791ac951a5024bb87033c23056ce3abe985b609cca5556 308 0.30/1.00 vMB 21
288,053 288,053 00000000000000011d17cb8661720413303ab1316e90e8dfc65d8efa1e161adb 413 0.26/1.00 vMB 31
288,052 288,052 0000000000000000ae92e5661c47874e228a1f309271952f889f448fe915614e 95 0.10/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.