Loading Tool

Explorer IconExplorer

Memory Pool

84,797 transactions
31.37 vMB
0.15229229 BTC
Random Selection Loading Transactions
Max Size: 189.36/200 MB

Candidate Block

Mining Attempt ef0a40ea81ae2f0a7e69792f4bb1a384f6d6c5525e77df741e99ae662efe005e
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root eee436d04717de78193ea3f2ef5dc38981d1b824a728fbcf8cf3927b2d3e4e97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,694
Size: 1.00 vMB
Total Fees: 0.08025583 BTC
Feerates: 366.60 > 8.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (806,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,108 108,108 000000000001fa49ee9ac7a1f788ef6bd976d8e89ebed5ba1aab2538bf7ee84a 12 0.00/1.00 vMB 0
108,107 108,107 0000000000016d787327836eae9b8aa6dad1f7bcbe9d5131c1b993a10c6db289 12 0.00/1.00 vMB 0
108,106 108,106 0000000000007eca574dcbb45378b1933ff913d987d9e2ad692e96be2f9b02a2 10 0.00/1.00 vMB 0
108,105 108,105 0000000000024e88e99770e6f128f78730cef13216aac502cdbce6b0f6b47bff 8 0.01/1.00 vMB 1,603
108,104 108,104 000000000001f6e54945f558b7a8bc5fec6f3aa8509a2a9c4291829e4067bb54 6 0.00/1.00 vMB 334
108,103 108,103 0000000000009d358a0e104a498e196dbb062b1b984851048227387ee7434f37 4 0.00/1.00 vMB 0
108,102 108,102 0000000000021934fa04a35f2c7c333a09c0d465e1ac4ec76750e72e0ff806ea 12 0.00/1.00 vMB 0
108,101 108,101 0000000000017ecba4f4e1a0d05e80683f29835f90c4db3b01024956ad1dec60 35 0.01/1.00 vMB 0
108,100 108,100 00000000000217a8b9074995bc33a2d9ec42181bc934da244f8c4db9babbe64b 13 0.00/1.00 vMB 0
108,099 108,099 0000000000003536c005addc4de702d9022d0731e99410e0f47816c31e94d305 8 0.00/1.00 vMB 0
108,098 108,098 0000000000017577476ed588c0304d49add2d2810d48720b003155761c32e36e 10 0.00/1.00 vMB 0
108,097 108,097 000000000000cd8a120ce4105ccf934495725801fa5a9e0fde2be77d470348d7 7 0.00/1.00 vMB 0
108,096 108,096 000000000001a0701bf757bb4cc4ab0e4edfda24fe7ea1ec4e36aa14311d24c4 10 0.00/1.00 vMB 0
108,095 108,095 000000000000d90b56c5e96b5909841800ed9b1640521f2aeca0fdc774a4e3cb 8 0.00/1.00 vMB 0
108,094 108,094 000000000001e4b7a5b818009b9fdbf06be07008ba37615af5e155c73fa19245 7 0.00/1.00 vMB 0
108,093 108,093 00000000000004f9e2e3aa6ef3401103ac20f0fa6e2149c74a13818bc2576f70 12 0.00/1.00 vMB 0
108,092 108,092 000000000001bac84a0bcd703b40925b9b4d38ac5f18d69e538ac204be59e19f 38 0.01/1.00 vMB 0
108,091 108,091 00000000000073aef41bb088d2f595159748aa9e1300cf7668699247446d35df 11 0.00/1.00 vMB 225
108,090 108,090 000000000002510c1adecfb8e6721f476978d243947b135996f33d7eaa85a4df 12 0.00/1.00 vMB 0
108,089 108,089 0000000000010569bc80f11a719d0539edce751b8a82bbf251d8152ee2c2f1fd 7 0.00/1.00 vMB 281
108,088 108,088 000000000000f892433d300dfcc511583c8aa13a087c1d45eaf31f9215cf07b8 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.34 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: 661.67 GB
    • Received: 14.82 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.