Loading Tool

Explorer IconExplorer

Memory Pool

28,908 transactions
7.02 vMB
0.05384055 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.44/200 MB

Candidate Block

Mining Attempt e39541c6f7c2e6f0e2b02cd76faf20e7f160cbc2e4dcec58437b85db94cb398d
Version 20000000
Previous Block 000000000000000000010aae71661ec974f19f60e6845081a7dd81ae0148c404
Merkle Root 77dd02a22beeb819706c45bbbdfacd9175962cd7ce102f66ee4b5fc368e33546
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,803
Size: 1.00 vMB
Total Fees: 0.03260727 BTC
Avg Feerate: 2.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,016 (759,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,314 153,314 00000000000007be58748dd20599adf1f944bce8ce80c487f0d42c4e875b006b 0.01 MB 46 114
153,313 153,313 0000000000000956ff9f824fb267e31ed87843131b772bcf97dc3799aff752fa 0.00 MB 6 105
153,312 153,312 00000000000003d77d39d675ef66594afb453417fff12717da3401f4d522e944 0.04 MB 129 46
153,311 153,311 0000000000000c4dd25b5df8fb36bb60b484660d7705f3dfb8471d699a8e9498 0.00 MB 7 0
153,310 153,310 00000000000002c6ee3fa720a5ae1706881564c9eb7868b6beeac16de8eb6921 0.02 MB 23 10
153,309 153,309 000000000000069c0a4ecc0244916ad714a80e4998f2ae1c34d43d5c59e04f94 0.00 MB 13 277
153,308 153,308 0000000000000d90e2ac6f3ea7ea9c0f6c1641fa1497c1b2b6a8b183f545fa7e 0.03 MB 70 100
153,307 153,307 0000000000000dca837157c4a9e18bbf5720722ef598dde9ebb54f9e5796cf73 0.02 MB 64 45
153,306 153,306 0000000000000669fb0ab24e3dc241f5ba150d5f25928b2a6b6f57e96921b0e5 0.05 MB 145 167
153,305 153,305 00000000000002cf0fed90958f40502ee533d7b77bb52dda32d1be597408e215 0.04 MB 81 134
153,304 153,304 000000000000081cfd8bb542cc0bd9e1d27aa52a3dfe3c18b26658f791e38c00 0.03 MB 61 114
153,303 153,303 0000000000000af4d212ead0e312da5cfb230fc8b344448e00621a5c2e27dcda 0.01 MB 27 260
153,302 153,302 00000000000005921a0d1122222238d112b78af9f80d0bec52a9789b4be0222c 0.02 MB 53 31
153,301 153,301 00000000000006f357e091f912fba099279e78ce34cfd3a8af456796e62f11ba 0.03 MB 78 175
153,300 153,300 00000000000002405a74d5193358bec4166a2693a93a549f351c5fea14dbc7ed 0.00 MB 13 14
153,299 153,299 0000000000000988bbcd2fbe7769df328f2f957454d4ee09a455ed9026dda8ce 0.01 MB 16 1,848
153,298 153,298 00000000000007b72a77e781c097e19f54ebf35d52c871842599a1780d14c5e6 0.02 MB 63 26
153,297 153,297 0000000000000452b866f3a5abc83c1d1bf01ec06881ab58e999d08d60fcfdec 0.02 MB 65 80
153,296 153,296 0000000000000645c432431b46f3de3b92dcf45406d85e3e4637fb1e76651d95 0.01 MB 21 143
153,295 153,295 0000000000000d515a438be04109b287f513e3cf0243a87026ce0d0759024b9d 0.02 MB 40 44
153,294 153,294 0000000000000df8948f65e706002e2277bebe7637099620358ddac28382d240 0.00 MB 14 21
Previous 10 blocks ↓
Total Size: 778.87 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: 397.76 GB
    • Received: 3.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.