Loading Tool

Explorer IconExplorer

Memory Pool

36,422 transactions
26.13 vMB
0.06968224 BTC
Random Selection Loading Transactions
Max Size: 133.46/200 MB

Candidate Block

Mining Attempt 1022d9b2464b218ce508ffa09b90bca26bff1355583d3690f2a942ff2b75de22
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 415fc9c167106ee6afa1f4958668ef91b66859d90c2779c259cfd30f78ebe5b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,148
Size: 1.00 vMB
Total Fees: 0.02135799 BTC
Feerates: 152.71 > 2.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (812,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,471 102,471 000000000000cea2170c47cf15763269862d195f42d1ef34d26d55c4079cb30b 2 0.00/1.00 vMB 0
102,470 102,470 000000000003f0c1503ebbb26859693daa69d8abaf2e8895328be44bdfee4762 2 0.00/1.00 vMB 0
102,469 102,469 00000000000119efe448a344e32311e23766538901fafb953cd325572cf2f9cd 1 0.00/1.00 vMB 0
102,468 102,468 0000000000033554dcd0b6c127526011b59d625a4bdc479343e5ddf740d2132f 5 0.00/1.00 vMB 0
102,467 102,467 00000000000027364b8dab0ab61811b0b0ca36025b204b01d3aab919ce5abaf2 1 0.00/1.00 vMB 0
102,466 102,466 000000000002fec58bbd5cdbc9a3a1de7804e33f8f287b0bcdcb594f94c4c06a 2 0.00/1.00 vMB 0
102,465 102,465 0000000000026fbee888e8d5b534164f17b89bca41d1daa245631087b1d13dd0 1 0.00/1.00 vMB 0
102,464 102,464 000000000003f55eb1fbd56a8383fa6f554fae19b7dd40b890d89044e93f0b67 1 0.00/1.00 vMB 0
102,463 102,463 0000000000024a5d55da568a7d12a98243b1ea5fa5659b9e5192ca7a38099e56 36 0.01/1.00 vMB 0
102,462 102,462 000000000003e8bcce8b3753d936725039cb3fa42a2e15d8d1fa42d9edb79d5a 6 0.02/1.00 vMB 0
102,461 102,461 000000000001a8794f60a38e1403f3bb65cd6efcbc1c68b448144b68da281a55 1 0.00/1.00 vMB 0
102,460 102,460 0000000000018149b3e93dd3eb1008c787acf383c7f725d8d20a0739408890ac 3 0.00/1.00 vMB 0
102,459 102,459 000000000001e304173a4c9d4d24e55e1ea082354faa09ba6d5d9ae1c9cad7b3 5 0.00/1.00 vMB 0
102,458 102,458 0000000000008e213c16a13c547cee9df12a46e0d4c901124f21adf70d7314fc 1 0.00/1.00 vMB 0
102,457 102,457 0000000000025dd66765a4260f9ae9401c4144bd025a6c781c4b61b3a6641adb 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.42 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.