Loading Tool

Explorer IconExplorer

Memory Pool

75,079 transactions
27.20 vMB
0.06646635 BTC
Random Selection Loading Transactions
Max Size: 166.34/200 MB

Candidate Block

Mining Attempt 3def45233a136bc33ef81dcca658db64a62a4c91a40a25e9b87a8d3e48e2512f
Version 20000000
Previous Block 00000000000000000000a8c3ad82e11f794adea612cae12671f7bde0122f77d5
Merkle Root ed897d677a2b3c63f352c9b58c562e9f8f7ce089ddb875c694189d8f40cc9368
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,337
Size: 1.00 vMB
Total Fees: 0.00877229 BTC
Feerates: 100.40 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,322 (87,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,762 827,762 000000000000000000002854b769b4be5e4aa8f0653551609b9305c0cc6d419b 3,847 1.00/1.00 vMB 38
827,761 827,761 00000000000000000001477674bf22e01faa1200ce7e6bb70c0a0ae80910c956 4,478 1.00/1.00 vMB 41
827,760 827,760 0000000000000000000053e2655a577c8dff86fabfac480bea45486f35416e89 3,492 1.00/1.00 vMB 46
827,759 827,759 00000000000000000002a1d86fa6a459721300425a44a525095e036d0945ce92 3,476 1.00/1.00 vMB 55
827,758 827,758 000000000000000000009ff8fa2904acc815c4af124bc89b6e619d870d9e98cc 4,766 1.00/1.00 vMB 46
827,757 827,757 00000000000000000001403263ac940c4e325fdcf59a1849209f1eeaf12f6202 3,149 1.00/1.00 vMB 47
827,756 827,756 00000000000000000000f8aabd7ea80989b7a5170793f6f3e27c2962d39f8305 2,982 1.00/1.00 vMB 36
827,755 827,755 0000000000000000000155e089fb8d3b00eac0fbf24ed77607ac9af1e92d75aa 4,238 1.00/1.00 vMB 45
827,754 827,754 000000000000000000032b785d0748b87d7d40ff9ff58de9f21120804f0aa9c2 2,895 1.00/1.00 vMB 65
827,753 827,753 000000000000000000001f95abbc13153d7438ca2a0f1950c037a5acc2374d5c 3,474 1.00/1.00 vMB 47
827,752 827,752 000000000000000000000ca2ce50f2ca3e3506a7c6440ee0ea26804cf2e91c91 3,178 1.00/1.00 vMB 31
827,751 827,751 00000000000000000001db44472b58694960051eecc7e075dc6e89f85daf86df 3,177 1.00/1.00 vMB 56
827,750 827,750 00000000000000000000b6387788d6bc5f3f3662739f6fc9977ad0a54d084d7e 1,502 1.00/1.00 vMB 26
827,749 827,749 00000000000000000003cce52e671b9d9a4df70b4d8946f4f479720110871338 2,600 1.00/1.00 vMB 44
827,748 827,748 00000000000000000002bc2b6eda236dcf8859b16399baa99831d7b4457113bf 2,530 1.00/1.00 vMB 29
827,747 827,747 000000000000000000019bd93e037dc0ecd4fbcabc8fddc59a8ffd7b910556b3 5,616 1.00/1.00 vMB 31
827,746 827,746 00000000000000000001ca21de0ef8690e880f67d57e4e03c941800ab175b7fa 2,651 1.00/1.00 vMB 35
827,745 827,745 00000000000000000000b78bcabc0c85fd76f5421cd0b3eb1f011dca4342ece7 5,570 1.00/1.00 vMB 29
827,744 827,744 0000000000000000000176a989f5dd4b672541f6f59218db6e5df42b2896c377 3,992 1.00/1.00 vMB 31
827,743 827,743 00000000000000000002a220c63261da4302dcdd5be71d32e07d36c46080febc 5,603 1.00/1.00 vMB 27
827,742 827,742 000000000000000000012e22fb2e77b7212206ad74a613cf1c7d809e699e835b 3,860 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.95 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: 715.08 GB
    • Received: 17.65 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.