Loading Tool

Explorer IconExplorer

Memory Pool

41,978 transactions
30.44 vMB
0.07071006 BTC
Random Selection Loading Transactions
Max Size: 154.46/200 MB

Candidate Block

Mining Attempt c91402b7d5df67fcb2fbfbf288ccf41b0a5a34a3195f20e9a24636c1076eaa8c
Version 20000000
Previous Block 000000000000000000006714c3d7dc50e84391981f67170adb5c2d01c46a6280
Merkle Root 55337771e780ca8fd4a6400118c875d0250f5caf6e79563199fd6baba3be9a0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,365
Size: 1.00 vMB
Total Fees: 0.00979387 BTC
Feerates: 60.16 > 0.98 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,465 (661,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
253,205 253,205 000000000000001b0175fc6bb41664cb853b17e30c08560268be73ac76b86108 219 0.10/1.00 vMB 117
253,204 253,204 000000000000004047479bbdffd226658174a597ef6a9a4878a530196fb64de5 461 0.20/1.00 vMB 105
253,203 253,203 000000000000000851a99bc6ac7dc87faa2d4ec0533c0733b3f3c9f03b0f48f2 438 0.19/1.00 vMB 121
253,202 253,202 0000000000000023027a9c6b2fb6ab84e74b26750fa26a576c04d0c8dff6a87b 341 0.16/1.00 vMB 74
253,201 253,201 0000000000000016047e2ac3881a3cde69309e15ad358d52e29fcaeeae2c00c9 726 0.25/1.00 vMB 166
253,200 253,200 000000000000001e773fbcf671689895abdca9430c27925120feaab9c7471e24 752 0.31/1.00 vMB 144
253,199 253,199 0000000000000023e85e012d04e823de4a59bb50a2cf9f7583633e6567f2214d 382 0.15/1.00 vMB 136
253,198 253,198 000000000000004c5b0b1123ac4abfd35673ad4578a6195976e9b6d8d1b7de15 36 0.02/1.00 vMB 65
253,197 253,197 0000000000000014b57cda46e748b5b692a6bfab0ee8a4aa590f24de0efaf55b 139 0.05/1.00 vMB 145
253,196 253,196 000000000000002ffd27c44210a653c593c3e7f5340d130d0b49d0e1545a5202 527 0.24/1.00 vMB 58
253,195 253,195 000000000000001bfedfa1bc3453bad4f20e0fb3c90dd88dc428d904e1a4c62c 572 0.25/1.00 vMB 158
253,194 253,194 0000000000000035af46c634cbe404f6a7c503cdfbbb838305a5b9414623e7d8 607 0.25/1.00 vMB 147
253,193 253,193 000000000000004351663c741acee331819693f2d5fa5edd68b0bc618ff9a655 147 0.08/1.00 vMB 80
253,192 253,192 00000000000000307a442e69d3e55ff98eae07f373a6b10fd150329f556e100c 544 0.26/1.00 vMB 56
253,191 253,191 000000000000004d7c83b84035b433dc595034f378731a24a1707a26f2e973a4 699 0.25/1.00 vMB 173
253,190 253,190 0000000000000006a0bcaea008b0df6451b4984ec29b91bed36cc97b371aebbf 179 0.07/1.00 vMB 127
253,189 253,189 000000000000003eb6c31d6e71e0be594773b0d1d291b5ed00c41e8d65ffa7fb 187 0.09/1.00 vMB 124
253,188 253,188 000000000000001a4ed92731ecac40a6f4b9aa4771fd0914cc8cfdcce5edf549 122 0.08/1.00 vMB 89
253,187 253,187 000000000000002403a113374f28a4517b384d2d241994dfac12f2b84f05a0c1 613 0.24/1.00 vMB 141
253,186 253,186 0000000000000018ff49f7d2471d003bb5bba15db0d6bd90f873a43c60b97ea4 392 0.24/1.00 vMB 99
253,185 253,185 000000000000005312f511f373599f1a6dfca29e19578dfb4cb2175d12c6f704 45 0.08/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.43 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 610.02 GB
    • Received: 10.70 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.