Loading Tool

Explorer IconExplorer

Memory Pool

82,888 transactions
31.50 vMB
0.11419009 BTC
Random Selection Loading Transactions
Max Size: 190.70/200 MB

Candidate Block

Mining Attempt 77c7215a6c34f14a5b8360135a65ec35298c9ac92b8393a1343a25ca33eeaaaf
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root ad64306956ecf823af9a48f4eb5942e8b1e897d15a6c4db7588f22c8fecbd252
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,600
Size: 1.00 vMB
Total Fees: 0.03529854 BTC
Feerates: 318.30 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (461,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,255 454,255 000000000000000001d5de00bb38de3eed901555e186c0e9a55e5c0ddff6a4b5 2,379 1.00/1.00 vMB 187
454,254 454,254 000000000000000000636074a9090d1a642e66f5f1a714ad59253b4df500c6f4 2,397 1.00/1.00 vMB 188
454,253 454,253 00000000000000000040542f709d6728c875a988ea8bdf350dd14bacfc1e9888 2,639 1.00/1.00 vMB 192
454,252 454,252 00000000000000000098be11fc02a7b360377ce00a4f83c4fe4d04f1babba52a 2,229 1.00/1.00 vMB 131
454,251 454,251 000000000000000002235235f84e87e9316cc3f57dd590787b1ac5cbb83b0b6f 2,204 1.00/1.00 vMB 179
454,250 454,250 000000000000000000442590f82d26a9fa801bd6e04a10e476d382bf4939b28e 2,240 1.00/1.00 vMB 212
454,249 454,249 0000000000000000012cfd2c395c6711d25b38ad8728b12d80358db41ee7758c 1 0.00/1.00 vMB 0
454,248 454,248 000000000000000000542c71a30ef362b649d1967c5f56caf6653cd14aa22329 2,025 1.00/1.00 vMB 171
454,247 454,247 0000000000000000014aeea5c54572420a7bff5a94be28087b3c585943141c8c 2,830 1.00/1.00 vMB 194
454,246 454,246 000000000000000001c8eb3ff8f112fc2f5724669271a2af15732c841bbd4452 1,729 1.00/1.00 vMB 206
454,245 454,245 0000000000000000011439375cb306de6c08f1e4c20eca06a50d73093bf3a52f 841 1.00/1.00 vMB 215
454,244 454,244 0000000000000000010015f231e849046c182c3a3457d8279969ed6711d7ca5c 2,370 1.00/1.00 vMB 131
454,243 454,243 00000000000000000090ad898d57fa4beded2a72033fc00b70a7fb53efe1361c 1 0.00/1.00 vMB 0
454,242 454,242 000000000000000002545e8985ec5edf1911365dedd2c1f86c659dd3551b630b 2,461 1.00/1.00 vMB 164
454,241 454,241 0000000000000000020f51eb7fd8370327976adde06be43591592c3c7d5d04b2 2,132 1.00/1.00 vMB 211
454,240 454,240 00000000000000000274155074e5bcbfb910f0dc6da39bfead7eae69afb63831 2,274 1.00/1.00 vMB 148
454,239 454,239 00000000000000000255df7d91945da5e19c065906403022d7f9d73e38aa124e 2,133 1.00/1.00 vMB 127
454,238 454,238 000000000000000001abf4f16a72f90f7bddf3a379a4470517412584d102357c 2,459 1.00/1.00 vMB 156
454,237 454,237 0000000000000000008382c69ed9286d3bbb2ef65f26e2f58e7ca475300f7930 2,141 1.00/1.00 vMB 125
454,236 454,236 000000000000000001d1bf9cb6bc48b9e2b3652dddd5cc2a75248121d8e1579a 2,026 1.00/1.00 vMB 154
454,235 454,235 000000000000000001beb6a688fe3f7f4d55f6c5c92855fd6ee7afc09e30efe8 2,772 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 783.00 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: 718.47 GB
    • Received: 17.90 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.