Loading Tool

Explorer IconExplorer

Memory Pool

81,722 transactions
30.54 vMB
0.11601748 BTC
Random Selection Loading Transactions
Max Size: 183.94/200 MB

Candidate Block

Mining Attempt 62dfa51d1d3817dcf97bf0f4c491bddbd0df420e1f868feeaebeb55c63ea38d1
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root c0cccb2a670236fac5344372ba4521b948bad914c6529b72caa3d46b8dcd9c89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,483
Size: 1.00 vMB
Total Fees: 0.04040066 BTC
Feerates: 180.34 > 4.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (96,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,004 819,004 00000000000000000002bb880478e54aa3bae60af194521777f0690462bafb18 2,858 1.00/1.00 vMB 35
819,003 819,003 00000000000000000003d8f9850a85fc81f8fadcc9bf112b94012478a9d5f245 3,501 1.00/1.00 vMB 43
819,002 819,002 0000000000000000000371bcafb2a0f47bcdb0bfd5602ec9f4e35b24e4e1cb12 4,048 1.00/1.00 vMB 59
819,001 819,001 00000000000000000001d5fd0a737917b613f7d2b8c3b673680e0240be11cdf9 3,150 1.00/1.00 vMB 64
819,000 819,000 0000000000000000000227931be80731a4aa75704726eda2c73a0ca923578edb 3,356 1.00/1.00 vMB 58
818,999 818,999 0000000000000000000070200776b8238da8d47d29ed8c63664d9e3451ba132a 3,065 1.00/1.00 vMB 36
818,998 818,998 0000000000000000000421212559b8b691e54328a1c056db45885a9b6b7603eb 2,939 1.00/1.00 vMB 33
818,997 818,997 00000000000000000002d9feb55b55d0ef5773ed20e5ca0eb6c6a97895d087d4 2,751 1.00/1.00 vMB 39
818,996 818,996 00000000000000000003ac73279f6e3ac1d481b8192b59ce28bb754c1d2a9867 2,478 1.00/1.00 vMB 37
818,995 818,995 000000000000000000037c2724eb6bc42edd05249ec7bff8bb34b57e9127b168 3,631 1.00/1.00 vMB 41
818,994 818,994 0000000000000000000377c2f15d2b1c9310c9a9e50da2b8a5e71245a3a5017e 3,625 1.00/1.00 vMB 62
818,993 818,993 00000000000000000002c31abd6dc53bc7b115ce6c85e207c0fba0ffcdcbd600 3,992 1.00/1.00 vMB 33
818,992 818,992 00000000000000000000293217226465e613b0b8165d61b269ec167340874b76 2,764 1.00/1.00 vMB 44
818,991 818,991 000000000000000000001dde9d7993eb273fc8747cbb9c7b587e4cde4a61e862 3,748 1.00/1.00 vMB 46
818,990 818,990 00000000000000000002129975723811cf8530a526568d1a3c358755b5054c9e 3,031 1.00/1.00 vMB 46
818,989 818,989 000000000000000000030276f3238b4caa104bb4ace3c1a3f3c4e6389633fe89 3,639 1.00/1.00 vMB 78
818,988 818,988 00000000000000000000896c692d9f6f3dec91c4f4f7e637552aefa49bc96219 3,232 1.00/1.00 vMB 51
818,987 818,987 00000000000000000001d97d054424cf40629138eb95f86856b98106497c2e22 3,709 1.00/1.00 vMB 35
818,986 818,986 000000000000000000035b238da58c2f98d9587e07afcdb07fd283ec04deaec4 3,298 1.00/1.00 vMB 44
818,985 818,985 0000000000000000000318cd110b5c876a66347119139be70d83f31af6fe7f3e 3,804 1.00/1.00 vMB 39
818,984 818,984 0000000000000000000368ac3ccf309f795591a4eb58d6d43bb7f9652dcccfe1 3,385 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.