Loading Tool

Explorer IconExplorer

Memory Pool

92,234 transactions
24.86 vMB
0.10494624 BTC
Random Selection Loading Transactions
Max Size: 165.35/200 MB

Candidate Block

Mining Attempt eff42aea8b26260c47a7cfa8d0ab1e1f4ad5cc49b2c4bebcdc5ad39ef5dc5ddf
Version 20000000
Previous Block 0000000000000000000096b437998fba3fcb51236e0a99488e5fc6a742294d6b
Merkle Root 37351a1697afed6bca011b8acf6d7bc6416dd14070a3336ce0f1762b76daa916
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,447
Size: 1.00 vMB
Total Fees: 0.04202903 BTC
Feerates: 191.09 > 4.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,102 (914,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,205 1,205 00000000cd2aefa450b4f3615caac2d2f9b8d555267c43c1dc63fdcf93c1168e 1 0.00/1.00 vMB 0
1,204 1,204 000000000316e604c093c233987a8df534ee40abe9618a189f512baab84d63f5 1 0.00/1.00 vMB 0
1,203 1,203 00000000eeafc92caf8a697abafaaf35474f557392aab520d1867569801251ed 1 0.00/1.00 vMB 0
1,202 1,202 00000000986aeca27988ca4a2f456d53fc8ff3a6976cdefb97a7bc172dfb8c12 1 0.00/1.00 vMB 0
1,201 1,201 00000000e6fbf1fd197e80e1e738ecd5890cb6e038b6ba32484adfad3c335921 1 0.00/1.00 vMB 0
1,200 1,200 00000000f0b6da96d1e3272e87e181a7057c3d79bf984b420d4f6fd6d7a49fc7 1 0.00/1.00 vMB 0
1,199 1,199 000000005b3b7ea5ebdb0d518bd68cddbe3e283adb447bcaa5b13a459c474737 1 0.00/1.00 vMB 0
1,198 1,198 00000000801be6582ebaa97591962b4ff63fa51976082079f6c385d9026ca123 1 0.00/1.00 vMB 0
1,197 1,197 00000000de70372d549238784fce4946fc7d30cb7f8187588d937b76ba7e2fe1 1 0.00/1.00 vMB 0
1,196 1,196 000000003063fd14262be0e5966d703f25b6a28ea42af2f660be9b4cf254928e 1 0.00/1.00 vMB 0
1,195 1,195 00000000de5ea50cd028c0e08832cfdba57006eeff83d745aa8debdec130d760 1 0.00/1.00 vMB 0
1,194 1,194 00000000ea612819da6626a99a8965ad489f302b777619d7e02b08a4fc8d4161 1 0.00/1.00 vMB 0
1,193 1,193 000000007f423780d48a8f3d35d9a17a3469274c4bf51c0c05d3a56b8df85007 1 0.00/1.00 vMB 0
1,192 1,192 00000000e15bc6463fe96e4297e1635a2363820a3455813968fb1b88d2627b2e 1 0.00/1.00 vMB 0
1,191 1,191 00000000ddc3e3ea9e3a0274eb985a05dc5551a80d322713533ae6b692d642fe 1 0.00/1.00 vMB 0
1,190 1,190 000000005d8c1f827319a4dc019cc2474346e90ef6335f17e99c0ef9b50f3572 1 0.00/1.00 vMB 0
1,189 1,189 00000000d094ac53d917dc62f798c7569485ed6f5be43cab46d3b953143303de 1 0.00/1.00 vMB 0
1,188 1,188 000000008bbb96eb48d21a0deaae236cdfc92f16a9a673ffefee05381c3c1638 1 0.00/1.00 vMB 0
1,187 1,187 00000000106621b9a59c3aec765c8a5f1932881bc86e43b747e371ab6cdfdf5f 1 0.00/1.00 vMB 0
1,186 1,186 0000000085ed5798867e86376ea39cf26c1aab9cfa6c3c56c543bf81f7a9d0a6 1 0.00/1.00 vMB 0
1,185 1,185 00000000d6da0422931a51d5fb47379f6330d9e608b1c340942d404bcd56cfc8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.30 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: 815.46 GB
    • Received: 24.21 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.