Loading Tool

Explorer IconExplorer

Memory Pool

47,745 transactions
30.25 vMB
0.09730624 BTC
Random Selection Loading Transactions
Max Size: 161.11/200 MB

Candidate Block

Mining Attempt d05e23b1fe19ec4b5ca372a6e357ffba1dc2aa4d2cab768d4faf7a1e842d61f7
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 1f8bd93bf21642b2ae784646a4b3901fa99645f4260d4cafe5e7bff8d09f1bff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,010
Size: 1.00 vMB
Total Fees: 0.03598388 BTC
Feerates: 150.97 > 3.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (168,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
746,177 746,177 00000000000000000002d7daec2ca0e2841ed3fe17a7b1bfb99999844349ade4 3,081 1.00/1.00 vMB 16
746,176 746,176 000000000000000000061c7ab749fe77797d45edf8af193efef40ac2e2bd3200 2,792 1.00/1.00 vMB 15
746,175 746,175 00000000000000000006bbcf13288d7cde3871c976ab69163854bb6ed32b08ad 3,054 1.00/1.00 vMB 13
746,174 746,174 000000000000000000000cdd02c9c87b4c102928712c37012798abebde9c1c84 1,149 0.43/1.00 vMB 12
746,173 746,173 0000000000000000000263e53510a2f5c362f517966ce93b8b9236f2adfa108f 2,890 0.95/1.00 vMB 14
746,172 746,172 00000000000000000002cbc6be0b3cd254d069ea77a5c4a9c9cfd73dc265cb15 3,237 0.96/1.00 vMB 14
746,171 746,171 000000000000000000041cf9b135f68742e509b6f0856d6aa8151c46d22b8b83 133 0.04/1.00 vMB 11
746,170 746,170 00000000000000000004a5aa212743e6b9f6913c1cf22c5962e77d43f4d3e303 1,636 1.00/1.00 vMB 7
746,169 746,169 000000000000000000059c3f5d005c22ad7b672fadfaf2390bbed31fa1b30985 1,156 1.00/1.00 vMB 19
746,168 746,168 00000000000000000002463e1497d678974f1981c921a64634c9fa86e06d54f5 2,444 0.78/1.00 vMB 13
746,167 746,167 00000000000000000003251fcdaecd0366e4fd65034592e1287929ca68b51358 504 0.13/1.00 vMB 15
746,166 746,166 000000000000000000009bc8d9d02ea7161f21bbd6c5e177d74ee86e83db1b8e 308 0.13/1.00 vMB 10
746,165 746,165 000000000000000000053966d68ea89fd21132d0050ad83bfb3b1156f89625e6 1,606 0.50/1.00 vMB 14
746,164 746,164 00000000000000000005bed0fbfd4b295b63bc10ac3d8bc19092ff20ba973a9c 720 0.24/1.00 vMB 14
746,163 746,163 0000000000000000000899a1745839ff32b4ed130580db1c3e37c4ed557cbca5 324 0.11/1.00 vMB 12
746,162 746,162 00000000000000000008e59f94cd294fbc2e7475770ee68ee2a28f454a7e721b 1,142 0.81/1.00 vMB 6
746,161 746,161 00000000000000000003b772ac6924b7218bb6714a39590fffac74da2e39fd48 2,503 1.00/1.00 vMB 11
746,160 746,160 00000000000000000003ee0e1365c5263a8576a8d9aea8d89b57fcf5bf0bae23 3,080 1.00/1.00 vMB 23
746,159 746,159 00000000000000000009006f89591e0762c9164963b231dbbccf90f58f7a15f6 1,176 0.37/1.00 vMB 15
746,158 746,158 0000000000000000000645c71c722862a6db8bc333ffa1a1c92052e359a01b52 1,195 0.47/1.00 vMB 16
746,157 746,157 000000000000000000033923d4eb84624faa2fd641edca8d25678165b5c67f30 330 0.10/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.