Loading Tool

Explorer IconExplorer

Memory Pool

17,753 transactions
18.90 vMB
0.02298836 BTC
Random Selection Loading Transactions
Max Size: 97.39/200 MB

Candidate Block

Mining Attempt f4fa4087b86a36df1b3edb97689f273078afffb1b1c6e14696a9049d7412e424
Version 20000000
Previous Block 000000000000000000005df2996880fd7aeddbbb220b82f7e45a8b99002a3f01
Merkle Root c5286174116438629e5c50098d5ab6cf427e7ad284dcd81009e8d12e4906d8ed
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,277
Size: 1.00 vMB
Total Fees: 0.00248554 BTC
Feerates: 30.40 > 0.25 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,100 (934,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,893 6,893 00000000b8b8ddc7b3a454eb9be11de1d0673500abcd6ca1eb3e770bd2a627f9 1 0.00/1.00 vMB 0
6,892 6,892 0000000050a58f5c3fa7c44401783b5980eda151a67539455c3c3119842d1471 1 0.00/1.00 vMB 0
6,891 6,891 00000000edaa8a068b03459d4e3fd1979bb69ae46cd8233d422388385d98e77a 1 0.00/1.00 vMB 0
6,890 6,890 00000000f5df9a9a3e31318ffdc8ea3f01fbca1a673222075e306f9b9da02fe3 1 0.00/1.00 vMB 0
6,889 6,889 00000000dbe2fe042255163d49fbc3001150528e3e76eb4ebbdc8a304c4c646b 1 0.00/1.00 vMB 0
6,888 6,888 00000000e22466aa2189719d6f43cc2ffdd527e18f4a6f0158ac11226aa0fe77 1 0.00/1.00 vMB 0
6,887 6,887 000000009a4040e98e1ee2346b7e8892509ffb970c0f59741fc665a92b8fc536 1 0.00/1.00 vMB 0
6,886 6,886 00000000e7cbf17e4da25723cc71121d461b1a85a1dfa13a605005f056d77cbd 1 0.00/1.00 vMB 0
6,885 6,885 0000000029975ed506251a4c335d060c02e9e8fd068c3752c92a46278b64181a 1 0.00/1.00 vMB 0
6,884 6,884 00000000c744db57e41f4555b8ab84f2484e6898754de72289cd6f176d1dfc5e 1 0.00/1.00 vMB 0
6,883 6,883 00000000c243644e8dad87233f1c211b682562a49c2f27137557b06ccf6a4fb1 1 0.00/1.00 vMB 0
6,882 6,882 0000000030c4ac4baed7725a572f65e1392391669bc199ab793b565d30b2b810 1 0.00/1.00 vMB 0
6,881 6,881 00000000fa8389c2f8f9701b81b4fdb7c382da4ce4b964cd0792068d1acf3acb 1 0.00/1.00 vMB 0
6,880 6,880 00000000cf47f975184db0b4df92c9f798f61aa8143ffb0ce1c48746a8bd63aa 1 0.00/1.00 vMB 0
6,879 6,879 000000000a57b458066939e046cabe71347f020e6a82c2fee68850d166863ddb 1 0.00/1.00 vMB 0
6,878 6,878 00000000eb0750ff4a5cc3cf05cc34c758dff20b7820059571faacee4124ebc9 1 0.00/1.00 vMB 0
6,877 6,877 0000000071a4cf635af61a4b2e31a7268394e7f6314b9db9878e50c5c4a9aa35 1 0.00/1.00 vMB 0
6,876 6,876 0000000076a094e2dc71900c046a62ea03933a974526357e56f6f5e432748e89 1 0.00/1.00 vMB 0
6,875 6,875 00000000acfece9599f5bcaa4e596b52d12551aff9d5398a699f6dd4a0a56854 1 0.00/1.00 vMB 0
6,874 6,874 000000003dd6c16a69dfbda332926bdb5f4c223fe804fc55346b1ae64f6c8513 1 0.00/1.00 vMB 0
6,873 6,873 00000000ad6361f79e31938dd028f4b87f60facd85f9cc8dde1ff2c9950ccf42 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 828.74 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: 4,617.24 GB
    • Received: 248.66 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.