Loading Tool

Explorer IconExplorer

Memory Pool

67,012 transactions
26.19 vMB
0.05929898 BTC
Random Selection Loading Transactions
Max Size: 157.28/200 MB

Candidate Block

Mining Attempt 33d94eade1773e78e8bd941636aa191c12a8e3fd22afeecf8edd99335355c18c
Version 20000000
Previous Block 00000000000000000000f1a29bf9b92d0d8d47205fad5ecf0ebc7fa8ae65ab37
Merkle Root e672db70395b72173a9698bb31a120061e3845f33463d03caf25b94b6e8d3e99
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 994
Size: 1.00 vMB
Total Fees: 0.00372026 BTC
Feerates: 34.78 > 0.37 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,574 (684,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,581 230,581 00000000000000c0be37a705d5ca1c0366b7cfb813d748cb844862aff3d1682d 307 0.23/1.00 vMB 115
230,580 230,580 0000000000000148b41d705b177a553793e92dd6ba73b55e4cf07034749d04c3 127 0.15/1.00 vMB 69
230,579 230,579 000000000000021d4a5569dcb90daae60faf9ed1c07abaeb08325a1579ca6eca 629 0.25/1.00 vMB 163
230,578 230,578 00000000000000879ea3bea127f82d37bf9cd49a1e2eedb0cfd15f202e0e42f7 170 0.07/1.00 vMB 56
230,577 230,577 00000000000000c3010b9ecafad86afba904026e3524db2eca2074c831734f27 173 0.10/1.00 vMB 125
230,576 230,576 00000000000000ba483b2380a17d84575c538c9778d7710d1c4efc09169057f3 367 0.23/1.00 vMB 7,952
230,575 230,575 00000000000001831b1ba0bd277ee4567128c8099979dd4d5a1c0933911991ff 210 0.22/1.00 vMB 158
230,574 230,574 0000000000000073b67af9d52d64d264655b74d2d00c24c0e4e6fa5c845004d3 2 0.00/1.00 vMB 114
230,573 230,573 0000000000000124eb9e44079a500969de3b96ec6d670e495237b5c7feeee1e7 84 0.03/1.00 vMB 117
230,572 230,572 00000000000001064c5f6f63f3041b8cbdbfad6b76147db158b295e0e8e7b46c 69 0.03/1.00 vMB 138
230,571 230,571 0000000000000226f80a21af2a88b46c71b21c71a29a98098e8813a935c03646 25 0.01/1.00 vMB 312
230,570 230,570 000000000000000642d15d3b45cbc65732cf8c61d050a885872eae09bcc3dce5 501 0.23/1.00 vMB 122
230,569 230,569 0000000000000161548d26fa8c3ae05bdf2a471f3fac9b6b550f84db4b73cdf8 206 0.10/1.00 vMB 149
230,568 230,568 000000000000006656c03f67fcd3137199e44bf162837c28abe8005c09bd9704 4 0.00/1.00 vMB 0
230,567 230,567 000000000000015addc2475ba9db40d0c309a1eb36ab61f6b1b804218f00f3ff 469 0.23/1.00 vMB 105
230,566 230,566 0000000000000164c199c6deb1dafad514c2cbc99367772518f808631a84cc51 54 0.02/1.00 vMB 74
230,565 230,565 00000000000001482d95ba1d55711a96371455a17be97091616509d2b81de966 359 0.15/1.00 vMB 158
230,564 230,564 00000000000001b274afb4bb5525df67a2d35343dafa8b00a836f5bd5c48e85c 501 0.25/1.00 vMB 26
230,563 230,563 00000000000000696ab073afb34a9a190ed3ecced848c4cc2d5a58a25e351fe2 606 0.31/1.00 vMB 157
230,562 230,562 00000000000001aa54cddb292e7e030ff5dc4cc4617942b638a9aa622a322d02 5 0.00/1.00 vMB 0
230,561 230,561 00000000000001b99ee0c32491f1f893973c22afb7eedce6cc85a8a8e2abb292 373 0.20/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 783.38 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: 768.92 GB
    • Received: 19.67 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.