Loading Tool

Explorer IconExplorer

Memory Pool

78,169 transactions
28.99 vMB
0.07962177 BTC
Random Selection Loading Transactions
Max Size: 175.78/200 MB

Candidate Block

Mining Attempt f601d734cdd70a5348395b0fcc40dbdb538c9a9c29eacbffbae31553721df04c
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 64ab05ac7c83dbbd27fe5dc881a9076f20fc5c7a3719ba78fe6eb6cf8895ba23
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,367
Size: 1.00 vMB
Total Fees: 0.01913117 BTC
Feerates: 100.81 > 1.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (296,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,301 618,301 000000000000000000102ea9e51878d2c894c9441cd4f14d64fe6a40bce2e970 597 0.20/1.00 vMB 19
618,300 618,300 0000000000000000000655e5bd3575d6a65fd83203ece735f0aa3d90c0206c85 2,918 0.96/1.00 vMB 18
618,299 618,299 0000000000000000000356300b504deef5a9696a02d638d7071c2e908556800b 1,052 0.46/1.00 vMB 17
618,298 618,298 00000000000000000010863efa27a0b95bec108a8be7676ffa8ff5888f6c9c6f 33 0.01/1.00 vMB 40
618,297 618,297 00000000000000000011d550547d7841692d0fbdca176b64b41cb3bbfa4cdcec 3,410 0.98/1.00 vMB 16
618,296 618,296 00000000000000000006de73e4367542ce6ef75c20173c0ef3f4a9791a02aa49 1,268 0.41/1.00 vMB 20
618,295 618,295 0000000000000000000751a34880fc8403bb974e6b821e867d72b7b3eeaced26 1,557 0.52/1.00 vMB 23
618,294 618,294 0000000000000000000f112aa797a8bdacec8485181656f19a98ed56457bfbcf 1,150 0.33/1.00 vMB 3
618,293 618,293 000000000000000000037633db22727ea700d1df475bc300cf2a7d35acb1110a 2,743 1.00/1.00 vMB 28
618,292 618,292 0000000000000000000834ab4438a4c759be39689fa2900f5ca8ccef7b591af0 226 0.06/1.00 vMB 18
618,291 618,291 0000000000000000000d33f575cda485483eda39d6a3bc427f02e01890b7dff2 2,840 0.90/1.00 vMB 7
618,290 618,290 0000000000000000001216df670e67c9f59266d4d6f5a92c4488225e0f6144e2 2,522 1.00/1.00 vMB 20
618,289 618,289 0000000000000000000908cf63b8fbf49e4b674fad93d2522f26a1601bd12e03 2,935 1.00/1.00 vMB 33
618,288 618,288 00000000000000000004f240c06e63ec2b6057047412a11f49e5dfb33b2319bd 294 0.21/1.00 vMB 16
618,287 618,287 00000000000000000008d873a5edc7c98cfe33e14cc50327830b43a6db9309f7 911 0.28/1.00 vMB 23
618,286 618,286 000000000000000000041328b5a17e950e06ecc9784fbba713e4ac36beca9678 1,340 0.41/1.00 vMB 16
618,285 618,285 00000000000000000007dfee1c37e98d7e6123a9495e92c4f7428a2bbfa1bf57 1,326 0.49/1.00 vMB 18
618,284 618,284 00000000000000000007c19b440c5ac300d7ca5895a8546fae238b9bc03a5381 1,075 0.54/1.00 vMB 15
618,283 618,283 0000000000000000000e8fcfb14150d6b643252a5e2db275f7c2425e1a250631 1,429 0.43/1.00 vMB 21
618,282 618,282 00000000000000000002f211a812cab6ba150668c411df171f8f9ebe7eb1db90 1,090 0.36/1.00 vMB 22
618,281 618,281 0000000000000000000f760c82f9dc40037c4ab8d0125f8b76a67518ee43ca79 1,794 0.46/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.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.