Loading Tool

Explorer IconExplorer

Memory Pool

29,154 transactions
7.03 vMB
0.08091815 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.79/200 MB

Candidate Block

Mining Attempt e96b72c1a4f1b30b114d3350ea036320cb466c3a914a3e91d90d21a374060a72
Version 20000000
Previous Block 000000000000000000017f1ba287bfb1d9a7c9f9985c514733698aa8a86e0a66
Merkle Root 770c4a4ec4cd030da36d9cf2ced764d79608708fedfd4835ff4d053a9dff6599
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,977
Size: 1.00 vMB
Total Fees: 0.05568002 BTC
Avg Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,127 (713,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,667 199,667 00000000000001177d5ed24e7ec874d16e49c3bf463b7462cb50ca1b4df636ae 0.25 MB 667 375
199,666 199,666 000000000000021c8e0b9521001672361640febeed6f18c373ee034f01a2a6c0 0.00 MB 10 327
199,665 199,665 00000000000002ccac7c100a8b29d73e89767a895a900791e5fb124cf1cc0cf3 0.20 MB 467 59
199,664 199,664 000000000000059c98cda197ee93e7f33d9cb83cc624acc2313e097cbb7a9b44 0.07 MB 206 67
199,663 199,663 0000000000000058e8c2271a267d6f44a7c9e2a909fbaa74fbb4cf0d0eb050aa 0.05 MB 120 113
199,662 199,662 00000000000004cf689a15b14acc4df86b91a55afa0b16fbc182b80edf7afe37 0.02 MB 64 40
199,661 199,661 000000000000050251411b48a7e4119330b05b99f9a78aa7a98ce719303c67b6 0.18 MB 310 358
199,660 199,660 00000000000002259ea22af3185c8bbde08641b749d17e4d10c158cb35a18fc6 0.01 MB 21 70
199,659 199,659 0000000000000015d180b20e267dfa958b1afc4bfe9f06ba6092e3ef7be51589 0.03 MB 64 118
199,658 199,658 00000000000004d60e7e5838af026115a1e27e77b8ca5d5227675d684efef9af 0.15 MB 296 117
199,657 199,657 00000000000001d632e379c41eb2df32445663d3879356e92fa9c8542b45d314 0.01 MB 16 67
199,656 199,656 00000000000003535f1155d509a4ce6082e47f8cadcac5c153f8399d97c7c9c6 0.00 MB 9 385
199,655 199,655 00000000000001a6c2042027cb98840d47e344527f5a4afb7ef5342525f007a7 0.05 MB 147 150
199,654 199,654 000000000000029e1754e56969d502dafb82ea2e61c1c55b9e15116a5c5ce932 0.09 MB 241 235
199,653 199,653 0000000000000283b5d4fb8e05d7ff6820435ffd1e363c5ae96111762fa45e23 0.16 MB 410 137
199,652 199,652 00000000000001c2f268dcc971e367b5e32ee9bf08d9267615c4a57cd2c083d2 0.06 MB 162 113
199,651 199,651 000000000000015154d8005cb414e77b73902e5d4e2752e1e2400300c2c2c41f 0.08 MB 163 143
199,650 199,650 0000000000000338d7bf0e184e5a2bfb1a84bd004f9153b652246377dfc6164a 0.14 MB 319 216
199,649 199,649 000000000000017ed10cd8830c7aac500263684253f52662f62853cf2a50438b 0.00 MB 6 97
199,648 199,648 00000000000004d70b5bb504254e0bf7c993b3fc55d8adc7bdafa05e8e2c30f0 0.12 MB 251 153
199,647 199,647 000000000000016a284ba81006a9f22c41c5f83458a27c33296adffef39d9227 0.04 MB 119 139
Previous 10 blocks ↓
Total Size: 779.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 80
    • Outgoing: 10
  • Data Transfer:
    • Sent: 122.75 GB
    • Received: 0.56 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.