Loading Tool

Explorer IconExplorer

Memory Pool

26,439 transactions
6.75 vMB
0.04903465 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.06/200 MB

Candidate Block

Mining Attempt ffab04e1a1c0f6920221996b2f4839107588869c33e8bfbbd46966af25c397d8
Version 20000000
Previous Block 00000000000000000000f0f8cdddaad53176e3bccba4216d36f8bd37433b7869
Merkle Root 27d4049230f6eb5827558cedcd85af750c5b2b6b07d971e13eb900ce73946e38
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,557
Size: 1.00 vMB
Total Fees: 0.02888415 BTC
Avg Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,002 (764,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,416 148,416 00000000000000eb0103745e6deac96bb75a29d5040852ba373e04b6db6aeba9 0.01 MB 33 31
148,415 148,415 0000000000000801e284621452ea2ab4e7e19f74664393a677fbbac06318d982 0.01 MB 21 269
148,414 148,414 000000000000097ab42aa4bf9949b3a5f99697c2ed75672896a3a6c284afabcb 0.00 MB 2 193
148,413 148,413 00000000000000a93b94d9ab647f489a930ae5625f85d1ad51b523d6ebf7474a 0.01 MB 40 6
148,412 148,412 00000000000000322cca184d09ba0133f3c4274d0682edc84b955a7c28619e31 0.02 MB 45 43
148,411 148,411 00000000000004c47b1eb198a07ba8dc8eccd0cfebba6dcd75bdd34718882250 0.01 MB 22 73
148,410 148,410 000000000000020d65e812bf3597cb33aece8852f4a6601e03ea89d278507244 0.04 MB 94 190
148,409 148,409 00000000000003e80efe4a697017d8b45495b32b230223fc4b28fcc1cc805ed2 0.05 MB 47 85
148,408 148,408 000000000000093b5038a46913a3f9f90b367c048f19970d8c602ab78fc2081d 0.00 MB 9 114
148,407 148,407 00000000000004c6626387b2594f96fbd7ab26c154d91698d3e8e3759b508261 0.00 MB 14 26
148,406 148,406 00000000000009913800b4a97a06d5ba90327f46ed06dde4a9cb918081fdf0ad 0.00 MB 3 1,586
148,405 148,405 000000000000005e0aa146914a825be1b4a51805f79718673575df75c31b8386 0.00 MB 20 20
148,404 148,404 00000000000007f58accf2762b9e2bcbad6326b1db9f994e400fef0f3b7cd44d 0.01 MB 44 141
148,403 148,403 00000000000007613cb27389dec1aa84356251b581351fca8b44c029a806d6a8 0.02 MB 41 158
148,402 148,402 00000000000005ecd5238bd5edb4566c0b6ea5b0956cab33d77179f0fd6aecca 0.01 MB 25 145
148,401 148,401 000000000000063bd910426b96f2c92eb8ed15049e12bb1fdb286eb08484c147 0.03 MB 68 53
148,400 148,400 000000000000077463f7a83ccd863c5ba76cac98eba531866d4dfd656b2cdeef 0.06 MB 172 190
148,399 148,399 00000000000003afc832b53c79c5dcdf142bb5a853adce163613d3f233bb457c 0.00 MB 7 87
148,398 148,398 000000000000026f0c291d6e709e5fdd3e998c36c490d3891199c1aba56ec1f7 0.01 MB 22 400
148,397 148,397 00000000000007f401de58ef30d51381ecfa3eb0a4ae570c777592546f1086d4 0.03 MB 80 66
148,396 148,396 00000000000009c7a73d49e1427f077ce15515765a62c97848bcbe1c95222f12 0.10 MB 105 112
Previous 10 blocks ↓
Total Size: 778.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 382.77 GB
    • Received: 3.44 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.