Loading Tool

Explorer IconExplorer

Memory Pool

50,374 transactions
29.88 vMB
0.11734635 BTC
Random Selection Loading Transactions
Max Size: 159.51/200 MB

Candidate Block

Mining Attempt 8333502b354c7764a268a9378f19ba857268b30df5383f901930904204dc4140
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 2e053f53f4e624562c67e1e5ddad02d80dbb652a5aba17dfb6008a0068a46db4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,334
Size: 1.00 vMB
Total Fees: 0.05263318 BTC
Feerates: 301.60 > 5.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (864,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,926 49,926 0000000016514c0c6d096f7ef2fc05a97fbc033fccd6c1f71edb69d9ff7496e4 1 0.00/1.00 vMB 0
49,925 49,925 0000000002894d9151d358151c40f78edb8ddcaaf6f8f270abf8cc42d74bd688 2 0.00/1.00 vMB 0
49,924 49,924 000000000daed0032a5fd95ffcb165618b31d507e3d407d46156125ff90198bd 1 0.00/1.00 vMB 0
49,923 49,923 0000000005d3cd4466f39404ae3c9742de892b4fdec9ca39abbd0d0f245a3309 1 0.00/1.00 vMB 0
49,922 49,922 0000000004f0173ffaaa7e675ae2a27362257aa3a61cb182336ccfc30642ac81 1 0.00/1.00 vMB 0
49,921 49,921 00000000120e4a6e766234136818926f513503ce93c1893ea8a38126d63486fd 1 0.00/1.00 vMB 0
49,920 49,920 000000001f22baee0b4e2469b85dbdaf037831a4c8fee8cda0d63be92d74e2c5 2 0.00/1.00 vMB 0
49,919 49,919 000000000d2e2d4e2061874a607f16c8bf60bfb4ae6b253bdd0f1fb5c8e57a10 1 0.00/1.00 vMB 0
49,918 49,918 00000000055d23c653620ba1e293206a8dad2aa3ec2f6d83f6cdfb649c6ba4d7 1 0.00/1.00 vMB 0
49,917 49,917 000000001b12c5ce8eb3653b369f215b42adc8f065c4c60f07fff585126c739a 1 0.00/1.00 vMB 0
49,916 49,916 0000000013847c89512aca530586b131a4dcc220d480777a0bf352d4df21d9b8 1 0.00/1.00 vMB 0
49,915 49,915 00000000296568d58aba34058c24f9c26d630774ce1ba3d3ea453af7a8986775 1 0.00/1.00 vMB 0
49,914 49,914 000000000c7049aa1a103640605637a26862efc1612a615b3c7f538a916e2ee3 1 0.00/1.00 vMB 0
49,913 49,913 00000000157fa8664be100d5584060ae64688273d867663cdf9bf8805c2c20e6 1 0.00/1.00 vMB 0
49,912 49,912 000000000b42a9333b5fbd651a78fbf0b7fcaa86dcf47dfae1a60ad3e2851460 1 0.00/1.00 vMB 0
49,911 49,911 000000002465d2011de51fbca18a5c4873f0d21ca833c55effe09ed67fce7a51 1 0.00/1.00 vMB 0
49,910 49,910 000000000d0d6bec3cf7d675f83f618c05f34c156a7f53262cf2b05ecaf4c47e 1 0.00/1.00 vMB 0
49,909 49,909 0000000016051bb81e6a7db3549a5fac023b123594932a0707224094473a4bd7 1 0.00/1.00 vMB 0
49,908 49,908 000000000957e61fbcb61ec6e7b90db2f7f6d3d8c6b1b4be6e0c46c559301b54 1 0.00/1.00 vMB 0
49,907 49,907 00000000034bad7ab6e6c89dee166c139b0a2d1a54a67b50e09160eb9ded3511 1 0.00/1.00 vMB 0
49,906 49,906 000000001bd874b0ae724982c6d634acf690e82776002d06512dc68364925bc8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.12 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: 652.13 GB
    • Received: 13.73 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.