Loading Tool

Explorer IconExplorer

Memory Pool

27,147 transactions
7.40 vMB
0.09724997 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.88/200 MB

Candidate Block

Mining Attempt 70c0fc015252475237722fb1fc0060931741266a53b7c31b14afbd22081fc56d
Version 20000000
Previous Block 000000000000000000016a33851ddeb3a4264eed7c83f01f4ca6a96c658cf623
Merkle Root d7f0f8e575f7d1fccb689fcae51aef35703c83241604e6274bd88614b638acc2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,043
Size: 1.00 vMB
Total Fees: 0.06196446 BTC
Avg Feerate: 3.52 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,989 (720,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,582 192,582 00000000000003b8424b22b0a48a017ee4b7c5d7cae47c76baa3f3059e26fe1d 0.19 MB 512 168
192,581 192,581 0000000000000576d0835c30b1abda18a319bb31b8a176f49eccdeba853693b3 0.14 MB 256 54
192,580 192,580 000000000000026529348cc868505cdfc5e82efbc7f0636c262efc741fe3d40e 0.24 MB 594 142
192,579 192,579 000000000000013b2a3ebab90e5d578e1a6026452af8736d6c577268db012619 0.18 MB 446 129
192,578 192,578 000000000000003dae86172c7cc8b5bbe1d063a992dd369dd33b80600d324c75 0.28 MB 512 116
192,577 192,577 00000000000006c4e7a0e17f95ba9ac5acfae8868b149ad113137b2c2ab8788c 0.00 MB 1 0
192,576 192,576 00000000000007f003828ac60d152090efd2a4db4f49d66ed7429395c765f30b 0.09 MB 235 165
192,575 192,575 00000000000006dc8a4d7a0162447bdd9a46d25af4fea6c0ad9e4a02bb4ecaee 0.05 MB 73 89
192,574 192,574 000000000000051ea430a6a272a32f10a4b4188f292c0f450904546184d8f6f7 0.20 MB 327 132
192,573 192,573 00000000000005a217aad770e864bf96c091662c4f553c582f3e66879ad7fe58 0.16 MB 456 136
192,572 192,572 0000000000000798d2eeb34dc999720136e746ca362e3d4d85f53c592b017852 0.25 MB 692 172
192,571 192,571 00000000000001eca393810b33696975886f515ca56a91559b8dddef4efc31aa 0.00 MB 9 359
192,570 192,570 00000000000003632b6d76390e21af6f9e23819cc4c0ddfafa5bcd9647ce51c7 0.02 MB 96 296
192,569 192,569 000000000000028b8000a8e4301b976eae3314dc25d23c9763a39096a768bce5 0.25 MB 597 136
192,568 192,568 00000000000007f224376215cdd4041b76c943e41bd69cb4db15e9d1d0777359 0.05 MB 113 52
192,567 192,567 000000000000058452fb292f8d961599d5c4f2a870aafa58453bca27b0528db6 0.11 MB 220 156
192,566 192,566 00000000000005eea3e3e19cb7ebb4e441bec6933531417feb13170d1221a513 0.01 MB 32 125
192,565 192,565 00000000000007c55ba0fff94bc9a62def25780131081f9f53461d78058d2b7e 0.01 MB 18 0
192,564 192,564 00000000000007e5dcb6ff756c1c4bb3a3b2d2d6d9d525cd6040af0fb4a51c1a 0.01 MB 50 158
192,563 192,563 0000000000000820df31e2f00a6bb3c80be084aa1ad499094fa181f3f3ffb215 0.12 MB 399 167
192,562 192,562 00000000000004ec4b2defadcca109daf68f2d1cab8e39966de98b4af38c9c07 0.24 MB 512 152
Previous 10 blocks ↓
Total Size: 778.82 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: 366.06 GB
    • Received: 3.32 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.