Loading Tool

Explorer IconExplorer

Memory Pool

44,626 transactions
26.63 vMB
0.05910240 BTC
Random Selection Loading Transactions
Max Size: 140.87/200 MB

Candidate Block

Mining Attempt 191256bc9994168269edfbe5489b7e8eba609dc1467e7f672b62c92ac6a8408c
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root daa130f2f320d0257ca1c743f97f98749eec14f7b77cf31c358262ea467313b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,331
Size: 1.00 vMB
Total Fees: 0.01015569 BTC
Feerates: 101.72 > 1.02 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (377,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,346 537,346 00000000000000000009dacb86b5318373de8c6714be1053869f926b3a4cdbb4 789 0.28/1.00 vMB 25
537,345 537,345 0000000000000000000b77e1b86d30c567a07cc7138e02ea253d323fc6772d55 2,231 0.83/1.00 vMB 22
537,344 537,344 0000000000000000000177523728db1cca6250be925e7331bafc54dca084d96b 620 0.24/1.00 vMB 19
537,343 537,343 000000000000000000086fff558db3d33e71c4e54b5292d4c79f293acee3778a 562 0.24/1.00 vMB 12
537,342 537,342 0000000000000000000d8315bff37d2d9a7d0e3f590b87b6aa4b4d72503cc441 2,346 1.00/1.00 vMB 17
537,341 537,341 00000000000000000005c065a21d3b2f2bc36259607a6813f71aa6a5669a2d54 1,444 0.73/1.00 vMB 17
537,340 537,340 0000000000000000001b6e7c7f84fc4bd75b819061ea7353a31addfd55328452 61 0.02/1.00 vMB 15
537,339 537,339 0000000000000000000b92c2d3094b9883c28057dcd737cc0706aac2b5e455b8 1,682 0.70/1.00 vMB 14
537,338 537,338 000000000000000000218a53c44da7d669d7c4a7f148f86c0090e98ab272b6a6 16 0.00/1.00 vMB 70
537,337 537,337 0000000000000000002076c7d3f8f1c478f5f24408453f3c26cd7602a05fc3e1 124 0.08/1.00 vMB 3
537,336 537,336 0000000000000000000ba35a6deb2a82cdf346e49cbf4b25ff6e2d9541ccc6c3 2,340 1.00/1.00 vMB 14
537,335 537,335 00000000000000000022bae0deb23f8206f468e6150e02e1828e01cfb2e972d5 1,419 0.67/1.00 vMB 27
537,334 537,334 00000000000000000006c81b50998ccf450a3c4732b8f6e206897219a1770339 679 0.33/1.00 vMB 15
537,333 537,333 000000000000000000271307f767f48f70c87e84ea7446184b42458081f22cde 32 0.01/1.00 vMB 8
537,332 537,332 000000000000000000245175670dd4c13fa05f9cde672a4325bd16047ce15633 64 0.02/1.00 vMB 7
537,331 537,331 00000000000000000026dfe0f576993c946946279531385da843647a7c765f2c 640 0.24/1.00 vMB 15
537,330 537,330 00000000000000000023740efe126d5c24b85f35a30c7813f27c9d6ad2fac597 461 0.22/1.00 vMB 13
537,329 537,329 0000000000000000001828e7a0e3c26e634a5cc8d1527758a5c6e3aacca8371d 2,292 1.00/1.00 vMB 20
537,328 537,328 00000000000000000011f06e669777e433c87e472d35a92aa3d735f3f3aea49f 1,214 0.55/1.00 vMB 18
537,327 537,327 00000000000000000003d59e0f65fd5e03713a41a75ae9f42df8c9521c62c3c4 501 0.23/1.00 vMB 10
537,326 537,326 0000000000000000000dac7050e8f9fb57bc417d3d1e04adfd54fcf3bbd5e09f 969 0.95/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.00 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: 648.95 GB
    • Received: 13.11 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.