Loading Tool

Explorer IconExplorer

Memory Pool

84,727 transactions
31.63 vMB
0.10850793 BTC
Random Selection Loading Transactions
Max Size: 193.90/200 MB

Candidate Block

Mining Attempt e7d9f5744aa0f17a6c7631fe155a98194eb1b5f42d97eb97d1c87f07108e1094
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 5d2ef9f72a6ca999f7e93a6ef3463d1741e817857bc864fe4503ab184aab9372
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,688
Size: 1.00 vMB
Total Fees: 0.03469146 BTC
Feerates: 301.57 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (75,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,540 839,540 00000000000000000000aa4edf0fb2de0cfa915f0670bdabdf9c2d71a332feaa 2,193 1.00/1.00 vMB 30
839,539 839,539 000000000000000000033411cb560fe4fc90f05e5bcf41ed583c127a51fc3ddb 2,002 1.00/1.00 vMB 35
839,538 839,538 00000000000000000001df2712671a2fb9a5506d0da821fb990b26f91fc488d1 2,713 1.00/1.00 vMB 36
839,537 839,537 000000000000000000008e6d1f7f85ccefa42eeaacd996b9eb5a7b793f5c5b44 2,759 1.00/1.00 vMB 41
839,536 839,536 00000000000000000000a5f36b312cdf97effc86a0a7b00384bc13a49dd1f07a 2,818 1.00/1.00 vMB 42
839,535 839,535 000000000000000000005a37ffec4849ab39fa873b8f3091f36bee8631f8ae7e 2,978 1.00/1.00 vMB 62
839,534 839,534 00000000000000000002a2110ff57d7f614a230e337b506d4564ab5ec977bd2b 3,198 1.00/1.00 vMB 76
839,533 839,533 00000000000000000000a64601ccfec0ffd24b325943b87022abd322ae35bbd5 2,470 1.00/1.00 vMB 44
839,532 839,532 00000000000000000000475e0a47342c754931615c06aa64af5cd4d2bd9317a8 2,363 1.00/1.00 vMB 36
839,531 839,531 00000000000000000003361d2823aae7f8c3ae0f567a6f3d66f7352ae406fbca 3,185 1.00/1.00 vMB 43
839,530 839,530 00000000000000000002f99967d4aaebaac89b2b1fafdac1c3ea1de3a035871a 3,659 1.00/1.00 vMB 89
839,529 839,529 0000000000000000000330586ef1577def4246f5900bd8b6bc01ce562172b258 2,272 1.00/1.00 vMB 31
839,528 839,528 000000000000000000034158a91c1876f5fc2add1e69641e908956ac9de45b93 3,251 1.00/1.00 vMB 59
839,527 839,527 000000000000000000000eeb33b7e6f46be19e673bf214c1a4f87bfd0e5e0a29 2,867 1.00/1.00 vMB 60
839,526 839,526 00000000000000000000e0e2723367725406e525393b55383cec815adf5244db 2,580 1.00/1.00 vMB 34
839,525 839,525 000000000000000000002ac2d8c4c6547a6f63584a326b4d325a02725a460991 2,207 1.00/1.00 vMB 34
839,524 839,524 0000000000000000000225312a8bc14c303f43753c2f4d670d4b536acc0e54d0 3,370 1.00/1.00 vMB 76
839,523 839,523 00000000000000000000bb92b1406fa2902380b878329c8c161a9ff1d0bf2e69 2,371 1.00/1.00 vMB 52
839,522 839,522 00000000000000000002c84a7adf2dcb65a0bdca9732f01fd9a1d6920f14c0c3 2,291 1.00/1.00 vMB 41
839,521 839,521 000000000000000000029c679bb43c8a75ef9d5cf2fbc82f4f05e32699c819d9 3,014 1.00/1.00 vMB 59
839,520 839,520 00000000000000000002962115393f73406e18a3544a725f52a46d2d3469ef51 2,485 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.59 GB
    • Received: 16.92 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.