Loading Tool

Explorer IconExplorer

Memory Pool

77,112 transactions
28.61 vMB
0.08890218 BTC
Random Selection Loading Transactions
Max Size: 173.54/200 MB

Candidate Block

Mining Attempt f85fba61e46c1d89df61824a08c52f2d62ce500df70c8d379af0466dd84a8300
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 4b366414501cba4c2d8458af274cb14db23f7c495a3846effe9904caa73142a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,980
Size: 1.00 vMB
Total Fees: 0.02325939 BTC
Feerates: 402.60 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (578,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
336,932 336,932 0000000000000000082714695eb4a58dced129d2d1650fbf62a57d12e0f94f36 169 0.07/1.00 vMB 35
336,931 336,931 000000000000000001384f97e228ed49dc6fa28bbd800f972108249fcb01fc71 901 0.43/1.00 vMB 27
336,930 336,930 00000000000000000a25d66f2c7b71b0ace7872df2ebbb53aaa41679051dcbf9 189 0.11/1.00 vMB 25
336,929 336,929 000000000000000007211e9321c58f799a8df37b04baec47a59c3ae464ee1fd4 56 0.05/1.00 vMB 17
336,928 336,928 000000000000000003f8b8030a7f97448006713098dc1de29432b9478a3ba87c 151 0.06/1.00 vMB 35
336,927 336,927 0000000000000000137821561a4d76e67386608496515a88096fdcc65f5ee379 256 0.14/1.00 vMB 23
336,926 336,926 000000000000000014644706bc35165a903b811843c9e1555ada4a264b6328dc 390 0.17/1.00 vMB 29
336,925 336,925 0000000000000000151a149cb5069e8d40012a2337309380c6a0187936476569 44 0.02/1.00 vMB 23
336,924 336,924 000000000000000017cde46758b137a21bfcb59de3866482d934e5f11bea3cd1 22 0.01/1.00 vMB 17
336,923 336,923 0000000000000000099bac77cc3e9700b3739d33d60cf023220494f8cc812209 795 0.35/1.00 vMB 27
336,922 336,922 000000000000000010f95e0fd632e0de7dcbeb5d1cf2b18ebc543cace6aab377 996 0.61/1.00 vMB 22
336,921 336,921 000000000000000011737f3c54252a8746f514c29db3ea9878c46f39d13ec996 638 0.21/1.00 vMB 38
336,920 336,920 00000000000000000003565c1c978f85944e222d6e9e65ed57488e34deed8774 831 0.33/1.00 vMB 34
336,919 336,919 00000000000000000e74924a279c8090f5fc61dd023487861bfb2459a14d6f32 374 0.19/1.00 vMB 29
336,918 336,918 00000000000000000454ab08e04f121ef161218c3a55372d5bf03f64c38512f7 469 0.24/1.00 vMB 34
336,917 336,917 00000000000000000b9b9da2c8a988baec59914d5683a9e73c622d0a484fe7b3 411 0.20/1.00 vMB 30
336,916 336,916 00000000000000000a8c57883e20a31f7168a838211e53d43737ae1f9693a055 479 0.19/1.00 vMB 35
336,915 336,915 00000000000000001812189fbf593189b08cb8c4be5c8923bd34d937871f567b 728 0.31/1.00 vMB 28
336,914 336,914 000000000000000007923c5d54173a2b8360fd3a211d5f7d26d28ac57f6732f3 256 0.07/1.00 vMB 45
336,913 336,913 000000000000000011db6d2d7846f6013c8fa97fa6018c1d8fb66f470d0b15fd 415 0.19/1.00 vMB 27
336,912 336,912 000000000000000011cb1055148671942fc66de29441a84052cba377bb20301e 50 0.02/1.00 vMB 30
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.52 GB
    • Received: 17.56 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.