Loading Tool

Explorer IconExplorer

Memory Pool

80,607 transactions
30.00 vMB
0.12267725 BTC
Random Selection Loading Transactions
Max Size: 180.47/200 MB

Candidate Block

Mining Attempt 5f1bcaa1c530e58155e4c8a3b27e9bc505c7f4afbfc1d1a7bb8519c633489af0
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 13a4c5a83202aceb990e5e525862b9bc5f94a60b8f3192ae6413cabe3b994b7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.05064079 BTC
Feerates: 242.90 > 5.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (120,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
794,239 794,239 0000000000000000000579d23dbbd59d50e5626de94c4dcea0e6aa7cd44c775f 1,726 1.00/1.00 vMB 19
794,238 794,238 00000000000000000002e06cb331192106325854050a0e564881d1b73b644eef 2,004 1.00/1.00 vMB 21
794,237 794,237 0000000000000000000473b1f7de40c6dc779dee85778c76f27d5f283de2648e 1,512 1.00/1.00 vMB 19
794,236 794,236 0000000000000000000360dd1bef618be0276cf3b4c01feaeba62c996a183cc6 2,119 1.00/1.00 vMB 23
794,235 794,235 00000000000000000001da326989128aa00f2a14e0c40f4d08947cc118726051 3,138 1.00/1.00 vMB 29
794,234 794,234 00000000000000000004595c1fa714f44ed7156eae5b9dc1b68dbccde63dd19e 2,615 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.