Loading Tool

Explorer IconExplorer

Memory Pool

39,290 transactions
31.14 vMB
0.07281156 BTC
Random Selection Loading Transactions
Max Size: 154.72/200 MB

Candidate Block

Mining Attempt 46955a83057cb562d7e28a739c4dfd140763aaf0bebb3309acf93cb0f0920c31
Version 20000000
Previous Block 000000000000000000017a98b1c7d9052f1c2b6b85393b7fa5e5919d663547b0
Merkle Root 874952f03750ca3c66dfc1931816e430961bde0e6f0e6c5ed915ef3ebaea9461
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,709
Size: 1.00 vMB
Total Fees: 0.00890999 BTC
Feerates: 150.68 > 0.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,395 (152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,243 914,243 00000000000000000000eb55f5586a627f93d2375f1496f9fa0a2b4b78fff80c 4,033 1.00/1.00 vMB 7
914,242 914,242 0000000000000000000088eb0f120f975e57ee7b05837846c83d2c87324a46fd 2,639 0.55/1.00 vMB 0
914,241 914,241 000000000000000000011c3497346bff4335381b648b0d0a0cbdbef2f945aed2 3,967 1.00/1.00 vMB 2
914,240 914,240 00000000000000000002090a5e6827104d71bc49b506e4cb66502fb6a9600695 2,782 1.00/1.00 vMB 4
914,239 914,239 000000000000000000018f2a41c731bcf2d532dfa76355aff648e5265113e2d4 3,001 1.00/1.00 vMB 3
914,238 914,238 00000000000000000001ba8a20a80418340a612809951dcc481799aa73d20526 3,792 1.00/1.00 vMB 2
914,237 914,237 0000000000000000000162c8c86ff02f53d6cb6caf2b034da7e462a0c0f9d862 3,101 1.00/1.00 vMB 5
914,236 914,236 00000000000000000001090ec052ae3c4d703d7195cc255ee1057bbaaa426005 6,381 1.00/1.00 vMB 0
914,235 914,235 000000000000000000013355bc8a633fd1d53b8aa084e15d6228e3f06688d5c6 4,398 1.00/1.00 vMB 1
914,234 914,234 000000000000000000013126d501f10909c419a55835e6a86806143e3e6b2ee4 2,520 1.00/1.00 vMB 4
914,233 914,233 0000000000000000000066ea124765d7318956ec0b39ade9ce33a5a3709c7aff 3,884 1.00/1.00 vMB 4
914,232 914,232 000000000000000000005fd3391e896564591024b2a30b91b65278d6f6666448 5,064 1.00/1.00 vMB 2
914,231 914,231 00000000000000000001cd83469f3f84fbe54497709a15be2a67be2959c8dcca 5,157 1.00/1.00 vMB 1
914,230 914,230 000000000000000000003979eda230c4b373f27054ca36f8f374ff667410c4b4 4,965 1.00/1.00 vMB 5
914,229 914,229 0000000000000000000209ad756a5895d27fb9a542f4936ddf4831d720e68b4a 4,238 1.00/1.00 vMB 2
914,228 914,228 00000000000000000000ebfca2dd5a5d1d4bd9d4f9ab5c8fb51d534119ee4a4f 1,750 0.42/1.00 vMB 3
914,227 914,227 00000000000000000001c1f5c86e9ed5564a8182eec23a3fd73e738f4c8e7bad 6,112 1.00/1.00 vMB 0
914,226 914,226 00000000000000000001db1c04099e946cd93b2d5bc81dec4b1fec6dcd2b6882 5,596 1.00/1.00 vMB 0
914,225 914,225 0000000000000000000164b0b3c21a537608595133eca946cae4cae441c5c06f 5,672 1.00/1.00 vMB 1
914,224 914,224 00000000000000000000af4d5eacfdfafd5c1418776b12945eec6ff60f3755b4 5,710 1.00/1.00 vMB 0
914,223 914,223 00000000000000000002006e218a5ef6b9e4e08886c3495dc26ad2328a2ae7ec 4,831 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.30 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: 598.71 GB
    • Received: 9.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.