Loading Tool

Explorer IconExplorer

Memory Pool

26,505 transactions
4.70 vMB
0.01222073 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.97/200 MB

Candidate Block

Mining Attempt f352564522256890a491fb770d5bef56444c0f6da561751ab647cd35c3e558e4
Version 20000000
Previous Block 00000000000000000000f174cf5764d1bed201c515cd91ae9b0c096da3b23d93
Merkle Root 58fd2751cac5bfd34516669fd9357dda498ed57aa25f40f3cf3981b51b7357d8
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 48
Size: 0.01 vMB
Total Fees: 0.00058158 BTC
Avg Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,824 (796,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,363 116,363 000000000000da5d221776716d2544907cf84fe0b159d7ce641d99a1b3ae0f7a 0.00 MB 9 0
116,362 116,362 000000000000d5c3531ca12acd11756214cb18c693652e1f9a716d9736f81b19 0.00 MB 11 0
116,361 116,361 000000000000ce6f2a5621bbdadbd5e14db2a7615ac3f60b06b2af7ac894c3df 0.01 MB 26 712
116,360 116,360 0000000000003fa56f157b0f665ae8406743255a3fae89bfb5f9a08aec4f0603 0.00 MB 11 681
116,359 116,359 00000000000009ade118e8ed49c9f8637fd1df028e0a2ca6ce7e5a5568291bae 0.00 MB 12 670
116,358 116,358 0000000000007ca33dc32c078064d314a53b169518c53ea28f2a784e41735240 0.01 MB 32 226
116,357 116,357 0000000000009d352088eb4142b5075060147932e22833dc96dda7485625b27f 0.00 MB 1 0
116,356 116,356 0000000000002227fd5657a0b7f273e8b320facf411f23c12b7a57785507fe1d 0.00 MB 12 677
116,355 116,355 000000000000cf58058e56bb48374d3d7f4b2c46cbcc4c4bddc9f353d4f197b0 0.00 MB 12 0
116,354 116,354 000000000000ef54c1c81cd5edfa3fcac2fa4e2db6e6bcfda84b26a53cee579c 0.01 MB 21 298
116,353 116,353 000000000000efc20fe718436b9e62c74c3e04d6d87d6a4c26d286ddedf964a9 0.00 MB 14 712
116,352 116,352 0000000000008aac652153935eaacf055ff54d39bb4a86cf3b62a256ef96d358 0.00 MB 12 1,076
116,351 116,351 000000000000ad098a3241fc11f5c4cb29305b585de7b852ec245cc6483e5025 0.00 MB 4 1,089
116,350 116,350 000000000000a85a9b13af9d9e034edc74aeb66a843568f61016ba22129da8ca 0.01 MB 27 140
116,349 116,349 0000000000002b3ea6f076e6340fc9965979949991bc0d60861ac87831b5b316 0.00 MB 12 360
116,348 116,348 000000000000a130c2c80232b799ab74e4365226ebaa1cc25eda170fb698291f 0.00 MB 11 0
116,347 116,347 00000000000006be11dc941dd3d4c47d8421011d7526a1ef76045de5f643f961 0.01 MB 18 953
116,346 116,346 000000000000bd12426ae76ef42ac00edb9423db520a621a7440b020351f9210 0.00 MB 12 0
116,345 116,345 00000000000068810fc0ce00bf3b9696b8fd4ec6659b0f480b92cf4bb28f5679 0.00 MB 10 657
116,344 116,344 000000000000c97468b22af08f6ef8e5077d897221f3bcac4854e862217a7f04 0.00 MB 11 0
116,343 116,343 0000000000005b47d4e86220b9736361e78e3bfeaeeaa786dc631cd22d898d2f 0.00 MB 11 362
Previous 10 blocks ↓
Total Size: 778.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 105
    • Outgoing: 10
  • Data Transfer:
    • Sent: 166.85 GB
    • Received: 1.98 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.