Loading Tool

Explorer IconExplorer

Memory Pool

79,102 transactions
29.49 vMB
0.06839887 BTC
Random Selection Loading Transactions
Max Size: 177.49/200 MB

Candidate Block

Mining Attempt 9a56a1d801e77ca9cb77421b1cc6615b915c5bca74b2cd08a4b0fe4fc8ed6ee9
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root e6b4bb9dd577131dfafe1cfbc66ab24a225bc6977778a6463d73618f695437ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,252
Size: 1.00 vMB
Total Fees: 0.00855382 BTC
Feerates: 150.77 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (735,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
179,792 179,792 0000000000000428cc1915f94026a1083f07306279f28e85fbfa1f6085e252cb 12 0.00/1.00 vMB 17
179,791 179,791 00000000000005dadc214c251f5afb196ac4cfef56a46ac9bf4eb8a63d249351 32 0.01/1.00 vMB 227
179,790 179,790 00000000000003b98f04f1845dc7dc6fa05132b1b57aa1a4aef59f59e8ab1825 110 0.06/1.00 vMB 163
179,789 179,789 0000000000000722520d6b3bf4daf61af5b7374a6f83ab06d50cb4e9dfe27c39 13 0.00/1.00 vMB 171
179,788 179,788 0000000000000305a06feb21e04519db1f9a158ad198d1a70e8f317f88478e4d 402 0.16/1.00 vMB 217
179,787 179,787 0000000000000705166fa7a837777b7c1e9fed7f1de3b19e87c6c08f52fb1a74 298 0.14/1.00 vMB 104
179,786 179,786 00000000000005e356a655465fc86c8da47ec959740a3c4d84d8563a6ba01808 630 0.25/1.00 vMB 185
179,785 179,785 00000000000002111f210b08150feeb724348a3608e54809d8c18a08d3e7b247 66 0.02/1.00 vMB 144
179,784 179,784 000000000000022d9a53a2e0476abf661c7d3de7b96f538d5d1b7f46f29a4bf1 26 0.01/1.00 vMB 114
179,783 179,783 00000000000009a5023df37498d9b08fb3ae708d61ae0488f10294d32e40f022 17 0.01/1.00 vMB 121
179,782 179,782 00000000000000fd6b328219dc3b4d094b0a62cfb4376cb122829d91d1f46b28 270 0.11/1.00 vMB 134
179,781 179,781 000000000000089107a3afee11e2f38046328eeb4c00622090b0868d70233797 117 0.05/1.00 vMB 224
179,780 179,780 0000000000000807f1774d5c8003ad1f258215006ce2880418b3784a765e3d3d 248 0.10/1.00 vMB 122
179,779 179,779 000000000000096dc419429d8eb0a4d4b1608dd1067d309c34087d1b71d0a046 371 0.18/1.00 vMB 139
179,778 179,778 000000000000096d1d088a3b908ee2c2337d5f5f6038731a6c6890620c38d62d 283 0.12/1.00 vMB 166
179,777 179,777 0000000000000692e7ebc6dca56ff347c61413c1f9e329738e9ea2233b6d7d87 131 0.06/1.00 vMB 160
179,776 179,776 000000000000040a0bd70e3f1ef23ecb0a3b2a289a11bf0446b2fd4dbbf89614 89 0.05/1.00 vMB 103
179,775 179,775 00000000000003aeca84bb7279ac696ea9c1778051319f5ff90757d531d0cd92 74 0.07/1.00 vMB 58
179,774 179,774 0000000000000263027422ab47efedc55dcc2dc4a7442d28c09d1d908c56679b 77 0.04/1.00 vMB 145
179,773 179,773 00000000000002b033744f988a54f244173fb7ccdc2f270ffd04a0ca3b4ee69b 27 0.01/1.00 vMB 63
179,772 179,772 00000000000008df725e2f55cacf738cc855885b9e516e8f219e06ee15ea69f0 25 0.01/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.38 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: 664.31 GB
    • Received: 14.96 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.