Loading Tool

Explorer IconExplorer

Memory Pool

77,965 transactions
29.52 vMB
0.08883775 BTC
Random Selection Loading Transactions
Max Size: 179.73/200 MB

Candidate Block

Mining Attempt 6805a775fd8d0d77c1bfe14f203b9a1db05ba5917878db62ad0da152dc67231b
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root 793e5a8414b2cc7aff7a6f10f282cc167b75bac188134ea60f64ba2a3bc88bd2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,807
Size: 1.00 vMB
Total Fees: 0.02379316 BTC
Feerates: 477.45 > 2.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (706,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,182 209,182 00000000000003b931950f2883f2d1450406a304550402fe90726ea481a81689 111 0.05/1.00 vMB 119
209,181 209,181 0000000000000057f5f933621d99598cb2ec1c1b615c92210d5df52cdebc7353 573 0.21/1.00 vMB 228
209,180 209,180 000000000000001f5a62c14cfed08e4dfb7c45da8dba2de3e8c5d1dcd35ff346 123 0.05/1.00 vMB 111
209,179 209,179 0000000000000199f258f24c32efce3d1ce37f638ab72f2cf357c4e5006dbca8 28 0.02/1.00 vMB 243
209,178 209,178 00000000000002e92cc5628bc8046e0699c26e57c9bc725f2bda409097245b86 108 0.05/1.00 vMB 134
209,177 209,177 00000000000004f5d35d405e022b909142911eede26a09c8eb2712c0942c00e7 235 0.11/1.00 vMB 242
209,176 209,176 00000000000000f813a06934d24ca44fe3de65c6f0eaa7bedd8e9f7a4cdbebea 331 0.46/1.00 vMB 50
209,175 209,175 000000000000032c4407cbac404f01a37a968a440759e5052fab890e497557e9 515 0.23/1.00 vMB 161
209,174 209,174 0000000000000101c4cc02d40d51fae60ac88c3ff8c263089bcb647ed62fc578 124 0.07/1.00 vMB 170
209,173 209,173 000000000000041992f0196964579bf431d91ccd5ebc8624fc409037d0252eb3 12 0.00/1.00 vMB 182
209,172 209,172 00000000000003b861906879949f7c83b7729e8854179b909ce9af1d323c0faf 19 0.01/1.00 vMB 259
209,171 209,171 00000000000000f00564991fdc727bfd1ee9a11a2dcb7e1949ed2571b77c9a78 824 0.38/1.00 vMB 169
209,170 209,170 00000000000002a62db6d79f4d67d4922479f7515766f9ebf7ee2793bc8e15bb 74 0.03/1.00 vMB 186
209,169 209,169 00000000000004456361dfaecda90b631a1c57876bbd578cad8da4c2ca829fbd 100 0.04/1.00 vMB 113
209,168 209,168 000000000000029dfd9b1a61c9d2a18b80ed95258aef269680a72f3e6bf74710 259 0.10/1.00 vMB 171
209,167 209,167 00000000000004b3aac83a07394954d69437bc52ad43b3e4269f7f0e62b06c6b 44 0.02/1.00 vMB 192
209,166 209,166 00000000000003c58ef652c9e8dae4f9a30b06ab1b5c4b2b6d756685928d892e 1 0.00/1.00 vMB 0
209,165 209,165 000000000000040d88bd11d55430d4f81afc581cecc5c217fe5543d06ef5ab75 244 0.11/1.00 vMB 180
209,164 209,164 00000000000002ef7edc75f2243285c8f975d67c4cd673d38f5464fad9e348d8 65 0.03/1.00 vMB 103
209,163 209,163 000000000000002e11a0e3f11aaca95973a4fe4d7adce87882d6afe2f9506402 25 0.01/1.00 vMB 51
209,162 209,162 00000000000001942651bb9025d66a9cc2c9eda3cc1b6cd70f2a5d0e277943cf 343 0.18/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 782.81 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: 710.31 GB
    • Received: 17.07 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.