Loading Tool

Explorer IconExplorer

Memory Pool

83,476 transactions
31.02 vMB
0.13846176 BTC
Random Selection Loading Transactions
Max Size: 187.15/200 MB

Candidate Block

Mining Attempt 5ea69777a834abcb714d7e89678ddfaedb94e0c122538f1e2dae222026a30644
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 48f7d4ab4f72def6ec4fcdb0683bac19e9760b19962fee1b2dee3f96942a6643
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,790
Size: 1.00 vMB
Total Fees: 0.07017956 BTC
Feerates: 366.60 > 7.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (418,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,241 496,241 0000000000000000001bcdd9e0edb3dc06196c0a119af67367ad509e0c649ecb 2,556 1.00/1.00 vMB 155
496,240 496,240 0000000000000000002c6b95dfb4a3dd457aaaad6446f5da4334de0e2df1117b 2,873 1.00/1.00 vMB 160
496,239 496,239 000000000000000000c51e5b04faa7b6b0b7b3278055aa0c861680c5592e43ef 2,871 1.00/1.00 vMB 171
496,238 496,238 000000000000000000181b21efecf606e6aa2ab8aa44fa03e589a27ec7b3a277 2,758 1.00/1.00 vMB 182
496,237 496,237 000000000000000000bb1449074bc6a631530e8bf7410d9cecea3f8606a2c619 2,926 1.00/1.00 vMB 151
496,236 496,236 000000000000000000438e346158dec912d4f776fd6e1cb8ea9cea4e54d73b61 2,899 1.00/1.00 vMB 185
496,235 496,235 00000000000000000061b553c2c8e328d08b7e0a911dc0b50d8cfe04df130e78 2,817 1.00/1.00 vMB 195
496,234 496,234 0000000000000000003fec1e47c129256990701d9a952d21bcf74a703d574f49 2,356 1.00/1.00 vMB 101
496,233 496,233 0000000000000000001521f7b650b1053f38678e813b187178287ccd920cfb65 2,750 1.00/1.00 vMB 109
496,232 496,232 000000000000000000c021ec585798e776e0d4dfebf90b684fa91a9c4c9c0da1 2,119 1.00/1.00 vMB 106
496,231 496,231 0000000000000000009626dbde3c45a8ec2c4f9405c2872859ea0a837eb4dcf0 2,532 1.00/1.00 vMB 124
496,230 496,230 000000000000000000aaa361bc9cc2dbdef92d0d68d34fffe445236b548ea5d6 2,130 1.00/1.00 vMB 122
496,229 496,229 000000000000000000b507cb3d0f8aa6a6a351bb7dbab00e1fcd52afb6cf658e 2,644 1.00/1.00 vMB 147
496,228 496,228 00000000000000000031a053c648fe5c6fed705ad100557c023eec41b8304845 2,635 1.00/1.00 vMB 144
496,227 496,227 000000000000000000be5b3c7de0af58ef31b52ad2b770013518136961fe94ac 2,876 1.00/1.00 vMB 161
496,226 496,226 000000000000000000abfb95993678fa2d5633677954c41abf361afc66c142ca 2,828 1.00/1.00 vMB 169
496,225 496,225 0000000000000000004d790271bda33f3363b5493b6220940a9db693efecfe8a 2,228 1.00/1.00 vMB 216
496,224 496,224 000000000000000000bd308a71ed09ae21d82eec69cf830084f55fa0753975aa 2,944 1.00/1.00 vMB 146
496,223 496,223 00000000000000000002ce0d6a7c2b23a85b7f45405b5c252af528fdbe534b78 2,790 1.00/1.00 vMB 158
496,222 496,222 000000000000000000cf216da4530a1323979ef43997c48b9898a881c7b4712e 2,306 1.00/1.00 vMB 189
496,221 496,221 000000000000000000a5ad73bcb26c323e2053f4f46c54fafb6463ec7bf9ae5d 1,876 1.00/1.00 vMB 256
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.