Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,840 transactions (2.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,098 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,538 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,097 (3,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,289 908,289 00000000000000000001073169b90cf5f9e56aab2d55bb290a00d375fa0b42c6 2.12 MB 676 1
908,288 908,288 000000000000000000022170ba7ea165891e2d9fe81b66534ffd7b9b13cc6c72 2.79 MB 1,012 1
908,287 908,287 0000000000000000000040ca42bd03be72c3e829d4a5d87b2c077fca9714504c 0.92 MB 1,842 2
908,286 908,286 000000000000000000013d9bb3e2d141e2cef14bfb0f492187c7704fcc7c4b5f 3.04 MB 1,330 1
908,285 908,285 000000000000000000009fd58da5347d01546d269b034bb04208f8879cbce789 1.70 MB 2,927 2
908,284 908,284 00000000000000000000ec1879066dae3b5a6ef947c55a055b88cfb06008644d 0.82 MB 1,321 2
908,283 908,283 00000000000000000000e29c55cd20b392516d5e664ab6507003be9dc2d61c98 2.32 MB 993 1
908,282 908,282 000000000000000000021ccbc35225ac911d98f96703280a92b6a88670833716 1.99 MB 2,005 2
908,281 908,281 0000000000000000000187cb0d815b84319bf563c29d3da5a828162a32027154 2.27 MB 1,606 1
908,280 908,280 00000000000000000001f9707809e45311ea0733061f7602959db37c5ee20422 2.97 MB 1,151 0
908,279 908,279 00000000000000000001b972b048a7c75e78bb1e7fe1534ad35ef50cdc852c25 1.90 MB 2,596 1
908,278 908,278 000000000000000000001c8a613a95d9f90a6ada3a1beeea5e6703bfc1bc45ff 1.57 MB 3,488 3
908,277 908,277 000000000000000000000e17b0ce5ed1f6aa51a2ab861fbca21ea99e37883763 2.14 MB 2,645 2
908,276 908,276 00000000000000000000257d41070aeb588626d1b4bf0f208de0867dd9b7a0ce 0.27 MB 683 2
908,275 908,275 00000000000000000000ddb97f8fb3f32580bd75b7644fbde5916f90a04c61d3 2.17 MB 130 0
908,274 908,274 00000000000000000000376bf2d488599a8a77d72da0812d355d28f662672098 2.44 MB 582 0
908,273 908,273 000000000000000000007afda50afb5940212acb7062e14909b108808e3a9e61 2.30 MB 3,201 1
908,272 908,272 0000000000000000000122165ab52671e6f673241ee64fd431e00ca27c86430e 3.08 MB 1,964 1
908,271 908,271 0000000000000000000159d39dc30033a0f5558a179ee15792ed01f431403f8a 1.47 MB 3,200 2
908,270 908,270 0000000000000000000142f7fde3b56c8aeb35ad8892e470a0025ca22f3dbbd0 3.48 MB 737 1
908,269 908,269 000000000000000000017602e14e5dff1a1ccdc06b1544a0af09fc436476b1d6 3.22 MB 976 1
Previous 10 blocks ↓
Total Size: 777.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,523.54 GB sent, 134.68 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.