Loading Tool

Explorer IconExplorer

Memory Pool

82,228 transactions
30.24 vMB
0.16939416 BTC
Random Selection Loading Transactions
Max Size: 181.84/200 MB

Candidate Block

Mining Attempt c0a2ec0845999b639cb5415b741ccd0a9b655da248bc62479aef6286533de642
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 2b1eb446989de5acaa5b47f2e0d8228cef6a9c7b34c6dfbc235b67274aff3d01
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,949
Size: 1.00 vMB
Total Fees: 0.06443986 BTC
Feerates: 1,002.91 > 6.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (189,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
725,752 725,752 000000000000000000002f7513d27fcb484a7d5a27411e8c534810f2312660c4 2,542 1.00/1.00 vMB 7
725,751 725,751 00000000000000000004dd3f5b6a5ba5217395bc878c8d4017b503495f7220d8 2,582 1.00/1.00 vMB 25
725,750 725,750 00000000000000000007c133a0665c9a1b95687008c2cf75285a7abc0ecef3c1 2,863 1.00/1.00 vMB 17
725,749 725,749 00000000000000000001912ac91e344f7e517e15a3f298edf0307f77d0f805ae 3,045 1.00/1.00 vMB 36
725,748 725,748 00000000000000000000c25f65b2a6ef6834b334e8067529ff088d6db43f1bc0 2,203 1.00/1.00 vMB 24
725,747 725,747 0000000000000000000331f09a6583072ad53bc26b96879c5a156acf0dd82c63 584 0.26/1.00 vMB 15
725,746 725,746 0000000000000000000159ccbc7ce62ba1f7f82f42de83a7fefbcfee8327253d 1,881 0.93/1.00 vMB 16
725,745 725,745 000000000000000000041cefb3b4e0cda5272e01e18c5ec938bf28b745613e42 626 0.75/1.00 vMB 4
725,744 725,744 0000000000000000000185ab0e39dbfdefd69efcd2ab0b9f4a5ec581dd87b2f7 1,997 1.00/1.00 vMB 13
725,743 725,743 00000000000000000004fa8c57512c0c96e50a05163e0d3b26f6deec96440658 1,481 1.00/1.00 vMB 8
725,742 725,742 00000000000000000003078077d2444accce865eea91627e710d8320c120c3e9 1,272 1.00/1.00 vMB 18
725,741 725,741 000000000000000000066eea5a8872320a76ca8072afac2f87f63a3decf0be1a 1,542 0.72/1.00 vMB 13
725,740 725,740 00000000000000000004ccd00aa8f70198023d3a49f5a5c76cf26fe5bc5db9b7 279 0.15/1.00 vMB 3
725,739 725,739 00000000000000000000e652c5081568a51881369cbe4ebfd4e651bc185a3aeb 2,080 1.00/1.00 vMB 8
725,738 725,738 00000000000000000004e21ec1089d7f6782a7fa303a6d29da86e20b67530b9c 2,534 1.00/1.00 vMB 6
725,737 725,737 0000000000000000000714cc251e52690b22e7c22f97da8945d04af7f230cdf2 2,294 1.00/1.00 vMB 39
725,736 725,736 00000000000000000003b57a56a69b4ef4206a486cf16a0f97cdb03228f3ca54 2,120 1.00/1.00 vMB 14
725,735 725,735 00000000000000000001e724aa059fb4d668ccf40599ab166ba15231c8811dcb 3,000 1.00/1.00 vMB 26
725,734 725,734 000000000000000000009b38860fca41c7808fe044b0b0a380141b54fe568e00 1,435 0.49/1.00 vMB 15
725,733 725,733 000000000000000000016e39a9d5c18dd4be43fa6068c90c7acc4bed09f03beb 1,830 0.62/1.00 vMB 13
725,732 725,732 00000000000000000004cb056d1bf0c1645a1bc4043566048b24876f9a281720 1,268 0.44/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.