Loading Tool

Explorer IconExplorer

Memory Pool

78,974 transactions
29.66 vMB
0.09127955 BTC
Random Selection Loading Transactions
Max Size: 178.92/200 MB

Candidate Block

Mining Attempt 67ffe74a2dc4ab6e9efc3fc7430f32d59f5d293e0436deabac9db18788b313fb
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 0fb52bc5416417283590d92ad92823cb203b557a08fd2910a5a0c10e01d70e88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,550
Size: 1.00 vMB
Total Fees: 0.02574453 BTC
Feerates: 251.00 > 2.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (251,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,473 663,473 0000000000000000000322a841dca6a6963ed18fa333364a39733357424970ce 2,368 1.00/1.00 vMB 36
663,472 663,472 00000000000000000003cddc3d44128a09f4267624c67164508142ce9305d030 2,666 1.00/1.00 vMB 26
663,471 663,471 00000000000000000004685b955e9c9c0448a7ee6b5962113326aba5d4af1e3e 2,131 1.00/1.00 vMB 21
663,470 663,470 0000000000000000000a943513c1d9dd81b8ce74a66b07e296165f55ebc55e6d 2,471 1.00/1.00 vMB 48
663,469 663,469 0000000000000000000c94714723979e15bfd178a67b7712cdf6fe38e5df1929 2,593 1.00/1.00 vMB 21
663,468 663,468 00000000000000000009e3362af09062874789ed1bb76f0c424357b6f647dd4a 2,223 1.00/1.00 vMB 32
663,467 663,467 0000000000000000000e031356504b9bdff1421d3de424a77b5f46672385aa55 1,976 1.00/1.00 vMB 55
663,466 663,466 00000000000000000001647972789e36eac0cda64a9bac3df0c22aca173c4faf 1,960 1.00/1.00 vMB 64
663,465 663,465 00000000000000000000aa9396430c7e531e2add394184108cfc79d978b66c42 2,282 1.00/1.00 vMB 86
663,464 663,464 000000000000000000023eaf4eb39f96390b6dbe27325727dcdd069061a0b824 3,051 1.00/1.00 vMB 105
663,463 663,463 0000000000000000000ce9330ae069bf0e84126b156025a348cb50855c41f1a1 1,569 1.00/1.00 vMB 82
663,462 663,462 0000000000000000000e24af82ecb89ec003b0d543d5dcd6a0c8a29586648220 1,313 1.00/1.00 vMB 51
663,461 663,461 00000000000000000003b5f2dcde29d8ff54d09807ee77437b1c067edacf42d6 1,828 1.00/1.00 vMB 46
663,460 663,460 000000000000000000093e58579bdad88dd5aaeb8108fc3964b369e9a3a5a0b2 2,230 1.00/1.00 vMB 49
663,459 663,459 0000000000000000000aaf53dcf4ea1180c46b6e02a3025ef5c628437865d710 2,104 1.00/1.00 vMB 80
663,458 663,458 0000000000000000000948db83841b18fdeeee1aa1f8bf8881b2c351b336c27f 1,228 1.00/1.00 vMB 48
663,457 663,457 00000000000000000005194b1728dd30f2d4400369d912dcbc0a9f8aa29715d9 1,728 1.00/1.00 vMB 69
663,456 663,456 00000000000000000005fd615b3722e74b0b3ebccab1b61e4fc2d4e07a3be70b 2,379 1.00/1.00 vMB 113
663,455 663,455 00000000000000000001d19f88e3bb2af7ee165ae731f14fc1ff0f5558aa6cb7 2,203 1.00/1.00 vMB 84
663,454 663,454 000000000000000000022e7b27a1da44b018c54853898ec78a05a22dfa082d3c 1,471 1.00/1.00 vMB 40
663,453 663,453 00000000000000000009dd0fd81ee5b4c37ea0e7855bde1fcf0ee9e59d877f63 980 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.