Loading Tool

Explorer IconExplorer

Memory Pool

38,097 transactions
30.92 vMB
0.07062578 BTC
Random Selection Loading Transactions
Max Size: 153.25/200 MB

Candidate Block

Mining Attempt 22c7545405fce00f4fb43cdae4aecc0dd5a26cfc7757693ab50b856af8c5c859
Version 20000000
Previous Block 00000000000000000000cd2eb29912595d1a236a78f0da1f56d092467e0d9400
Merkle Root b0a5a1e5db0a3efd4b620f8340de61355540a3832492faba340c8e72793b5b65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,696
Size: 1.00 vMB
Total Fees: 0.00758178 BTC
Feerates: 301.05 > 0.76 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,366 (829,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
84,967 84,967 00000000002f3e557a34095ae2bd6a022a354fdfdd0f93f8b20546f62d2db2f3 3 0.00/1.00 vMB 0
84,966 84,966 0000000000293203b4c7039253cf9d9c6609040673839240d627d491bde5d68d 1 0.00/1.00 vMB 0
84,965 84,965 00000000000840e706d28b218ed833454527af8e3c8b66cc371a62e502a0a851 1 0.00/1.00 vMB 0
84,964 84,964 00000000001b1984e9685502f4e3cd77c304837201e6af8d147fff9c41beb70b 1 0.00/1.00 vMB 0
84,963 84,963 00000000000320b8a05e6f58243250f5d782e011e5d419c78ff3aee2fe1a1e25 1 0.00/1.00 vMB 0
84,962 84,962 00000000001187863efcd130250fbdac67ba893349fdcd0682c171a7a2baf5d8 1 0.00/1.00 vMB 0
84,961 84,961 000000000004c9970d8faf7b28d4b597376fe258917e69461ad9359f1140b1be 1 0.00/1.00 vMB 0
84,960 84,960 0000000000185ad242141b6aaba69dab90429119b190698dfc15257464365735 6 0.00/1.00 vMB 0
84,959 84,959 0000000000145eb6a6415df5fdb395c031268a5294c5d1052cfa3a3449de7bd8 2 0.00/1.00 vMB 0
84,958 84,958 000000000011e91de0fb99d9fe8ecdac3c9ca22457ef3d8e8583864570dcc057 1 0.00/1.00 vMB 0
84,957 84,957 00000000000c2ea9fd3e019f6a7601390d6ced15ff56e6d56f61b1446371c957 1 0.00/1.00 vMB 0
84,956 84,956 000000000013c6f3b7a6077b19f0666c56d67cdfe1ec9d91abbbbfd5ce9643b1 1 0.00/1.00 vMB 0
84,955 84,955 000000000008579654ba76b770a44b5c7a6f5cdc32be374d6abe266b34294c57 2 0.00/1.00 vMB 0
84,954 84,954 0000000000171e86b4d9bbd7a479c4ba0d11342858c23613bfa0c356f0d91d4a 2 0.00/1.00 vMB 0
84,953 84,953 0000000000241e5187827086d9d22f82d20829ccde93a1255673b6649e399da4 2 0.00/1.00 vMB 0
84,952 84,952 000000000024d483de730fe87273a9d74fb7acb51dad7b6b5eab1c34fd8b3216 1 0.00/1.00 vMB 0
84,951 84,951 0000000000297ece1c27ae4c2ca5e03e77e7d4c58c63285f0ffc210413fb4e3d 4 0.00/1.00 vMB 0
84,950 84,950 00000000002bbbc2619eb49881bc244d740234a5a167c027851779411c2ce6e5 5 0.04/1.00 vMB 994
84,949 84,949 000000000002b996b7479b8498b9d5186964ab168809c76e8da440af017cb84d 1 0.00/1.00 vMB 0
84,948 84,948 000000000010694310269bf3f487e63efdad08ed140c64c9a4ab164052cad472 1 0.00/1.00 vMB 0
84,947 84,947 000000000013fdc17e3ae2797bb9c6299d73031e072b95afdf3503078c4e3535 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.25 GB

Node Details:

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