Loading Tool

Explorer IconExplorer

Memory Pool

82,942 transactions
30.72 vMB
0.13970780 BTC
Random Selection Loading Transactions
Max Size: 185.13/200 MB

Candidate Block

Mining Attempt adac179b535b22ec1d16cdea8e61beab478208523f18d5c6c2c1cac7f4f8dae0
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 40347ec456c7694d6d808adc52dcbd2862e0dc3dc2abd9d5f5c82bf690aae575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,735
Size: 1.00 vMB
Total Fees: 0.07464086 BTC
Feerates: 203.60 > 7.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (365,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,006 549,006 0000000000000000002106c1821700e1e666d45af8c057b060f586814e871f28 2,181 1.00/1.00 vMB 7
549,005 549,005 0000000000000000001fbf721de2dd0f7f647daf25cd43e9afe73b1445517a1a 2,579 1.00/1.00 vMB 27
549,004 549,004 00000000000000000011bcf221bb28c1c81dfae4611a76fbbe3a3d2675860ae7 2,727 1.00/1.00 vMB 12
549,003 549,003 00000000000000000009afe33e197969784bc4ccd96b10c5d145f8cc7fd8e252 2,592 1.00/1.00 vMB 12
549,002 549,002 0000000000000000001ce1d2d361859cd9ef9e2fee4f4a1df55dba0a0bf0288f 2,178 1.00/1.00 vMB 12
549,001 549,001 000000000000000000143b66a0421cf090ac92ebd70c2b3a2be2a6e56ef6f8fb 3,080 1.00/1.00 vMB 14
549,000 549,000 00000000000000000020bbb03a4dc9d5eb6d356c93f49a4a06c4bc6c075bc234 2,283 1.00/1.00 vMB 26
548,999 548,999 00000000000000000016f1adb72e7cc48a7652ed56d9868ad58384010eada6b0 2,243 1.00/1.00 vMB 11
548,998 548,998 00000000000000000001a438f31918e7189ddd19b180ba2edaadab090b341ce4 2,577 1.00/1.00 vMB 16
548,997 548,997 00000000000000000014ae763046074c6921df31eb08516c75baaf91da388bd2 2,453 1.00/1.00 vMB 13
548,996 548,996 00000000000000000000fcbfe59af9dd0e454ec9bfd60a77c70f480090391466 2,342 1.00/1.00 vMB 23
548,995 548,995 00000000000000000014f541d7d2cb16c281ffe856862ec47d1558953ab6223c 2,784 1.00/1.00 vMB 5
548,994 548,994 000000000000000000245dbc06e5981c9610e8bb9aeff17878fe33b81f3ce5ec 1,842 1.00/1.00 vMB 10
548,993 548,993 00000000000000000006c0e451f2fda1f15f536d61a7fdcad6921d73d754383a 2,368 1.00/1.00 vMB 16
548,992 548,992 000000000000000000255747f1fd2b583c29623e15a0c5a4e8497d991527ff03 2,206 1.00/1.00 vMB 5
548,991 548,991 0000000000000000001fbb465942481275b9af3011959d769e3d9c74727b363d 1,702 1.00/1.00 vMB 14
548,990 548,990 00000000000000000024dc273ab2fc9ed029c15ad9df9b4d60719611129b9a0f 2,823 1.00/1.00 vMB 11
548,989 548,989 000000000000000000025bfa7eea2b1dece3459161f7ab069bc61f91588b65e6 2,500 1.00/1.00 vMB 35
548,988 548,988 0000000000000000002464722d32d1c52fc20a264776087163e7024226fde7b0 2,922 1.00/1.00 vMB 21
548,987 548,987 000000000000000000237bca6af44281d80af5b90c0d185a39e577de6e18942d 2,766 1.00/1.00 vMB 11
548,986 548,986 0000000000000000001464ca5996d296f667fcde8103458e5c42ab69f482d319 2,807 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.34 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: 661.34 GB
    • Received: 14.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.