Loading Tool

Explorer IconExplorer

Memory Pool

19,381 transactions
10.76 vMB
0.02518208 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.22/200 MB

Candidate Block

Mining Attempt d5a3d65bb8f9e5fbd91c017d607674ac03e51738d157e3a8d95c6ff293637cf9
Version 20000000
Previous Block 00000000000000000001e4adc040e5943a26aca16b48e6178a736f319d347df0
Merkle Root c42b0d496a5d493c46f9f623b5326d1fb3379a3b89f3de18111ade262873cecd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,081
Size: 0.99794025 1.00 vMB
Total Fees: 0.00802332 BTC
Feerates: 101.00 > 0.80 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,638 (813,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,183 100,183 0000000000035205648204fe6b354c1ed61fccd60ae236264759d6b33d482815 8 0.00/1.00 vMB 0
100,182 100,182 000000000000d8bab4a8e63798dc85f85080b33e9f5d9de457045f0899d3134f 4 0.00/1.00 vMB 0
100,181 100,181 000000000000a1c10eb6c01eac15a4a1fbacff571b3e18d8263e94dc338d3199 4 0.00/1.00 vMB 0
100,180 100,180 00000000000222727721059aa856d5f428494b40e86ce8fd987169f7f1ccaad3 4 0.00/1.00 vMB 0
100,179 100,179 000000000002de3a23e63050775e30149d0e3fc4169272544691a645151d0168 1 0.00/1.00 vMB 0
100,178 100,178 000000000001c19879b764d2eaf74238bb310d8485192a14449bba441f36b093 1 0.00/1.00 vMB 0
100,177 100,177 000000000001bf2d5d7fc8f128fd9b8b22249b57e8a4f890537e05e6ba353f0a 2 0.00/1.00 vMB 0
100,176 100,176 000000000000551c1c1022e4f0386cef45f035142b7fd562bdebc9339e05b3f8 2 0.00/1.00 vMB 0
100,175 100,175 0000000000015e79bb52baaf88d1bc2be628f21cede405c62945e26720f36e04 1 0.00/1.00 vMB 0
100,174 100,174 000000000000b683a5166e21fb4c1d1283bd086e11340635e1f17845a27d34c1 5 0.00/1.00 vMB 0
100,173 100,173 00000000000472a145986f16a1c82315d35335bc8195c5a222ff55922cc042d3 12 0.00/1.00 vMB 0
100,172 100,172 000000000002e267926d9270b72946545c61678d1b744fe15f2ad719d97da86c 4 0.00/1.00 vMB 0
100,171 100,171 000000000003ac41d945c61ad2fd1a04756a69d0b08bce01b40de531f3a78cde 12 0.00/1.00 vMB 0
100,170 100,170 000000000002592bc6e65e1ac953e9e09812aef5248961b37507d19d6ae185c0 2 0.00/1.00 vMB 0
100,169 100,169 000000000002cabe84e56bc036f0f0af475bae8d952fa51e895e73df18998987 1 0.00/1.00 vMB 0
100,168 100,168 000000000002aaf5640c90c20818c93d02764004aaa5cb9ac854b06cb5b9c6c4 4 0.00/1.00 vMB 0
100,167 100,167 000000000003dcac7e98c28c5364a4a60570a0c10fb6f47d81867fa909cb16ff 2 0.00/1.00 vMB 0
100,166 100,166 00000000000166590c784adb0e4da56339c2ac1fa80c14b2396d3ba105beda75 1 0.00/1.00 vMB 0
100,165 100,165 000000000000db8750ac31186f01c1f892d131e23b79ff8c1adde64b57a2a729 1 0.00/1.00 vMB 0
100,164 100,164 0000000000027b7445a25b4d4c35b0424074c50de7f9f94547fa48baf8a65e87 4 0.00/1.00 vMB 0
100,163 100,163 00000000000329bc118a57fc568e1f5ae1599524a5649245aa752e4f286ec2c0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.97 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: 470.31 GB
    • Received: 2.95 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.