Loading Tool

Explorer IconExplorer

Memory Pool

71,845 transactions
27.15 vMB
0.06720524 BTC
Random Selection Loading Transactions
Max Size: 164.61/200 MB

Candidate Block

Mining Attempt 9ff13baba1e3e420a49ce7175d228ceaf5f18c308118a342029d90cd6d2f30a8
Version 20000000
Previous Block 00000000000000000001381f5a62e9c027bf9ffc27a5ab4f423be770c8628075
Merkle Root 9b662c8a0c1c4686922f41efee3c693991de0b19b21ec4219231c0bc59321bc0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,244
Size: 1.00 vMB
Total Fees: 0.00894662 BTC
Feerates: 96.15 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,581 (684,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,588 230,588 0000000000000135efc41de966ab0aaef70443312c7d3dbc8c56ad93e8ac6e78 22 0.01/1.00 vMB 244
230,587 230,587 0000000000000027f511dd13a882e98b9bfd0f10fd59c54d52b9d5037f1b97f8 258 0.12/1.00 vMB 125
230,586 230,586 00000000000001a5711d439340aeb697256e9c2a6162e662e8ee37751d410b37 295 0.14/1.00 vMB 105
230,585 230,585 00000000000000ed681cfe2dd819c15e887ddd619316504b8203a4ff1ec31c37 268 0.09/1.00 vMB 158
230,584 230,584 000000000000021d129931e7a903e0452632073ced3f9189959dc0e84c701225 219 0.10/1.00 vMB 46
230,583 230,583 00000000000001aadf7584a3fd06f9e761f37cb52853917f3570fca17c29164e 180 0.09/1.00 vMB 84
230,582 230,582 00000000000000bfad14137f1423532db8cdc95a05f0fc1a3f1460a75a2a03fe 191 0.06/1.00 vMB 235
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
Previous 10 blocks ↓
Total Size: 783.40 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: 769.81 GB
    • Received: 19.73 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.