Loading Tool

Explorer IconExplorer

Memory Pool

74,762 transactions
27.60 vMB
0.07364575 BTC
Random Selection Loading Transactions
Max Size: 168.33/200 MB

Candidate Block

Mining Attempt 26a815fd94f9124ef9fe03d5ebca14307ffb40cb3951bb358cb479575eb624a3
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root 66dd2c20533c38fd135d987d614c5abc11ecfbd3fd2252102f5790f20bf30096
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,356
Size: 1.00 vMB
Total Fees: 0.01476970 BTC
Feerates: 100.35 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (627,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
288,051 288,051 00000000000000005a3cd9d3b164dcc8907b54846a48a838f3bd814c79f19a97 30 0.05/1.00 vMB 5
288,050 288,050 0000000000000000ad5ec10c974c85007d45886cfff80bf51f41d00ae1d851b8 159 0.10/1.00 vMB 25
288,049 288,049 0000000000000000421a16b536faf08bbbbeda317397d132c86715d9e891b3c3 228 0.16/1.00 vMB 25
288,048 288,048 0000000000000000d714e17a1aabf79044e8bcc546b215875629d26ee0723237 240 0.11/1.00 vMB 33
288,047 288,047 0000000000000000d5888b83a617ce5cd2b4f9ed008eb2e9332a67fd6d787a50 154 0.24/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.89 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.51 GB
    • Received: 17.38 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.