Loading Tool

Explorer IconExplorer

Memory Pool

50,167 transactions
29.13 vMB
0.10348991 BTC
Random Selection Loading Transactions
Max Size: 154.81/200 MB

Candidate Block

Mining Attempt 612c613433a9a390bb6ccafc46c56b31d7f5553a59048f7d1123ea5f065daafb
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 1c9056265b4f179fa2f40010b6f2c068607c63c932a2db93c6e302882f650242
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,950
Size: 1.00 vMB
Total Fees: 0.02648907 BTC
Feerates: 70.48 > 2.65 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (812,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,456 102,456 0000000000005503f97cf3632f0617e296be67af32d7831e48d4487f150b7583 12 0.00/1.00 vMB 0
102,455 102,455 00000000000325a9ccec0b37136eced512fd00de11b83e122edec49d28edef10 16 0.00/1.00 vMB 0
102,454 102,454 000000000003183328f982f20f655cc57cf87661ec3a91c1855205b4d60f2d0d 5 0.00/1.00 vMB 0
102,453 102,453 0000000000032a28a95c6740962484a707e5228a29bb2a1df135f3aad5cb121a 2 0.00/1.00 vMB 0
102,452 102,452 000000000001dd2c62252ae49d56bc229b69bc6e72849f3a9790e120ba0aaf6f 2 0.00/1.00 vMB 0
102,451 102,451 0000000000039d115bf118afdd7de53c0e074a58aa3bb4d1689fde3abb0699c4 5 0.00/1.00 vMB 0
102,450 102,450 00000000000232f40bde976169dc72bb8ff38532faa69463ba6ee8cbcfc6ff7a 3 0.00/1.00 vMB 0
102,449 102,449 000000000003a90cb013dc20e7997e11d2ab0d47e01572c2f1faeefac5d41674 2 0.00/1.00 vMB 0
102,448 102,448 000000000002af539dace5b73f37cb2b39f15ed2fbc9594acd266cb5441caa2d 3 0.00/1.00 vMB 0
102,447 102,447 000000000002b0df43a3687662e59f0e848926ff0a32b23a7e026a56273bc97c 5 0.00/1.00 vMB 0
102,446 102,446 00000000000273f06ba570202f1f5d6b2c84af0e276897eed3fd64bb3509f68b 4 0.00/1.00 vMB 0
102,445 102,445 0000000000024f1412e8177bb9bab89ccf4ab1f0cd64a11f96f0209795d177e3 4 0.00/1.00 vMB 0
102,444 102,444 00000000000032995c6d7ecc7db8ed6967001aa0bb4c80bbfa8558d984e5f83d 12 0.00/1.00 vMB 0
102,443 102,443 0000000000027f7f72d2aec7cf28f13de1304f902d331b61fb70a7b8f501be1f 14 0.00/1.00 vMB 0
102,442 102,442 000000000002c2347b6bde96ad1f11dc859bad2399aba725f4033714908e9cee 14 0.00/1.00 vMB 0
102,441 102,441 00000000000130d89c4c16f7e1153a4dbc9783ca1fb8a8346ff02085409625a4 14 0.00/1.00 vMB 0
102,440 102,440 000000000003cd520e67e16c7432320f180754af3022091ecbf30d18fe01dee5 14 0.00/1.00 vMB 0
102,439 102,439 000000000002eb3393d965cdfb9827986efe49b8bf14e2728f1d8f2050a9db3a 14 0.00/1.00 vMB 0
102,438 102,438 000000000002f022120c4bcd682560f0aedcf57a9de09fb58de5ff3dd7a7e16f 14 0.00/1.00 vMB 0
102,437 102,437 000000000001a95a5261bce05a3a2e7998c0462b36f6206960d7501e5620ddb9 14 0.00/1.00 vMB 0
102,436 102,436 000000000001e754b4b179100c9bf9321bd4cd3a45744315bbe72ffc32789958 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.