Loading Tool

Explorer IconExplorer

Memory Pool

79,763 transactions
29.87 vMB
0.12299407 BTC
Random Selection Loading Transactions
Max Size: 180.18/200 MB

Candidate Block

Mining Attempt 989441deea4311c50de954132f1a3315d998c56e1882d2f30b88ac19c960c5f6
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root 6b43b304aa838e339fdd077316eefd170918b21658fd3c1a4a2034ef165b707e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,163
Size: 1.00 vMB
Total Fees: 0.05746007 BTC
Feerates: 150.75 > 5.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (120,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,260 794,260 00000000000000000003dbae28aa3e0e3ab24a75d3c18502e6438c142302e933 1,034 1.00/1.00 vMB 26
794,259 794,259 0000000000000000000197cc4cdff69104dae564ead3c33f9ae5053ef86890e9 1,756 1.00/1.00 vMB 24
794,258 794,258 0000000000000000000293f1a435520cf2c42e8fe3aa6cde50fa7c605f1d94a4 1,279 1.00/1.00 vMB 11
794,257 794,257 000000000000000000001fd2c20517dd9decd245d82520aa8896e2eacd938d74 1,800 1.00/1.00 vMB 13
794,256 794,256 00000000000000000001aaef0705b4fad603452c42f8df18f6cc5d74704a334b 3,093 1.00/1.00 vMB 28
794,255 794,255 000000000000000000012020decc354f8d4fb961e3ccce03f9d7e878a09e71a6 2,809 1.00/1.00 vMB 30
794,254 794,254 000000000000000000040a00adf152acf4f8fc7ad0c35309114bbd4f09387722 3,808 1.00/1.00 vMB 34
794,253 794,253 00000000000000000004e30891bc55a37b298c723f7a2bd917fe2824843f5ab9 2,673 1.00/1.00 vMB 55
794,252 794,252 0000000000000000000450edc61d7d58fad1a67b9ed97f09f777af5028f1dfdc 5,288 1.00/1.00 vMB 15
794,251 794,251 00000000000000000004429d7c710c1e54a84c68fbf9320433808004912d0809 5,050 1.00/1.00 vMB 10
794,250 794,250 00000000000000000001518aae27e1adfe30373b75b10ff4237b743ff6143850 1,781 1.00/1.00 vMB 18
794,249 794,249 00000000000000000000affeb00e86634f0f538b0994578f07a5f1e5b299f8bb 1,484 1.00/1.00 vMB 28
794,248 794,248 00000000000000000004e3288bf843837d71fa00a412b5f2182bec9981d2f04d 3,632 1.00/1.00 vMB 15
794,247 794,247 000000000000000000048a819c0964bfb5ca82ca415ea6142136e40854c81651 6,142 1.00/1.00 vMB 10
794,246 794,246 00000000000000000004e492b9bab6469d08f42930ec5df3468c02dd617eb7f3 3,795 1.00/1.00 vMB 13
794,245 794,245 000000000000000000056c039fc8cc169b2a30d33d6a278abb87849b6eef2f2e 3,935 1.00/1.00 vMB 12
794,244 794,244 00000000000000000004d2b540f390927b891a95c3e5879ff4af6b930ce1f1d1 3,069 1.00/1.00 vMB 20
794,243 794,243 0000000000000000000536a27d463a98cec069c06be46bd1883f5885572b431c 3,016 1.00/1.00 vMB 18
794,242 794,242 00000000000000000003fadafd78f204fc3e64030d198d542af6d58d05165074 2,793 1.00/1.00 vMB 18
794,241 794,241 000000000000000000020dba04cb63125ca71ee13cba035dfab4e92b3fa46925 2,511 1.00/1.00 vMB 12
794,240 794,240 00000000000000000000b7af4f3a7b4e4ccbb600de9debb2d1b8369507c4f723 1,869 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.56 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: 670.25 GB
    • Received: 15.84 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.