Loading Tool

Explorer IconExplorer

Memory Pool

84,030 transactions
32.03 vMB
0.08924934 BTC
Random Selection Loading Transactions
Max Size: 192.84/200 MB

Candidate Block

Mining Attempt 759203dda07bcd991a3de20e561786ac96b2f9c689ac5aacbb761b6f2d754025
Version 20000000
Previous Block 00000000000000000001049e369aac2c4af01dc613ce7d208c3063e5755d3b19
Merkle Root 3c1d2d87682ff3b8308e1227558f8ce48a5527cb32e7058e603c6def84f8f564
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 680
Size: 1.00 vMB
Total Fees: 0.01262637 BTC
Feerates: 101.28 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,340 (485,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,635 429,635 000000000000000003a0935efd4ab8602400b8e9780418f1d328a2a2bfc59f46 1,124 0.98/1.00 vMB 37
429,634 429,634 000000000000000001476d01995ac7c472d9586ed1f74b95d2e51605df6c8d9f 1,647 0.97/1.00 vMB 38
429,633 429,633 000000000000000004b68c67bffa4c7af02f172364a130a5b9ee3d716d7a5be8 2,725 1.00/1.00 vMB 67
429,632 429,632 0000000000000000048e8ea3fdd2c3a59ddcbcf7575f82cb96ce9fd17da9f2f4 2,590 1.00/1.00 vMB 65
429,631 429,631 000000000000000001ae1320ab7969a9a663a833eca2d3ae8c93e8a159b121ef 37 0.01/1.00 vMB 52
429,630 429,630 0000000000000000043b1a0393cab9712e714b8fddbd20ed6002720e1276617c 589 0.29/1.00 vMB 44
429,629 429,629 000000000000000001af27feb303ad97af81a5882157f166781784c639f8e896 745 0.39/1.00 vMB 49
429,628 429,628 0000000000000000026d0d8fec1b79addf4cbea16bbcbcee7d8157afbb90c7c5 2,498 1.00/1.00 vMB 55
429,627 429,627 0000000000000000025a51123d21d21c39d08be3bf3e757793174d82b7d13358 1,085 0.49/1.00 vMB 58
429,626 429,626 000000000000000002a2eabce1add44a4cea1cc363d71bf2bd57ced72b758a44 755 0.33/1.00 vMB 60
429,625 429,625 0000000000000000029fcda9d0ae4f3a4154efa48db8e341b8ae4a6585cfc864 1,720 0.79/1.00 vMB 48
429,624 429,624 00000000000000000245bd2b1ae89ef6c7ad218252e12f6c0e238867a1c1e362 273 0.10/1.00 vMB 65
429,623 429,623 000000000000000000bf19676eadf871d7bc9c0ae344ab9f64819403a16a362c 374 0.22/1.00 vMB 31
429,622 429,622 000000000000000004cc31a0ef62d070804c3110a532149d2d6079b6e625e0a8 2,254 1.00/1.00 vMB 63
429,621 429,621 0000000000000000047944346d7796d3d5e2cbc970d3cee6b8e1587facde456a 1,003 0.82/1.00 vMB 30
429,620 429,620 0000000000000000002d80046f40c44febbd61b55f081a49a5a1f95ae01bc8e7 1,210 0.67/1.00 vMB 38
429,619 429,619 0000000000000000001d5afbb31316810822217cd53a61ca6fef062b137d4ec3 2,873 1.00/1.00 vMB 73
429,618 429,618 000000000000000004228b478200d6ad83ed204f41614f20435a2f3d51f47fce 869 1.00/1.00 vMB 31
429,617 429,617 000000000000000001b53761fcbfa1eb3422cae8c53bb5f69f59a6246f6889de 1,641 1.00/1.00 vMB 48
429,616 429,616 000000000000000002f2c8c2a966c06bd31fd6165468059967e8d6af6ba89dd0 1,640 0.61/1.00 vMB 62
429,615 429,615 0000000000000000021df9bc55da1f0c174922e5d74e0aefab3b104420958f04 844 0.56/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.98 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: 716.68 GB
    • Received: 17.81 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.