Loading Tool

Explorer IconExplorer

Memory Pool

10,124 transactions
9.77 vMB
0.03020853 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.75/200 MB

Candidate Block

Mining Attempt 23992cdf7c22229565d2539285f04c9e081a4b71031d8eb49ecf44fd45b4637b
Version 20000000
Previous Block 0000000000000000000129ec247556291a40ed8781091094ef7cabc011ad57bf
Merkle Root 0828fced0d0cde7c1223c316ace639a736721723c9b946f5f7f18a8d329e2d5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,391
Size: 0.99799125 1.00 vMB
Total Fees: 0.01560256 BTC
Feerates: 100.29 > 1.56 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,804 (772,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
141,702 141,702 00000000000001b04fbf65ea5e966c6215d33c54f4b4f4aa4ab2e90813ed51e4 76 0.05/1.00 vMB 198
141,701 141,701 000000000000049f8c8d73171a48315cb9782861071116619c976ff8b248e74f 13 0.02/1.00 vMB 96
141,700 141,700 00000000000000e5749d915547827d7be51b845cd921987aaeece329bbea2538 90 0.03/1.00 vMB 50
141,699 141,699 000000000000060fa7d4b521564ba0cc1f16dc6bf32d2074fb9b73b32095b942 67 0.02/1.00 vMB 150
141,698 141,698 000000000000011f76b7ac6e9c8f208d07225d6dd06e59b64916d45a88f60e3f 21 0.01/1.00 vMB 50
141,697 141,697 00000000000008f2069d4f52b9ceea58da0e4e6a3fc859b98eabb040325f083b 15 0.01/1.00 vMB 64
141,696 141,696 00000000000007ccf2e8345c43b1022d5a2bd30ea3fed35388484cdbe80e5203 17 0.01/1.00 vMB 403
141,695 141,695 000000000000043713cc0a88ad1d3fbe1973b343943bf2a1417215fcd62c5f25 15 0.01/1.00 vMB 42
141,694 141,694 000000000000018b9132af2dfb41a43ee894f478c6ac02181c0f151e1e608ebc 78 0.03/1.00 vMB 204
141,693 141,693 000000000000000716142fc84defaa48c95792ff79d6e785c733312ba568a58b 142 0.05/1.00 vMB 68
141,692 141,692 00000000000000229946958a136400e36b760eb1735f41702f70e8cc4af98554 8 0.00/1.00 vMB 279
141,691 141,691 0000000000000197fee14be3669370e9447909bbae6b474f37e7bad58d1a1695 14 0.01/1.00 vMB 170
141,690 141,690 000000000000064dc19dc0fa00fe2018b667cbc4aece2358958afc97f02f6098 65 0.03/1.00 vMB 61
141,689 141,689 000000000000087131d5c1f6aeeb30488e5d4c21bf45a53117ca68ff165203b6 29 0.02/1.00 vMB 97
141,688 141,688 00000000000002bac69531f33e7381a2692ebacefba35d2e14523ef9c9f2ae51 37 0.01/1.00 vMB 486
141,687 141,687 00000000000002b240537c5558194cd37661964e02e68847c3a6141a5d54b91f 13 0.00/1.00 vMB 64
141,686 141,686 0000000000000112448f9003fadcd1d50152a42c0d9315906c5480b7ae472faa 10 0.01/1.00 vMB 53
141,685 141,685 00000000000008c97a7481a0d81a92b3266f461cd1c89ce9583b1cc18b5a2c20 114 0.04/1.00 vMB 58
141,684 141,684 00000000000003c2f4b4b9cb4ceb85ec5b864204addb7979bc4d3dc5b006547f 86 0.05/1.00 vMB 384
141,683 141,683 00000000000007e299ffd7896ae5a923d499fa544a708186dd66c8402d2eec50 29 0.01/1.00 vMB 132
141,682 141,682 000000000000047eda34e4a1633cdda858034b6166783bcde4552e7c98a26cbf 99 0.05/1.00 vMB 204
Previous 10 blocks ↓
Total Size: 780.27 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: 515.78 GB
    • Received: 4.38 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.