Loading Tool

Explorer IconExplorer

Memory Pool

45,977 transactions
20.80 vMB
0.12477722 BTC
Random Selection Loading Transactions
Max Size: 117.68/200 MB

Candidate Block

Mining Attempt 6b657a2df187db3ec1c18855e90539808518225ca5b00704b716ed54edeedde6
Version 20000000
Previous Block 00000000000000000001427ffb51b57d5795d5553738181e12cb53c41c247693
Merkle Root 9df8d73e4a9fce99dc5de4b5cd89a0b256178d307d5f126f0e930846bfe08cf1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.08070090 BTC
Feerates: 502.67 > 8.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,057 (787,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,863 126,863 0000000000000d9da2bbcef2d32e26703bbab2f30a90a8866dae6f45a0b66c24 29 0.01/1.00 vMB 130
126,862 126,862 0000000000000c4b65ef00093b384e61092ff7329998ce2e22e485fa67385773 45 0.02/1.00 vMB 270
126,861 126,861 0000000000000a569d93bcfdd95dcb467d6be8d6d360d8bca42fd199bda58cca 10 0.00/1.00 vMB 3,364
126,860 126,860 0000000000000584f15d4abe8da07b23c6ce66d0f1a4d8665f527ef99e34ba05 12 0.00/1.00 vMB 343
126,859 126,859 00000000000030d78d28ee03d7998e31ae644d57bb08a16f2996a85a9fc61806 11 0.00/1.00 vMB 1
126,858 126,858 0000000000002cc97367ef3994417d78f4e168318a9f85cb563a5babc55aff33 17 0.01/1.00 vMB 813
126,857 126,857 0000000000002a0687032b45dddba9fc7ab7dabfe6cde34d29c9d800be8d186b 50 0.02/1.00 vMB 462
126,856 126,856 0000000000000a0e267d05c411e6277efa4d27a24a56f1fe681d4db79a7bcc56 12 0.00/1.00 vMB 1,372
126,855 126,855 000000000000252fa92d369e7692707b5b47187cef246a12d5ee2aa303fcbaa6 15 0.01/1.00 vMB 1,137
126,854 126,854 0000000000000c23cf599fdb84e7eabd35dcf6f2978ccef8d5f2eb0ed09327a9 13 0.00/1.00 vMB 103
126,853 126,853 0000000000002b07237c8c0c0c5d541f81cbacc0161d1f1035270c163ea2d89e 22 0.01/1.00 vMB 665
126,852 126,852 00000000000016b8d6bd883833cf73c0489d81e1b6207d14b8c833009584134c 15 0.00/1.00 vMB 401
126,851 126,851 0000000000004043884d0b31c8680c7c792d9103c6b24244b898e9f498ee77b7 39 0.01/1.00 vMB 1,512
126,850 126,850 0000000000000ca3ed904ec2245c7662beb946ff501413c9ee7511b8ba6403a3 6 0.00/1.00 vMB 55
126,849 126,849 00000000000038b2704657074046ce01638031ac91d0aa131b0b55dc6bcc1eb5 12 0.00/1.00 vMB 881
126,848 126,848 0000000000001510e9798a2c34b44598fff33397573f0abfb8936add93143707 9 0.00/1.00 vMB 765
126,847 126,847 0000000000002645c1e8072caa35c6b1068abd2fe020a64c09eaa8ad3a89d2c8 20 0.01/1.00 vMB 676
126,846 126,846 0000000000002effc71d57fabe94f6f233fce572e1c41122119d4736b49257af 48 0.03/1.00 vMB 320
126,845 126,845 0000000000001407d375668705bbd8596f2899d332d4ee7fa572f2fbd880655e 18 0.01/1.00 vMB 761
126,844 126,844 0000000000001c36283ae97f01fced49dfbbb61bb5153defd5809c2496dda3d3 8 0.00/1.00 vMB 1,119
126,843 126,843 00000000000013c3607295e762b9457560184ceb3f0770247dc78b95d2af0f4c 20 0.01/1.00 vMB 286
Previous 10 blocks ↓
Total Size: 780.70 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: 554.62 GB
    • Received: 6.75 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.