Loading Tool

Explorer IconExplorer

Memory Pool

42,203 transactions
21.14 vMB
0.09786463 BTC
Random Selection Loading Transactions
Max Size: 116.16/200 MB

Candidate Block

Mining Attempt 0ce6e2ee5d23914b122ccad8b26d6ac8d03f51126ac0d6a95167b633cd6ff2c7
Version 20000000
Previous Block 00000000000000000001058c46ce909af454ed1b2cc51e1dd71a5c347cc5ae71
Merkle Root d9392c5d7f05da2b2c778bc2bd7da96f2c4eba3baebac88a902799935e4586c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,600
Size: 1.00 vMB
Total Fees: 0.04270140 BTC
Feerates: 506.86 > 4.28 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,916 (821,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,194 92,194 0000000000018abfdc8001606d9bbe0a8c8709cf05b0d4658361d9a8e94a5bd6 1 0.00/1.00 vMB 0
92,193 92,193 00000000000af5d1fac464091aec7c9f3f581543b35cdd21f95d0a2f83330c55 1 0.00/1.00 vMB 0
92,192 92,192 000000000004554c0820c38d6351806e1e28637b3e66fe37bc3a0d32adb8a3e8 32 0.01/1.00 vMB 0
92,191 92,191 000000000001cfdf77698610cf95e16cf9e9a8d440444fabaf7cbe30592f5492 33 0.01/1.00 vMB 0
92,190 92,190 0000000000073203ac4cb32bc050957d72da1a9f24d8a34016a56125e99606c2 7 0.00/1.00 vMB 0
92,189 92,189 0000000000069c6647132de1c1d5b1a0a7009fabc0d275e69855479c1c4a1c1f 90 0.02/1.00 vMB 0
92,188 92,188 00000000000c63566fe69975a1b896c2dc70bb68875139d8cb1834e2ee655278 219 0.05/1.00 vMB 0
92,187 92,187 0000000000050c50dd5ca88cfe1738bcd10a550d21d628b668743e8cf555f496 8 0.00/1.00 vMB 0
92,186 92,186 0000000000074c6540ee2c246a4eb57d2a4c473211953d999bd4a2813e03c58a 2 0.00/1.00 vMB 0
92,185 92,185 0000000000069ee9fbce03ab19b4ef191b5946d30911d150a227c1c9cabf0fa4 17 0.00/1.00 vMB 0
92,184 92,184 0000000000091de31f600116678228af0231528cded2ff14fc512f3ada544786 234 0.05/1.00 vMB 0
92,183 92,183 00000000000addd111114dd2a982305a821a532ff77ddf658b9c468ef008033e 191 0.05/1.00 vMB 0
92,182 92,182 00000000000993d19b9db816fefe372b30c250ba90ff7d53c21472d3871b1fb0 9 0.00/1.00 vMB 0
92,181 92,181 0000000000026b04b01e2dbdcda1683d1ed522f99a0fe057c7a94765b233fc01 87 0.02/1.00 vMB 0
92,180 92,180 00000000000db8502f4627724de11708c845354eb406c94d9d43e2f8572976ef 219 0.05/1.00 vMB 0
92,179 92,179 000000000002ffba92d0769e4b7da59fc8c4128f6066ca3103a30341250dd174 214 0.05/1.00 vMB 0
92,178 92,178 000000000003fd604e30a67ae86e9850d4aed2d4ac40f85b9405ab129ebfa2c3 10 0.00/1.00 vMB 0
92,177 92,177 00000000000e316f5176eb751e67da48e93d9bce0b0696885081273cc2650d2c 1 0.00/1.00 vMB 0
92,176 92,176 000000000001012cfcc8516330999654efb4c90109173d66d0a5f91832e632a7 53 0.01/1.00 vMB 0
92,175 92,175 000000000000a1d7a8b661d0010ac4a06254a2230252994f17b3475988e73ddb 30 0.01/1.00 vMB 0
92,174 92,174 000000000003241ae747cf007e9e430951d760a2c860370b6f00565aac9bef4c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.46 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: 527.87 GB
    • Received: 5.57 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.