Loading Tool

Explorer IconExplorer

Memory Pool

78,766 transactions
29.18 vMB
0.09481322 BTC
Random Selection Loading Transactions
Max Size: 176.35/200 MB

Candidate Block

Mining Attempt 9ef0dcf080070c064447615d245f7f03dbb7cc4248061567b578e31abe0e8871
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 51338020212a23c387188f34da811b06a11bea2612b596f03707716204405156
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,675
Size: 1.00 vMB
Total Fees: 0.03379651 BTC
Feerates: 477.45 > 3.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (356,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,913 558,913 0000000000000000000da8876e10fc22af6820d4e31c73c3e06b001372e6e365 2,663 1.00/1.00 vMB 22
558,912 558,912 0000000000000000000bef30e7d2e0c8228a16d4602d7e555a2260bb73b37091 1,740 1.00/1.00 vMB 33
558,911 558,911 0000000000000000000680fd4858d5fbcba1cd49af12cd930363819a85c63adb 2,883 1.00/1.00 vMB 45
558,910 558,910 00000000000000000028a880573aab75cb0d772386153dd0385b1e6b27af2a75 2,034 1.00/1.00 vMB 21
558,909 558,909 00000000000000000028c91351e5732671260739a2cbd7af2258e680fddb849a 2,911 1.00/1.00 vMB 15
558,908 558,908 000000000000000000211827b535ad9470d4c16b8b07ce6fc42e9d6eec51528e 2,146 1.00/1.00 vMB 28
558,907 558,907 000000000000000000060144d797d71461157b1997be7182861abff009fcb305 1,607 1.00/1.00 vMB 65
558,906 558,906 00000000000000000000c785eaac6632a94342ea346c7b3af6eaed5d90f9ec86 1,300 1.00/1.00 vMB 83
558,905 558,905 0000000000000000000f8eec736522fe8b010ad510d4b9c6410847d18f484302 1,341 0.62/1.00 vMB 4
558,904 558,904 00000000000000000005285f8dd29e3393a3b92b03f050b367cb5609f147fe38 2,445 1.00/1.00 vMB 28
558,903 558,903 000000000000000000067165d34bcaf7df7b901e153d61d0ec818a2c5e6af8ce 2,338 1.00/1.00 vMB 8
558,902 558,902 00000000000000000018e3a86b64b7d0b8baa35b373367329a51bcaa7e7d4b75 2,127 1.00/1.00 vMB 4
558,901 558,901 0000000000000000002af9aca2d1318110766a90a3433e981f660dc7d0cf4d08 2,711 1.00/1.00 vMB 33
558,900 558,900 0000000000000000001d9fc6d04f525f3ed4c8cf649eeb2803eb3a965051cc95 2,831 1.00/1.00 vMB 21
558,899 558,899 000000000000000000225e4618b54964b0c20c2ef17a46400a5fe9d05eeb4a9f 2,017 1.00/1.00 vMB 14
558,898 558,898 000000000000000000031f22fad1c81c7eb94a63267ccf2acdef0591c491df5b 2,649 1.00/1.00 vMB 14
558,897 558,897 0000000000000000002422e63e8161058f50ffbe65b240463b3baffd8dce426b 2,392 1.00/1.00 vMB 17
558,896 558,896 0000000000000000001cf58e644b5b82f46b3e5719f289554e15dc05aa073c69 2,854 1.00/1.00 vMB 31
558,895 558,895 0000000000000000001e6d35110bbb1f3a63e21467c71ab931f0b542994c2af6 3,118 1.00/1.00 vMB 37
558,894 558,894 0000000000000000000e139a9c037ab25d74474671d82f397ff1eb6172d76abb 2,554 1.00/1.00 vMB 27
558,893 558,893 000000000000000000290ba6e2d4d62575b8f5b4b612068f65dd14d51d6f9b90 1,578 0.53/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.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.