Loading Tool

Explorer IconExplorer

Memory Pool

28,098 transactions
7.42 vMB
0.15190653 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.10/200 MB

Candidate Block

Mining Attempt 427a081b4d5396060e9825e2b98e93ece1757636e7ce14224bae38bc27e0fa5f
Version 20000000
Previous Block 000000000000000000016a5bd19712b819d2def2308e70253bc0106e976f4a21
Merkle Root 7b4445a397a54542adf35e0b7328549d5db0282432fc6f3c76d57bbed87ad1b3
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,932
Size: 1.00 vMB
Total Fees: 0.12280720 BTC
Avg Feerate: 3.09 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,010 (717,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,472 195,472 00000000000003ed6d30e89668f20070b7fc32e3f51fc6809ee4053065345895 0.00 MB 14 166
195,471 195,471 00000000000001ffc15452f5aa6c3603bbd4f53d3bb5faf39d3c0e64e8d59935 0.01 MB 32 1
195,470 195,470 000000000000008b68c479a59348783a91849a10bcaadf404876c80e3b452fff 0.25 MB 704 136
195,469 195,469 000000000000034de4f62770632267857854bec7d11636a653cc3b4553e72a1b 0.25 MB 386 106
195,468 195,468 000000000000024993ca4cb27c1dd806b053c2f0a3748d205fbf6c8abbfe5bfa 0.25 MB 382 106
195,467 195,467 0000000000000189a08acf9bca5d9d8fa7ee7820de7ff2e420d67008675c1eec 0.05 MB 142 30
195,466 195,466 0000000000000788a4e1136a3fc8284f581f2ce02391f6b9633d1782d4f629ca 0.01 MB 19 2,097
195,465 195,465 0000000000000551416eb49e1e8857aa2a64b751f204a15bd0a567bef114f41d 0.00 MB 1 0
195,464 195,464 00000000000005993527a1fc4344c6f0bf01b2282dc269a600811b4c4dd2bced 0.00 MB 1 0
195,463 195,463 00000000000006ada530889ee4821d9f92c5cff561ce19688d8f9e6ebb003bd1 0.00 MB 8 33
195,462 195,462 00000000000004c22ea24e4d99925b00eb1a2e7088d73d8dc4d524c4c36a670f 0.05 MB 148 43
195,461 195,461 000000000000034e5394f4e9caeb30b82392fce628c822e5873eac8b9b9dee30 0.09 MB 168 197
195,460 195,460 00000000000000c261cc5ca7abc4d267004263bf12d0ae32dd1fba271a846500 0.13 MB 195 100
195,459 195,459 00000000000002397525d779b8c874d99d61b9ac8c4e9e1ea039f017510a8d9d 0.14 MB 332 132
195,458 195,458 0000000000000200b3ba562bfd9c8cb2b3c8e6fec6e0f448dd5b7d1e291f8313 0.05 MB 137 275
195,457 195,457 000000000000012f9c8285638208ad9c6c20f0cf42e866e73c4c3b3c39c9d577 0.06 MB 210 159
195,456 195,456 00000000000006d2be5daa7a040b728a3d8252b2047b5ff50e7ff498aefb8d5d 0.11 MB 307 141
195,455 195,455 00000000000007101c6e26ab285a667f47314eb09cdf2dffaf580beb4d911ed8 0.21 MB 615 186
195,454 195,454 00000000000004a920d5cd7a3d21512172edb6146df1da3c4d41a6cab0810c01 0.00 MB 10 45
195,453 195,453 00000000000003ffe696231059e65e06e29056a93ce9bf719789b13bfa55958e 0.05 MB 151 429
195,452 195,452 000000000000064cad3c3cc41bedd202610d47580dbee86ccd6bea6be4e2428d 0.01 MB 32 2
Previous 10 blocks ↓
Total Size: 778.86 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: 391.24 GB
    • Received: 3.52 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.