Loading Tool

Explorer IconExplorer

Memory Pool

14,657 transactions
6.84 vMB
0.01727965 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.20/200 MB

Candidate Block

Mining Attempt 5d99608c2b07507122318e870016e8a722a352c7191dea431c4506a6504024f4
Version 20000000
Previous Block 000000000000000000018334698b3f919b91679f9b8aa9a5b7a32751b5feadf4
Merkle Root e389a9bff29e41370ee0a7dbdf37212aba972d5aaf999ef86579a58082bd7ab8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,107
Size: 1.00 vMB
Total Fees: 0.00439325 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,441 (718,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,764 194,764 00000000000000cc36772ab58267bd2449b8a017c1583490e9016ef82897f30e 129 0.05 vMB 59
194,763 194,763 000000000000000830f515431c085f50b8f0fd84493d98c354205eb77622b54c 805 0.41 vMB 1,375
194,762 194,762 0000000000000077760c4a29cd5974f05229ddec17b808595a016b98c736f176 57 0.37 vMB 60
194,761 194,761 00000000000002a4027f4815455a4b4bee567da7cfda3df6e054120d96c00b52 336 0.23 vMB 132
194,760 194,760 00000000000003667e54912be7ae1251b0211c779c38971988ea8f4da49ae87d 107 0.26 vMB 92
194,759 194,759 00000000000005f77bddc4c09aaa14221b308550ef1c7afbd0288e3152593074 353 0.14 vMB 148
194,758 194,758 00000000000004eded91ff79850a925baf8ddd927f0c7d9964d73185ab589d6e 9 0.00 vMB 46
194,757 194,757 000000000000020903d0c1a476d308ec745c495a55f1faa610d0f0575dab7990 127 0.06 vMB 91
194,756 194,756 0000000000000513bd26c10493b965bb84220e97bc06848a19d4eb49abc45060 485 0.22 vMB 141
194,755 194,755 00000000000005a40ec5e466c9319511a9a2cb4c7644bbf690a3bb77ef934286 266 0.11 vMB 181
194,754 194,754 000000000000012258f6399dafe334c008e6309a8b1fb733e726da70a04d25b0 127 0.05 vMB 118
194,753 194,753 00000000000003d482395d12c97d1247f2029a47e0054a78abe40efca191f52a 317 0.15 vMB 131
194,752 194,752 000000000000043986eb7c808c76956133cb1c9e712905d44ccd1a185fce467c 687 0.26 vMB 184
194,751 194,751 0000000000000608de2168a2f115e7afbbe48facf3b82d1c3a1deb3d31c84912 824 0.36 vMB 163
194,750 194,750 00000000000005739f00298feaacbf88bc5c3df5ff476bb8855a4bcc08c6775f 7 0.00 vMB 1,493
194,749 194,749 00000000000003dbf829456aa631a007acb788067ddb6b547dbcab51ba9372fa 52 0.02 vMB 593
194,748 194,748 0000000000000598dc6139d6fa27379dabad51fb895ad3e108bf0405e6bd47b0 189 0.05 vMB 17
194,747 194,747 00000000000002275c12f1d87255894d1b07cc7510e5ac4844b9d1973ea66a2a 265 0.17 vMB 170
194,746 194,746 0000000000000682c1d94b33e70075f3360183230d031bec9295bc2cb1ea928f 199 0.09 vMB 116
194,745 194,745 00000000000005e6a1f0fd55666c0fc1936efa2c71be01ade384fab9b740a583 624 0.25 vMB 133
194,744 194,744 000000000000009e7088bdbe57f3c0dfba2faac0b42c15f7e8703937c228553c 14 0.00 vMB 309
Previous 10 blocks ↓
Total Size: 779.64 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: 304.07 GB
    • Received: 1.39 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.