Loading Tool

Explorer IconExplorer

Memory Pool

14,996 transactions
6.64 vMB
0.04151579 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.77/200 MB

Candidate Block

Mining Attempt 69022d2a78e49cfd6917002d456ef12e5c7d66d981e301ebab6118723401804c
Version 20000000
Previous Block 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150
Merkle Root 2951d560ee7c78637b53166ce5aa1d4cbff463dff2f881c544e2f06fe1ac4c67
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,282
Size: 1.00 vMB
Total Fees: 0.02658482 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,458 (649,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,341 264,341 000000000000000d333c3922a374f68e2b61a880ded70b46db9b5bb24567e666 311 0.15 vMB 49
264,340 264,340 000000000000000bb9ff9d40c972a44ce9f7fe91310f17004372ff5c853d98b7 101 0.06 vMB 72
264,339 264,339 00000000000000015c76420c648c2487d76a0dcd185e5458287574bd0c431e46 324 0.15 vMB 93
264,338 264,338 000000000000000384b66c045a5885bccb0061b475547af5d8df1865933bd897 201 0.08 vMB 79
264,337 264,337 00000000000000098695b57157b155fd82214cdfb570487d27230e8ffe7a9304 97 0.04 vMB 29
264,336 264,336 0000000000000001621297df0456d069f31507559bf47405c0695185199d3ef4 312 0.13 vMB 98
264,335 264,335 000000000000000594d226ef53d6cc77a15d4a955f08fba3ffc70f185ddc87fd 376 0.21 vMB 80
264,334 264,334 0000000000000001987155c7438ac4bcafba00f31800f77e36e698d6509fb2f0 544 0.21 vMB 93
264,333 264,333 00000000000000089f1d4bfa0252212e5ab240cb117dedc8f2b9c9a495f3f637 411 0.16 vMB 99
264,332 264,332 000000000000000aa7837dc1dde950f699d0bbdc6700dad2f3f6b8b465363316 597 0.25 vMB 246
264,331 264,331 000000000000000c674e83b7f67ed0ab444235daabc0052bcdd6893285c8c05e 302 0.12 vMB 80
264,330 264,330 0000000000000000ab296dd40b774056f54761e21ab08f51eccb077261ffc6a1 553 0.25 vMB 98
264,329 264,329 000000000000000b284377fc41b34e209be7b91e3d4d9ca4a2a0f2522e3e9b0a 570 0.25 vMB 93
264,328 264,328 000000000000000d7fa4d8b6e355ff63f9ce37d5c9e64e83f770652ec2ae5198 353 0.15 vMB 90
264,327 264,327 0000000000000000ca52606e309a3c9397e783e6155f9402a5e1df4893b5574c 362 0.19 vMB 67
264,326 264,326 000000000000000178b6bc3ba171f0fe7d9baa7efb4c679fe687a23a441d67c8 752 0.32 vMB 105
264,325 264,325 000000000000000a6ee8944659e4b30b160595d5ba8da983a5af029595d3d0f5 74 0.04 vMB 28
264,324 264,324 0000000000000001c2b2aa7b1b9a938e38f7d1e67b12d02949d5d4c49e1eaa25 367 0.18 vMB 92
264,323 264,323 0000000000000000d8b82554052ee050f0709464c597ce0cf4d113da6c582797 134 0.11 vMB 39
264,322 264,322 0000000000000001a180f4bc0d1154f6063a9ee91bee2e996d0e8aa542865ce3 1,057 0.50 vMB 1,549
264,321 264,321 000000000000000f1bf184c793b73c8808db81406346c957feebaa41b24e724d 483 0.19 vMB 110
Previous 10 blocks ↓
Total Size: 779.66 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: 317.30 GB
    • Received: 1.52 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.