Loading Tool

Explorer IconExplorer

Memory Pool

35,806 transactions
25.95 vMB
0.07043212 BTC
Random Selection Loading Transactions
Max Size: 132.22/200 MB

Candidate Block

Mining Attempt 4fde56dffac74fc404870036ee8ea8ac3cc943b5231731de516b9a1a1bee0f04
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root d648791fc2c473a584e953c83d945f1cbcf072b55005acd318f67dd7b605d4ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,031
Size: 1.00 vMB
Total Fees: 0.02278285 BTC
Feerates: 150.77 > 2.28 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (585,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
329,156 329,156 0000000000000000028ed6bf08d4ea8d377bc0a82d1f7b03deee80ef75bf29e4 1,658 0.75/1.00 vMB 36
329,155 329,155 00000000000000000dba7f897c15594e4df492e6da6b50756c0e38f8fd87286a 276 0.20/1.00 vMB 23
329,154 329,154 000000000000000000ef59d93629ac62ff8d6e12b0627fec758a7020ed720181 229 0.15/1.00 vMB 22
329,153 329,153 00000000000000000badf6913b780cc36f105fe2f856ec884bc9a8e6b25c6548 311 0.27/1.00 vMB 18
329,152 329,152 000000000000000002fb27770cd38b3992635f3456f52198f040491362c7126e 512 0.19/1.00 vMB 39
329,151 329,151 000000000000000013e1781549dbc46a53a762fa1da9c7559406676d5db1c2aa 409 0.28/1.00 vMB 23
329,150 329,150 00000000000000000b4acc2a451e8f242a48be1e518aa082fd76f05bb4e02073 639 0.42/1.00 vMB 25
329,149 329,149 00000000000000000e96155481dde47f17d8cb6ef435addefd03231ba2e9c8e0 759 0.49/1.00 vMB 25
329,148 329,148 00000000000000001560856309033fb0fb394e0439a253988ad95c79265cc77f 245 0.15/1.00 vMB 22
329,147 329,147 0000000000000000150b456925d7be2f54fd500164a936da44c05b09be678a11 536 0.28/1.00 vMB 32
329,146 329,146 00000000000000000eb5fe1396903eba16f6f34680508748697419451efb254c 779 0.66/1.00 vMB 18
329,145 329,145 0000000000000000012dc64769392bac70363e11f4732ba45bddd128181d9803 1,120 0.35/1.00 vMB 44
329,144 329,144 00000000000000001ac40eed1bf41feed18e91a7bdbf66bef3fe417f840eeabd 243 0.13/1.00 vMB 30
329,143 329,143 000000000000000018e27240abd3c68ee2e78f87d3b0f254562c4b3a408a39c5 16 0.01/1.00 vMB 42
329,142 329,142 00000000000000001305fd1e7f8a26a31e97774e4a5aaeeb53bd0364358b27ae 178 0.09/1.00 vMB 32
329,141 329,141 00000000000000000cd44171ae50e05fac20ab757e088590e06c4c2369c08d04 196 0.10/1.00 vMB 26
329,140 329,140 000000000000000019da84c608d13bf20469e4e3446ffb06d38856c679e2be25 209 0.10/1.00 vMB 32
329,139 329,139 00000000000000000498b3035e04e8a74f2ad1531e28819918a79e5ae916ae3d 43 0.01/1.00 vMB 37
329,138 329,138 0000000000000000048b665e40db56230e42da297ef49cf989227048938967c1 115 0.07/1.00 vMB 12
329,137 329,137 0000000000000000156b137858b1c5137683fb7172955133349ec413d645de3e 178 0.13/1.00 vMB 15
329,136 329,136 000000000000000015a04530338318889f7920a2575843a1228f98e1688d849f 669 0.37/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.85 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: 638.84 GB
    • Received: 12.50 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.