Loading Tool

Explorer IconExplorer

Memory Pool

80,989 transactions
30.29 vMB
0.07654050 BTC
Random Selection Loading Transactions
Max Size: 185.73/200 MB

Candidate Block

Mining Attempt 903f7f48f744d306692a2b41a46cb78a35e82207f53a02f80f7ec6948b763058
Version 20000000
Previous Block 0000000000000000000116eb891d68bf2fdad711435d1f341894a942ec650942
Merkle Root 71a354a34340e8239a970129a967dc2591e8192e2b482f725f2b5955a124698d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,630
Size: 1.00 vMB
Total Fees: 0.00892190 BTC
Feerates: 60.11 > 0.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,360 (408,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,645 506,645 000000000000000000383e5aff6274cff10f59fa52947f2596f4df0c093f5e48 1,930 1.00/1.00 vMB 120
506,644 506,644 00000000000000000045dffec9e34986eaf8f00f09abaf35e6466cb8a2481904 1,829 1.00/1.00 vMB 38
506,643 506,643 0000000000000000000a220be7bf2f80f1e6034803ef49cc239974d4626ad673 1,445 1.00/1.00 vMB 87
506,642 506,642 00000000000000000064da61afd140ad94b973d5d355e653111c04edba9ea625 1,293 1.00/1.00 vMB 91
506,641 506,641 0000000000000000001fa5d09e69a011c7a1f67bb71a76f08694ef7477848de7 2,190 1.00/1.00 vMB 190
506,640 506,640 00000000000000000051e7c74af35b4113eba79e58baa46f6d94eff96d7e2382 1,695 1.00/1.00 vMB 100
506,639 506,639 0000000000000000006aec4471c8f379f692c72b462276d9d03a5aee2c7f55be 1,722 1.00/1.00 vMB 122
506,638 506,638 00000000000000000007d0af3d5c0956ec9ec7fa3e21011737b136eda9218c2d 2,737 1.00/1.00 vMB 219
506,637 506,637 0000000000000000003a12e989e605dcf2ad2790d99c730f3363f318f45ff128 2,397 1.00/1.00 vMB 272
506,636 506,636 0000000000000000003a575a119c69c9d4850172b9017a7d6ea7803b9a9744a3 1,287 1.00/1.00 vMB 69
506,635 506,635 000000000000000000254d01e7f0d550506ae1d23be0d255e9e650ecbe887e6a 2,420 1.00/1.00 vMB 164
506,634 506,634 00000000000000000035353eccc8a83d4ce1978f84fd9dadc524826fbb15dd63 1,730 0.81/1.00 vMB 116
506,633 506,633 0000000000000000000c6d2dd3be8d45486b9106c0f0d7ae1d4ad100e7b4684a 521 1.00/1.00 vMB 40
506,632 506,632 00000000000000000019efd664a9c6e5a55aa0176d230eb09e422423d61259f4 587 1.00/1.00 vMB 49
506,631 506,631 000000000000000000123a462fa0023afc430ce256d939279529c37dc98a14df 943 1.00/1.00 vMB 27
506,630 506,630 0000000000000000005f4b604979ea78d3c532962ca644b1bc5c7d6e24daaa0f 1,434 1.00/1.00 vMB 43
506,629 506,629 000000000000000000466bb03cca230d2ab17c7932dabefa73b5f55a4c5c0bdb 1,239 1.00/1.00 vMB 70
506,628 506,628 0000000000000000004c87674a5b51d6f09a9dc9adfba4c3892d7ea9d679b9ee 2,259 1.00/1.00 vMB 118
506,627 506,627 00000000000000000031a8bf543031f89b7a2a445d5b872883b2b5375c251571 2,285 1.00/1.00 vMB 226
506,626 506,626 0000000000000000000302ec129dd4061c3e4311cd9017afb8f6d0bb1cdcd334 2,109 1.00/1.00 vMB 200
506,625 506,625 00000000000000000003f008e3799cbcebc94df5ac1e1a031991ad07802bf33b 1,545 0.89/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 783.01 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: 718.94 GB
    • Received: 18.00 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.