Loading Tool

Explorer IconExplorer

Memory Pool

76,031 transactions
28.72 vMB
0.06837755 BTC
Random Selection Loading Transactions
Max Size: 175.71/200 MB

Candidate Block

Mining Attempt 1ab56712a2239a4d2704c66fc86e44de99b945a38f81c3ad94e7447fb457fbb3
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root f63acb04cc8054252fdde01b02171fcc012480148372c9d1f4b457ce2c949d45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,929
Size: 1.00 vMB
Total Fees: 0.00605630 BTC
Feerates: 40.21 > 0.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (298,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,237 617,237 0000000000000000000655ff5c93bc7d6a607adebf8e93d5a6a0052ccf70645a 2,431 1.00/1.00 vMB 15
617,236 617,236 000000000000000000015c82c752e57fcada4206db007b539394de58396168ce 2,450 1.00/1.00 vMB 19
617,235 617,235 0000000000000000000361ed2de656648e590ab3cd8400d4402bd1138cfdda1b 3,182 1.00/1.00 vMB 24
617,234 617,234 0000000000000000000a3ad8ff9dd1b8426936788c5a23c7ca22acf516b242db 3,225 1.00/1.00 vMB 35
617,233 617,233 00000000000000000000c5728eb084f21e380f8e2dc12280762b54fb3ef9e567 2,405 1.00/1.00 vMB 28
617,232 617,232 00000000000000000002b3d4f86166f9de05e5a7d7f3d2bc59af5a7c784759e3 3,046 1.00/1.00 vMB 40
617,231 617,231 00000000000000000009ec4a1ed71aa1457c465caf9e7c50196aaae0b7b9df6c 2,602 1.00/1.00 vMB 28
617,230 617,230 00000000000000000011d301cca354d6d6661ba36a3f385f598ba8522b158140 2,458 1.00/1.00 vMB 29
617,229 617,229 0000000000000000000b76167ad7c5a10c2189966ec21dc405fbab6a5eb0bdf4 1,949 1.00/1.00 vMB 31
617,228 617,228 0000000000000000000a0dd2c1b555cf0acf5ddf807196c8d3262cfcddae2945 2,306 1.00/1.00 vMB 33
617,227 617,227 0000000000000000000167f6fd26bcaf1067ef9cbebbc37fe5a3b983fe12ce96 3,114 1.00/1.00 vMB 31
617,226 617,226 0000000000000000000689d759f6f9585c90a4d514c3181ee282be140c09260b 3,452 1.00/1.00 vMB 32
617,225 617,225 00000000000000000000f39dc84a66bf53715376354753c381356b5b993e29eb 3,215 1.00/1.00 vMB 39
617,224 617,224 00000000000000000005cc51d55b71db0157750c9a7e82ea97164ea564938ac1 3,448 1.00/1.00 vMB 39
617,223 617,223 0000000000000000000af7eb43f060419499be1ff30c6279dc74e71bfc6b6ef9 3,155 1.00/1.00 vMB 37
617,222 617,222 0000000000000000000545ed1a229640b473d2f1ed9a4c0c444c94cb55f414e4 2,782 1.00/1.00 vMB 44
617,221 617,221 0000000000000000000bb8061ecbaf79623bbd6c8b0c40cc97bc36d6ab89a3e0 3,025 1.00/1.00 vMB 44
617,220 617,220 0000000000000000000a04457275487ed62ca0de43431e07b57f68858899c767 2,769 1.00/1.00 vMB 39
617,219 617,219 00000000000000000001fb53e9334dcbb26b46df2846c7e3fc089ee38f6753be 2,669 1.00/1.00 vMB 29
617,218 617,218 0000000000000000000b76e07b6a9c4febfbc29c278922167c5e94930741edf9 2,918 1.00/1.00 vMB 44
617,217 617,217 00000000000000000007b4b4117331f081680d0600f78b5c9b85a510026b3bb4 2,587 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.