Loading Tool

Explorer IconExplorer

Memory Pool

45,162 transactions
27.39 vMB
0.10479471 BTC
Random Selection Loading Transactions
Max Size: 143.21/200 MB

Candidate Block

Mining Attempt d924cac8f4b690f698e0fe15c5ce00873d6293c64feaebfc764c64a0f2c5639d
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 2ce17780afe9bff2f05b766328f540366a7bd519437a8326bcbaad6ecdcb3147
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,649
Size: 1.00 vMB
Total Fees: 0.04713962 BTC
Feerates: 151.01 > 4.72 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (234,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,084 680,084 000000000000000000063ab6cd1d0e92634dba5481c9b4b3214f3427282b53b6 183 1.00/1.00 vMB 177
680,083 680,083 00000000000000000007c787fc89be4fe81b9673c959dc98c519af9300260e61 1,179 1.00/1.00 vMB 189
680,082 680,082 000000000000000000094b5f8f328f04b2dfc38201b294dfdead05a60d06f34d 1,229 1.00/1.00 vMB 228
680,081 680,081 00000000000000000002e2ac8fcb0ae9e3ca5ae76b9ab8efb4c4bcf64e741d2d 1,902 1.00/1.00 vMB 215
680,080 680,080 00000000000000000002c4058e81584591f84d13615baf79de866773493d8eb4 2,379 1.00/1.00 vMB 256
680,079 680,079 00000000000000000001dd0276cd80ebff68c287014fcd44ef9a0d460360918d 2,506 1.00/1.00 vMB 301
680,078 680,078 0000000000000000000a3e9722be749e7b1c5e300f456e6292344d6162658024 2,572 1.00/1.00 vMB 181
680,077 680,077 0000000000000000000512649778d8ef1d71d73f3b11b168d4b59ff7ec891028 1,120 1.00/1.00 vMB 207
680,076 680,076 00000000000000000003e2deb453aa772d683ef039e031879c5a6be123da0f04 1,423 1.00/1.00 vMB 277
680,075 680,075 000000000000000000049ebeb044b88ddd88c07501347e3be6b35673c18819d7 2,171 1.00/1.00 vMB 297
680,074 680,074 0000000000000000000178700f053e52d31ebab604e5b547dc70b0213e8bec41 2,052 1.00/1.00 vMB 283
680,073 680,073 0000000000000000000489ba1078b19ffdc8d5af7dfa7a1c392d430ff55affb7 3,023 1.00/1.00 vMB 313
680,072 680,072 00000000000000000006b61a9cc596c8bebd23641363ff9dabf6925e3dd49849 1,936 1.00/1.00 vMB 188
680,071 680,071 00000000000000000002b4de3b0d409d54a7c8836fa8fc8f6e49d02b37c9adc5 2,494 1.00/1.00 vMB 219
680,070 680,070 0000000000000000000309aa16ffb18f28082e778c06fd73a7d141f5926bd872 2,619 1.00/1.00 vMB 256
680,069 680,069 0000000000000000000221603e5f43db49b7086a4e8dd305d233544a85f00626 2,378 1.00/1.00 vMB 237
680,068 680,068 00000000000000000003acc6076480176a9bae343e8eacb9b27ca4752a2d8cf3 1,064 1.00/1.00 vMB 264
680,067 680,067 0000000000000000000b66744fe68e6f5e2faf9dff8039ae3033f71e466032f8 2,322 1.00/1.00 vMB 294
680,066 680,066 00000000000000000006d55618fb9ffe41263946630f3b75cd018fd56b264591 2,478 1.00/1.00 vMB 285
680,065 680,065 0000000000000000000385d31282b2e17de868e823ea6de2e81f0f5c38911b66 2,855 1.00/1.00 vMB 310
680,064 680,064 00000000000000000005d2082d266e39548f7fd31fa43ea80b064a89c69c564a 1,380 1.00/1.00 vMB 224
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.