Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

265 transactions (0.09 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,293 000000000000000000022cb30000000000000000000000000000000000000000 0.09 vMB 258 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,292 (835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,457 909,457 000000000000000000002ef55b1fab17bd178e0dd4a561b99b9aa90fdd5a4d11 1.53 MB 2,993 3
909,456 909,456 0000000000000000000018be47db57aeda16734e97f9a76880c053d90b6ece0a 1.46 MB 2,399 3
909,455 909,455 00000000000000000001b77b64afb5d101f925aeb6cd06b00921326829fd33d3 1.53 MB 4,211 5
909,454 909,454 000000000000000000017be57f9291775039ebbeebad66e1f91693f8d29b330b 1.56 MB 3,814 4
909,453 909,453 0000000000000000000135aa68405814160c87adb240c398b93677e2365a7221 1.59 MB 3,940 3
909,452 909,452 000000000000000000015dd92924f1cfce4366d65ced59216f422baf3ddb4f45 1.86 MB 4,130 1
909,451 909,451 000000000000000000015876f9c406245a3e8a6ccf09a1f48778b470cfdcbb13 1.73 MB 3,177 2
909,450 909,450 000000000000000000019a371c12295f47f94ed9101d7c9a454418abd118324d 1.61 MB 4,918 0
909,449 909,449 000000000000000000011eb22b1fb9062706baee002315c56fd720413d361abf 0.64 MB 629 2
909,448 909,448 00000000000000000000f266f35c5cb94b5a0c2167840149c3584d2beeecb3dc 1.65 MB 4,528 1
909,447 909,447 000000000000000000007d3e76eff94e03c9d7d6f57dfa021ea21ca6fa52f941 1.74 MB 4,419 1
909,446 909,446 000000000000000000009b1dc698a672abef7320e08f97f2ec2d996b3c1961bd 1.74 MB 2,737 2
909,445 909,445 000000000000000000021282c64c3120abc7d2115d34327920dc86440cec46fd 1.39 MB 1,899 2
909,444 909,444 0000000000000000000045f7a3f199dcf7cd90319f377be429bd4f25bcfa069b 2.07 MB 2,350 1
909,443 909,443 00000000000000000001c60da24f97f729c69936126fc635d6816b1d8ce57e3a 1.64 MB 2,501 2
909,442 909,442 000000000000000000004d1e8d26a19dc2edff533b7eb6f1fa8e00dfd713a9b0 1.60 MB 3,948 4
909,441 909,441 000000000000000000018bba55640a5b2fb240bb73b6517cebb36f31f1f1e54b 1.57 MB 4,189 4
909,440 909,440 000000000000000000019a92ddfda7915587d30892d33c1cc5c2b3e709bfbaa2 1.36 MB 5,498 0
909,439 909,439 0000000000000000000103e8a8d4c60f19c443df051311fd0ef177cc3f140fcd 1.74 MB 3,306 2
909,438 909,438 00000000000000000000f5c7733c906b415ac7bb2ba46de6fe4618e5c5253860 1.80 MB 3,420 2
909,437 909,437 00000000000000000000b1b67738695468a5df3fd13d20335746cd9a59bb3513 1.81 MB 3,395 1
Previous 10 blocks ↓
Total Size: 773.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,229.66 GB sent, 118.25 GB received

Notes

  • This page updates every 5 seconds.
  • 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.