Loading Tool

Explorer IconExplorer

Memory Pool

16,683 transactions
6.83 vMB
0.05162490 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.54/200 MB

Candidate Block

Mining Attempt 671208cbb428355e38d08c61083f483fff13d271d2e48cefad7010a2499d523d
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root 6cdfe8ce4cd49aac56dcade5bbed314f20214ce3280a079ae8fa88bc5081277b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,734
Size: 1.00 vMB
Total Fees: 0.03376273 BTC
Median Feerate: 2.86 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (709,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,758 203,758 000000000000029f156e77b31d8ddffc1a74e999225b19323e012a6f6e9b4982 278 0.11 vMB 200
203,757 203,757 00000000000004ce8fedf199ccf99a4b72d1ec37bb15998b42a141c456f62caa 257 0.10 vMB 149
203,756 203,756 000000000000016cc3c73936c72f38f5b7814b09f1184e71a802c5f3ecafdefc 107 0.05 vMB 252
203,755 203,755 00000000000002bf7cff7c2c78f4d6d59d49b79c626c2606c9c9947f8268201c 7 0.00 vMB 35
203,754 203,754 000000000000033c2bc29620ad85eea9c42717596baaa3e25c6e374102f20656 16 0.02 vMB 34
203,753 203,753 000000000000037b7a01e5390258b43588beb668643be905349c78974bdd1164 140 0.10 vMB 112
203,752 203,752 000000000000021b29fdce1073a9489f3cfae68d1a936b3c426eaafc5b817259 107 0.05 vMB 59
203,751 203,751 0000000000000241cd357de99eb5b3f13a4e3abf93f0bee9cfe938041023d801 200 0.10 vMB 196
203,750 203,750 00000000000002f4474d6dcde8b51a182da8f58e6c5f693cfb223966a946d85c 95 0.04 vMB 119
203,749 203,749 00000000000002c0cab6b761839ef23277c06fd2d2ad0a03501dbe3dbac0016c 194 0.09 vMB 218
203,748 203,748 00000000000000d93d75dbac82f68aee5cdf5f3b3863d52d1c3542af70e74b74 51 0.03 vMB 225
203,747 203,747 00000000000005193e50c6a179322e45263c31d9f54c965e9f9644783a2107f5 17 0.01 vMB 79
203,746 203,746 0000000000000242386b39db7950b6c5cd6505953416568f4fb147571b0bd7ba 127 0.06 vMB 159
203,745 203,745 000000000000004ad938cc57e3188deac232cfad77c84f8a7d1e842a5deaca79 267 0.14 vMB 261
203,744 203,744 0000000000000322afe4290a0d81d110e1a3a07dab3f7642d33d0f64dc885d19 54 0.02 vMB 335
203,743 203,743 000000000000009e4850348552fdb599533a11f6101eb9bc5920a0873a96065c 66 0.02 vMB 132
203,742 203,742 000000000000023948e31dbae92ff66471fd95b21ea9f5bd2fd64bda77756538 205 0.07 vMB 34
203,741 203,741 000000000000037ccbe8898382e19c994552d077af87ce770d790f970e4d73e9 142 0.06 vMB 264
203,740 203,740 000000000000022487ff34705bbddfedcdb2f9d6aada9e62691aac3a46eff781 238 0.14 vMB 92
203,739 203,739 00000000000005594eb625114fa818dada347cf9a269419230643eae2fde1629 626 0.25 vMB 218
203,738 203,738 000000000000038000f7a97b68858c53233baff078e649efb9dc92b293797724 127 0.05 vMB 203
Previous 10 blocks ↓
Total Size: 779.66 GB

Node Details:

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