Loading Tool

Explorer IconExplorer

Memory Pool

41,367 transactions
25.93 vMB
0.05501592 BTC
Random Selection Loading Transactions
Max Size: 135.60/200 MB

Candidate Block

Mining Attempt 6819145322fb32cc5fc840c3a21e79087456b58ccf5b1ff0b21e3c12080bd2e8
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root 385718bb5611e5805be986582dc8a124f234a309911a44e5cdde5d35a22dcf6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,354
Size: 1.00 vMB
Total Fees: 0.00797235 BTC
Feerates: 100.00 > 0.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (348,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,331 566,331 000000000000000000177884ea3b6801380efab8181afb17989d8a3041d42077 2,663 1.00/1.00 vMB 30
566,330 566,330 00000000000000000009f164c25e4ad18eb98b136e4faacee0bdcca16645b15b 2,489 1.00/1.00 vMB 28
566,329 566,329 00000000000000000000780c6d3655bf8a301b964e65e56b08b58c2e142f80dc 3,050 1.00/1.00 vMB 20
566,328 566,328 0000000000000000001501673f56a0968c2226f4b9dbb5a82330c2fa41c3b6e5 3,085 1.00/1.00 vMB 31
566,327 566,327 0000000000000000002ddaa01bd12370c1942fb2fa5db84da8965f4a337fa267 2,499 1.00/1.00 vMB 47
566,326 566,326 0000000000000000001ea7bde5b568c762f7ac4da11faab511cffc3be354ffe3 3,249 1.00/1.00 vMB 37
566,325 566,325 0000000000000000002c9d6ad20beb852e5bcc6c5bc08b26ae7d2c3246811e1c 2,068 1.00/1.00 vMB 51
566,324 566,324 000000000000000000164246dd2ac0592b44b48457acf13943b816629413f300 873 0.97/1.00 vMB 84
566,323 566,323 0000000000000000000d69fdec43f70004403c5571a6dfa9d0976f34152ac44d 2,873 0.98/1.00 vMB 23
566,322 566,322 0000000000000000000cb411fdfdcd5d294bfee672d7f40abaf3fff11bb02943 1,190 0.44/1.00 vMB 24
566,321 566,321 0000000000000000002275ec3c890e07d3e9651e8453537fcd2502c8b612cc9d 2,148 0.81/1.00 vMB 24
566,320 566,320 0000000000000000001d1ba532bf46b5a95c69f208f777aee0474089aee68bee 1,820 0.67/1.00 vMB 24
566,319 566,319 0000000000000000001388a1eea417583d342ad91781623482b1171b62f921be 628 0.20/1.00 vMB 23
566,318 566,318 00000000000000000020ada64eb8bc34e0afdf6d24993cd57e4d44711c6deb21 1,545 0.73/1.00 vMB 20
566,317 566,317 0000000000000000001a9f12858de1693fce560260cb100d0dfca6c5cf360ecc 613 0.54/1.00 vMB 20
566,316 566,316 0000000000000000000e68f76da44cef848e3127e2176d1cead4bdf6b7bf8f2d 1,987 0.82/1.00 vMB 18
566,315 566,315 0000000000000000002765f91dae7c44f44dd8a649ba5a5fec70e8859f0304d5 2,076 1.00/1.00 vMB 28
566,314 566,314 00000000000000000005efd8e1e42e7a6434dcf00f1826f2c829e63e8778309a 1,740 1.00/1.00 vMB 2
566,313 566,313 000000000000000000281b23e4d39def612f1dea6f89da1d75cbb59bd9e63f5d 2,364 1.00/1.00 vMB 16
566,312 566,312 000000000000000000132a12d60bad85e6522fe199d887f63e9ae75eb4b2b6ad 2,881 1.00/1.00 vMB 22
566,311 566,311 0000000000000000000f31372909015c9170c54151db5ff23bc8ef269ab8691f 2,877 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.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: 646.03 GB
    • Received: 12.80 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.