Loading Tool

Explorer IconExplorer

Memory Pool

74,564 transactions
20.38 vMB
0.05701988 BTC
Random Selection Loading Transactions
Max Size: 136.90/200 MB

Candidate Block

Mining Attempt 66562985bec4ba9724f04d8b3fef723c67ef65bea105fec2968963f11e58832f
Version 20000000
Previous Block 00000000000000000000a4a90d83c689676461ffe25363f344d404c5ddc4cd94
Merkle Root 385b5e4da1d1938f10ebff30659fc3dce612fcb3980c0201459010c16ade11e6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,181
Size: 1.00 vMB
Total Fees: 0.01254745 BTC
Feerates: 170.94 > 1.26 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,985 (813,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,138 102,138 000000000002fc372ef71afb10705581dc6d77e6604b008966c51a1e366eb325 14 0.00/1.00 vMB 0
102,137 102,137 0000000000006d9276b119cb1b93fd0450b50682dcf54372119714b28afcc250 4 0.01/1.00 vMB 0
102,136 102,136 00000000000115712f38825dd6c8518bccc95a92bef41644c79a9cd304f67381 13 0.00/1.00 vMB 0
102,135 102,135 0000000000026508fc8d1dc74cc8ec5a72ed53b5e49e9efe359172c125b8151d 16 0.00/1.00 vMB 0
102,134 102,134 0000000000005774933d16c9b4022d9b6381c26bdef73d9919d1772aebd92599 2 0.00/1.00 vMB 0
102,133 102,133 000000000001f93c1b74bc92887f59bbf2d117e24499e037747af96524b77fe2 2 0.00/1.00 vMB 0
102,132 102,132 00000000000082ef4b51f54b63b82936d260a864ee8d0b9cd886a5e2202a2dd7 2 0.00/1.00 vMB 0
102,131 102,131 000000000002b1170b1ebd0c3d7c05081c0a54775e2edd15bb14d2322ef263b9 4 0.00/1.00 vMB 0
102,130 102,130 0000000000031068c075374766382d47f2cb2641238d88a2c0f89818f95042af 5 0.00/1.00 vMB 0
102,129 102,129 000000000000075d55093de02ec3a5a2ec5d8f482083892ad02dd8f95d6bd9e7 5 0.00/1.00 vMB 0
102,128 102,128 000000000000c1fe15d373196d5e2a7d0ba0702502b4097769738c2ffc937545 5 0.00/1.00 vMB 0
102,127 102,127 000000000003065308e69ed0f1190a9c243e6fde7002ab9f073b86fddb926e10 12 0.00/1.00 vMB 0
102,126 102,126 00000000000292873589235e7acf5c5092848e1ca0df26a60a74382295eb5425 15 0.00/1.00 vMB 0
102,125 102,125 000000000000eb033649097c154b9a2fccf0bfb80c2064544c14e54f4bfdd053 2 0.00/1.00 vMB 0
102,124 102,124 000000000003502593cdf5127fd399ddeb835e08489b2a153fe4ea9cf7c9ea78 9 0.00/1.00 vMB 0
102,123 102,123 000000000003fdefff768e2f00edc3a9876b1146ffbf5524f8dbd51908b3b62d 3 0.00/1.00 vMB 0
102,122 102,122 000000000003c13843db674055c7c5a7c21c935ef5f4a40a7fc5050f9e247444 2 0.00/1.00 vMB 0
102,121 102,121 000000000002992316309b2f3409eccc3ef84eeff0d8e702b1c3e884e48b81f8 23 0.01/1.00 vMB 0
102,120 102,120 00000000000000f119b1a96b864670830d1d5d69a4f3d96939c97f8312243e4f 16 0.00/1.00 vMB 0
102,119 102,119 00000000000015a1b3c1f0ce8a4871d081aaf70e710493f17be6b5e1810de38b 2 0.00/1.00 vMB 0
102,118 102,118 0000000000032d3849a359b6b7ff6ba3c2360878b17f2e9a1660464b31dc3f41 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.10 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: 806.92 GB
    • Received: 23.12 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.