Loading Tool

Explorer IconExplorer

Memory Pool

9,687 transactions
2.28 vMB
0.00817422 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 17.29/200 MB

Candidate Block

Mining Attempt 6dcfdf4ba280c3220dc0e6eb3c18c36e44846e1d9e4097dcfa0b0e5f2a29ccb0
Version 20000000
Previous Block 000000000000000000013bb03277b3866ead7bfdbe2b885c9f2f2fd5b7491eaf
Merkle Root f295db6c50f32efe584bd0036ccaab5e20d53eaaee29d2121931a6c8e759e94f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 362
Size: 0.06 vMB
Total Fees: 0.00253969 BTC
Avg Feerate: 1.66 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,889 (657,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,135 255,135 0000000000000031af6ff546215f99cb27348c3bcace4f9274ce478663513869 0.06 MB 130 75
255,134 255,134 0000000000000031560bcc70b08bd5ad96abeb2c6f8c0c0004c7f0dfeeaae436 0.15 MB 405 103
255,133 255,133 00000000000000124dfe51ce45a3c52f783b4df07a397694a5e7b1fac6929eac 0.15 MB 155 76
255,132 255,132 0000000000000037bd06256651df6040f3b6de4be5835fbb283a261909afff00 0.09 MB 133 39
255,131 255,131 000000000000000775911f89d175f413ef34c9b84565d4b190a00c39d9d79706 0.25 MB 436 90
255,130 255,130 000000000000000f8739679bb70904f59cde81284be923add1f64680cc6365b0 0.11 MB 326 127
255,129 255,129 0000000000000006cbd1138777cd67947dfc867ab30fad23ab8aae4a967ab40b 0.13 MB 359 132
255,128 255,128 000000000000000fe9c472d2ca18ecb3dc3b30322c48c6fe251005b49b7ae1c0 0.14 MB 349 82
255,127 255,127 000000000000000579d070876d537671a7c7596df300c8855862484135bb57c5 0.09 MB 195 130
255,126 255,126 000000000000002dcb5a06ab776f0bc4acd6b3b21a2e0f50902c112df9c06a2a 0.10 MB 256 113
255,125 255,125 000000000000003f2cb7e7b61fdb17f03ae45ef6deb9b31cd725c8f31434dfad 0.01 MB 21 86
255,124 255,124 000000000000003e978ae03389aa1df1c2fe3e4435dcede48f89eca3e302b7c9 0.01 MB 21 103
255,123 255,123 000000000000001f381991ee4a44037c768c4c55fe29ffb27af44a1bf8387ee1 0.06 MB 109 118
255,122 255,122 000000000000002d2d7d62409d9e342798ae368b7828c4bd571357403627b961 0.00 MB 1 0
255,121 255,121 0000000000000035d0d41b5bbdb32e7d05285dc60b3a979da6469a9c5d40cabb 0.02 MB 52 139
255,120 255,120 0000000000000024cfe6b91205f818f88f4fff1bcab7183aa1e7009b82d803fa 0.01 MB 13 52
255,119 255,119 000000000000000a8f65cbf901b26d35e8459cdbd747847fadfff65c160cad75 0.06 MB 140 123
255,118 255,118 000000000000000978d137c0d746e3ccd2b5d4ffbce37df668312d49300b878c 0.15 MB 413 202
255,117 255,117 0000000000000040e1775d03925369ac2073ee6f04393183c6df13e5f179248a 0.09 MB 133 78
255,116 255,116 000000000000002d82d1dba4a81329a57a6572be936ff0f4debc09b2d93ff92b 0.16 MB 349 126
255,115 255,115 00000000000000402411d4f4054020fe63f15007590b050b286ef056cd682316 0.13 MB 280 125
Previous 10 blocks ↓
Total Size: 778.64 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: 268.46 GB
    • Received: 2.46 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.