Loading Tool

Explorer IconExplorer

Memory Pool

31,307 transactions
18.41 vMB
0.04501083 BTC
Random Selection Loading Transactions
Max Size: 98.21/200 MB

Candidate Block

Mining Attempt 4953c46ce157053d3ce4c8503faa26cd1d5c58b2c36c6f5909ebc526f70b977a
Version 20000000
Previous Block 000000000000000000019ffb32b971e2066879778591327aec7684a3c8f106e8
Merkle Root 3a388ad84969d42f3b859e6a849e3b89bea55e7c1aee90b9298a35bb38d9e688
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,084
Size: 1.00 vMB
Total Fees: 0.01025774 BTC
Feerates: 78.35 > 1.03 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,132 (861,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,249 52,249 0000000020552dd3c880ad679a9308e1dfd1829d68763730bd9d328f12243eb2 1 0.00/1.00 vMB 0
52,248 52,248 00000000152be95d6f7ae56858d8258f20b319326d62f0c06ce0342d40244264 1 0.00/1.00 vMB 0
52,247 52,247 0000000005639fc655a6a18980943e4c283e9bd6b6f9881aae9a6caaa9cf3263 1 0.00/1.00 vMB 0
52,246 52,246 000000001b7558a84b3b1fdf261d04af32bf645557d4c6a13d986a97a94dbd05 1 0.00/1.00 vMB 0
52,245 52,245 00000000046e57b28b04dbd25f6bd9c466a8ab068fbaf380b93e69af7bed2b71 1 0.00/1.00 vMB 0
52,244 52,244 00000000096d210dfd7ed7bdc443d976fd9573ec8892d2b280430bc10d568159 1 0.00/1.00 vMB 0
52,243 52,243 00000000147ded2bd264709416237660828568db1252aee8769b0a4681d06763 1 0.00/1.00 vMB 0
52,242 52,242 000000001526e0b6ea0c75f1218d8701f0ddce90cb5d8170f7f4f404733c3ae5 1 0.00/1.00 vMB 0
52,241 52,241 00000000128ade192ea58fa8490e1f8035e3725252136fffa5b75a3cf303b207 1 0.00/1.00 vMB 0
52,240 52,240 0000000010633b194e586b30f627dedb3e484a5d4281d20d3abbda20edda8241 1 0.00/1.00 vMB 0
52,239 52,239 00000000131fd3cf9c49b7d57686b5d51ff480e688bb87bc05b100a9752ca300 1 0.00/1.00 vMB 0
52,238 52,238 00000000062675f1fea3378076a935f63cf691e577aeee8e9466d329cbe0deab 1 0.00/1.00 vMB 0
52,237 52,237 000000000cc3222a8c68049aa8f111c0b8a86a249dace673a728ef2fdbb48282 1 0.00/1.00 vMB 0
52,236 52,236 00000000068ef45016fc782e2b47ebb722d64196471c18e33f0bb282a1676bb2 1 0.00/1.00 vMB 0
52,235 52,235 00000000156fee3de1d99d2b7a533692ec76460f6679439460e4f93616d2e957 1 0.00/1.00 vMB 0
52,234 52,234 0000000019ef0752e096310588ad916483b9746ea94aa25feb920d24633e9f8f 1 0.00/1.00 vMB 0
52,233 52,233 00000000142f945b050db2bd256d9c8a99957f7350b45f57eb8e45908fa24fa2 1 0.00/1.00 vMB 0
52,232 52,232 000000000d981f42cf9a0cae5f688dcff86fece254fba75f215f9d1fd3877fe4 1 0.00/1.00 vMB 0
52,231 52,231 000000001f18fefe953c19ecff0ec8624f8c9752a193f38c1ac3a030f45c8719 1 0.00/1.00 vMB 0
52,230 52,230 000000001d6cff82688bba2a8e3052f060ae4fbc19f12198cdbb34f66bef2212 1 0.00/1.00 vMB 0
52,229 52,229 00000000107bc9fa1fccbcfbc6be6690d25bdce11c6890e1901a540107acd82a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 561.85 GB
    • Received: 7.44 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.