Loading Tool

Explorer IconExplorer

Memory Pool

78,527 transactions
29.82 vMB
0.07498072 BTC
Random Selection Loading Transactions
Max Size: 182.10/200 MB

Candidate Block

Mining Attempt 4df4c6a125ade5a31ab863d17206ec102f4fc51f527e6fc570330b10c17e2478
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root eed7069a859b1916ff634d6a6d463e86cc9dcd32d1ca7c7d34ebf25b015dd547
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.00873823 BTC
Feerates: 150.58 > 0.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (102,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,858 812,858 00000000000000000000c7bf22d9cf02a8f0fcb2dc22e76644f1d3729d7bd040 1,094 1.00/1.00 vMB 5
812,857 812,857 00000000000000000001877e766a1a7225c4589e2c866293b83165fbedb254bd 2,376 1.00/1.00 vMB 13
812,856 812,856 00000000000000000002eb6d94054ff428c9890ccaa82551fb111a0d400cca88 2,209 1.00/1.00 vMB 15
812,855 812,855 000000000000000000022d472dcc2835dd7cf6a401878e59e5b8d5d7db817248 854 1.00/1.00 vMB 3
812,854 812,854 00000000000000000003d63d89d30295b59b95f0bddb9d3304e70d0f1e64c010 1,975 1.00/1.00 vMB 13
812,853 812,853 00000000000000000003b717778e764b48fbf6cc97a89002adfce0b554441ca9 1,218 1.00/1.00 vMB 4
812,852 812,852 00000000000000000001b8bd32876d1d82663250ca9315a8083f2f86b8efff3f 1,356 1.00/1.00 vMB 8
812,851 812,851 000000000000000000021ec13e2254eddd2d0706b48368409995514891a2e78d 2,070 1.00/1.00 vMB 15
812,850 812,850 00000000000000000001d488f5982ce309b15e7e2ffd5732610151c110128230 3,425 1.00/1.00 vMB 18
812,849 812,849 000000000000000000046eaf7aacd4b9cbb6c458701ba97b73b068064caba5aa 2,933 1.00/1.00 vMB 23
812,848 812,848 000000000000000000037dc90d3f3b5a0dce6af00028a9a02ff3aae1dc75f3b3 588 1.00/1.00 vMB 4
812,847 812,847 00000000000000000002a35d622bd869834483b6d5b812c8e3ca2d52ab6bd2fa 1,919 1.00/1.00 vMB 9
812,846 812,846 000000000000000000008dc50a8a50064afc0a327c9553e484bc860a2726cfeb 54 1.00/1.00 vMB 1
812,845 812,845 000000000000000000017916315b12f68df15c0145a52fc270f5c6decb1c3f77 493 1.00/1.00 vMB 4
812,844 812,844 000000000000000000008212c71daffa8c55cfb54009a33a303a2a4d29a32320 546 1.00/1.00 vMB 5
812,843 812,843 0000000000000000000303481e525a7e73a5900b14b3241b31b2f8e4b1196caa 1,330 1.00/1.00 vMB 9
812,842 812,842 00000000000000000003a8fe8bc1b5498d666d0bcd85a2b7f6c0448326426c87 2,010 1.00/1.00 vMB 3
812,841 812,841 00000000000000000000bde9ac5a5a16f43b3a9f2decbd2100b42483d53c1eff 1,608 1.00/1.00 vMB 12
812,840 812,840 00000000000000000002e7d1cb4beb6ddbc9f8ee38601ba29d1fad925461c5ba 1,159 1.00/1.00 vMB 7
812,839 812,839 00000000000000000003b3aa3a744d769ac9b50c56bd1bd17d2d18fcbde70c87 1,677 1.00/1.00 vMB 14
812,838 812,838 00000000000000000002a1be95df628f0c0a8cb39279e6e5cd19088a86b6a16a 608 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.