Loading Tool

Explorer IconExplorer

Memory Pool

86,475 transactions
33.25 vMB
0.10211104 BTC
Random Selection Loading Transactions
Max Size: 196.94/200 MB

Candidate Block

Mining Attempt 51456ec1efb05ff1a5e69581fdeb7512f2045427c99c2a017f809553f4c86525
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root d360aaa6d2d6eeb5f0a92d63d2eb6291ed9e89d5edcca0408e942ecf050b4c12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,629
Size: 1.00 vMB
Total Fees: 0.03555537 BTC
Feerates: 150.75 > 3.56 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (566,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
348,011 348,011 000000000000000006a799a85e21118c495f7cb10b14da2a411cb334584b2e6e 1,234 0.64/1.00 vMB 27
348,010 348,010 00000000000000000c325959587a0770c9572e0becd019826c05068ef0646c7a 1 0.00/1.00 vMB 0
348,009 348,009 00000000000000000d92dd404e05b98c9a1a4590b70b6860a57cd9c77f987919 266 0.18/1.00 vMB 18
348,008 348,008 0000000000000000012b7b5e99f30f4a1a245f2b779de0bd80f2988d9ed620e7 79 0.10/1.00 vMB 4
348,007 348,007 000000000000000007a631dc869391e0842b8960debdc21e7ae2f78e48fba0a4 243 0.17/1.00 vMB 20
348,006 348,006 00000000000000000a7a335a1f292c1272baf829f75f6e55cd172ffbf17f0664 578 0.28/1.00 vMB 25
348,005 348,005 00000000000000001241d376f01a99117cc8396e76e353f1c7f6c8ec6e6315e0 491 0.26/1.00 vMB 24
348,004 348,004 000000000000000001a92487d86383f6c219371e50851e314b08bb3ddc4975dd 623 0.34/1.00 vMB 23
348,003 348,003 00000000000000000f358d8e729c280c3ddc3bb6e0ab1b4c1a63529ab83afc9b 247 0.16/1.00 vMB 18
348,002 348,002 00000000000000000ca85cd91e0ebcd573ad9053abb0d83825b1ba0327808ae7 1,247 0.60/1.00 vMB 27
348,001 348,001 00000000000000001462b7aeedcf2b5aac482d416c707d651d5465ac090002c0 1,070 0.61/1.00 vMB 25
348,000 348,000 00000000000000001598a651988bb3a45237c4f801cf8049be20f74aed8e827a 443 0.23/1.00 vMB 27
347,999 347,999 00000000000000001521cc7fd64109a64e6913cb7bee93bab30d419d6ce5f90c 836 0.51/1.00 vMB 23
347,998 347,998 000000000000000008a1c0952f05bb6267e687c0b52bf7167eb9d72e8ab59da8 503 0.27/1.00 vMB 26
347,997 347,997 000000000000000015107fd7e092878eb5d4c5d7e52c78e48b63d26fb926a7a3 956 0.55/1.00 vMB 21
347,996 347,996 00000000000000000911613c023e9b208d4dc244ee5e7f9b2c94ade30d174ef7 1,063 0.89/1.00 vMB 20
347,995 347,995 000000000000000006c65c1c73842799976721c6ce08ce754a8b846d3259ce2f 1,024 0.33/1.00 vMB 48
347,994 347,994 00000000000000000aef648d2fb27a54c657164f52ec5878a0993d1c8008f3c2 552 0.48/1.00 vMB 11
347,993 347,993 00000000000000000440e64c2a1e4135f17302d98fc45174826696639d7c4ef4 512 0.18/1.00 vMB 62
347,992 347,992 0000000000000000095db5992dd289880bb004439a7fc09783a75d5b9081d06d 1,616 0.75/1.00 vMB 31
347,991 347,991 000000000000000010c14fbb142dcc1f7920e1e8c144e05d6631e5df30364dac 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.30 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: 657.41 GB
    • Received: 14.54 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.