Loading Tool

Explorer IconExplorer

Memory Pool

25,424 transactions
27.07 vMB
0.05723570 BTC
Random Selection Loading Transactions
Max Size: 129.16/200 MB

Candidate Block

Mining Attempt 6c9a3b86aa4d0a765c2dc7d20a8b11f606231a5bed1d671733b511a9b082d8f5
Version 20000000
Previous Block 000000000000000000018fb79d5173be06525e6c5fc244e12c94fbc59d8d7c1c
Merkle Root a0694ac004cb9f6d59f58bb4c98c1b942c2e6d7c14af748bef269b2bd32814bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,002
Size: 1.00 vMB
Total Fees: 0.00607590 BTC
Feerates: 100.46 > 0.61 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,485 (271,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,704 642,704 0000000000000000000428dd545ceb4b625cc8ee7a9285a21c714af8eec35f2f 2,444 1.00/1.00 vMB 21
642,703 642,703 0000000000000000000b06033ebb629e75396f236c9bddc792511c9e5d63fb42 2,958 1.00/1.00 vMB 23
642,702 642,702 000000000000000000039d4ee98e61e6e9b1c9a7d18b5a8e216b46c5bade6324 2,035 1.00/1.00 vMB 97
642,701 642,701 0000000000000000000bfc0340b4c956fbe50ba31a50aae31f25feab2c536e3c 1,838 1.00/1.00 vMB 22
642,700 642,700 00000000000000000002841d037d508c5109c593519e589e58dffcc625103bb1 2,747 1.00/1.00 vMB 134
642,699 642,699 000000000000000000027d5001ad47d706f37bf70d186e4db018f6a7e30c4114 2,249 1.00/1.00 vMB 82
642,698 642,698 0000000000000000000be5c86f0156f576bce00e74f4de293d715f95916f5104 2,910 1.00/1.00 vMB 126
642,697 642,697 0000000000000000000da787646b9280fe12fe15b244c3b821b9de6101611211 2,426 1.00/1.00 vMB 107
642,696 642,696 000000000000000000046d382805fcc080237c1243416a685373a321ef245185 2,800 1.00/1.00 vMB 153
642,695 642,695 000000000000000000077299d9d3dcd0cccba99305800ad8aceb4c6f7d147115 2,188 1.00/1.00 vMB 150
642,694 642,694 00000000000000000007350d4150f2959f6b522aadf5bfe531963ae46e2f3fb9 2,351 1.00/1.00 vMB 61
642,693 642,693 00000000000000000003de666292b2b02a963ee39306f5b22f0bfefb6b8831fb 2,560 1.00/1.00 vMB 79
642,692 642,692 00000000000000000004801c01921d3a2bc37e55d4d06ff75cb1264b688ca797 1,454 1.00/1.00 vMB 18
642,691 642,691 0000000000000000000b5fa819ab6cf89273562ee4ef229b5c5f424b768208ff 1 0.00/1.00 vMB 0
642,690 642,690 0000000000000000000f1aa157aef0825692f33b4871db283750ef36a8f24c7e 2,143 1.00/1.00 vMB 49
642,689 642,689 00000000000000000002dd2efb856cec01f5ee73e73bea1ae45d1b0cde8e7f39 1,749 1.00/1.00 vMB 10
642,688 642,688 00000000000000000004d90994852d8009189fee6426e014dfe9266f5b175e09 2,637 1.00/1.00 vMB 101
642,687 642,687 0000000000000000000adedcdf8a49af1796539510322e41bd55a1f7804b8e63 1,123 1.00/1.00 vMB 11
642,686 642,686 0000000000000000000a16c3d4e8b43a2291e33e1906cb7c57e6cb8bfde18737 1,909 1.00/1.00 vMB 13
642,685 642,685 000000000000000000018c09abd740ee85665df9e9a68d761247c1cf990cf43e 2,378 1.00/1.00 vMB 121
642,684 642,684 0000000000000000000355e8e7863737549844ecb3b315990755343ff6077385 2,381 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.47 GB

Node Details:

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