Loading Tool

Explorer IconExplorer

Memory Pool

79,703 transactions
29.28 vMB
0.12641767 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt 0f74ea4c20f37ca747e82f2c05042578fdbf0de6d712dcfcef2afb44f581f858
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 3ded109a27df13ff786e6df65311d7eab3b538b6877d2e8363c12a8a72f77983
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.04712127 BTC
Feerates: 602.26 > 4.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (437,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,443 477,443 000000000000000000ba10c28cdc180a75f51ec98b29b770427d7d7b0d30bcf6 1,320 0.99/1.00 vMB 50
477,442 477,442 00000000000000000015fddfc9cb65a00dfcaedb8e275dfbe935b8bd38472bf5 1,425 0.93/1.00 vMB 133
477,441 477,441 00000000000000000055f7a56da0aee1b56dda93331d208c556a9ec76d85004d 1,209 0.56/1.00 vMB 154
477,440 477,440 000000000000000000cc8ff5219f89bbed732cea440bda8cb263cf6c2d86fb4b 1,511 0.99/1.00 vMB 89
477,439 477,439 0000000000000000007a1bf7ebcea4007a93b57b49d083d58aeb46738212464e 519 1.00/1.00 vMB 24
477,438 477,438 00000000000000000129299568dc77900f733379e6220710cf1bd43a9bb8dc72 1,714 0.99/1.00 vMB 59
477,437 477,437 0000000000000000011c912f0315ef2d5500712b6296df0836d718bf6d44c90a 1,966 1.00/1.00 vMB 173
477,436 477,436 0000000000000000002868fca356049cb57824b31db3190dc69844f1647edb81 536 1.00/1.00 vMB 28
477,435 477,435 0000000000000000009d7557e4655717f40385795834b771e8141c3b5cc28bcb 1,399 0.99/1.00 vMB 66
477,434 477,434 0000000000000000015dd916ce9e8eadb5b9dc2bb68350e4f33263411f89b0b0 1,507 0.83/1.00 vMB 168
477,433 477,433 0000000000000000000b18ce3b615f449f57a9d1d0f07ac459b22b94ba53606a 2,407 1.00/1.00 vMB 36
477,432 477,432 0000000000000000009109fab7c9e43b25cecf8eff043adbd62f95e0f2651b55 1,861 1.00/1.00 vMB 71
477,431 477,431 0000000000000000014eb2828f02ebc019d3d954d7fc84bfbe94597b232eb9dc 2,020 1.00/1.00 vMB 200
477,430 477,430 000000000000000001049330665f81c5172e3670a4780f786ade7bae26439b40 1,612 1.00/1.00 vMB 178
477,429 477,429 00000000000000000040dd6ce862e6fcca1e4fb9f45967abdb8b4059cc3c7b1d 2,033 1.00/1.00 vMB 58
477,428 477,428 0000000000000000008c0d6cd26b12347084d09d1c9390fb41be03fc1b6bf373 1,911 0.99/1.00 vMB 162
477,427 477,427 000000000000000001331664349afb2cbf2d9a28f5069cf15313eb103d87e799 2,128 1.00/1.00 vMB 166
477,426 477,426 0000000000000000008b5c945c809411919cb6aa9d2d5f0dae2a90187a493963 1,940 1.00/1.00 vMB 239
477,425 477,425 00000000000000000124bb825daccaab068775e8fb3db277c506c30cebbb5765 1,171 1.00/1.00 vMB 57
477,424 477,424 000000000000000000f98a26c4153fece4321b221f9a6920e2d5d562e0a2c9bc 2,310 1.00/1.00 vMB 149
477,423 477,423 000000000000000000d3591a33867fb33bd9ffbc7192ef11756cf2a6851425f8 1,764 1.00/1.00 vMB 137
Previous 10 blocks ↓
Total Size: 782.92 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: 714.45 GB
    • Received: 17.54 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.