Loading Tool

Explorer IconExplorer

Memory Pool

78,333 transactions
29.38 vMB
0.06645260 BTC
Random Selection Loading Transactions
Max Size: 176.49/200 MB

Candidate Block

Mining Attempt 563cd5592ee1e3109d831a0706c6aec70689fe11dd0e8533d42c9ed35134925c
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 0832e4d0ddab4b374916754295109cee8bd6f25ba202526522165e49c874d798
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,054
Size: 1.00 vMB
Total Fees: 0.00695731 BTC
Feerates: 40.21 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (677,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,030 237,030 000000000000015973e53a75f27f42ead96e0e156c72dd31bcb7007528c711a0 379 0.17/1.00 vMB 164
237,029 237,029 0000000000000064b649db97b40c2647326e7b5bd7db97c7f28744dcd1c0a8bf 433 0.20/1.00 vMB 154
237,028 237,028 00000000000000479c5533be9265823633ee98cc20bc1530318225e1325824c5 443 0.21/1.00 vMB 158
237,027 237,027 00000000000000f31f5cd20f915e3edb8e3fceea49580235b984fea63f1f882c 532 0.21/1.00 vMB 187
237,026 237,026 00000000000000447105373a56a3547cc6e69c0e6600fa78edff3445f49d0c3f 248 0.14/1.00 vMB 121
237,025 237,025 00000000000001374417f9f7f60f8e4e81e1f995c23280d9dad2bf6389cab362 187 0.12/1.00 vMB 106
237,024 237,024 000000000000017a3f342f32de41908b8b1d8e657f6da83892c1ff90c2b19e2e 540 0.25/1.00 vMB 157
237,023 237,023 000000000000002a9ea9139b011c1643d65fc5dca4af9c87bd09ad3d29c4025c 709 0.25/1.00 vMB 210
237,022 237,022 000000000000014c9d1bda8a9ec2d345c9a17a0ac0c474155df29abbda97275f 457 0.19/1.00 vMB 182
237,021 237,021 000000000000006bf7978999e1a2d7c7f914c2d41e76bb9808555d034ffcee32 336 0.25/1.00 vMB 99
237,020 237,020 000000000000003d0ba54c3ec72318710ce47a35407d388103140b0ee8a9136b 161 0.25/1.00 vMB 36
237,019 237,019 000000000000013bac80e5364633b77e363f1d9ee66aa06f80fecd1d3d0f0547 211 0.17/1.00 vMB 113
237,018 237,018 0000000000000140a4ba877962407e7a8bff275fe6ccde91a50305541ed59389 236 0.11/1.00 vMB 152
237,017 237,017 0000000000000015ed2eacb6ab68e9be6cbba39312538f6dfdbae7c2ceb3712b 254 0.11/1.00 vMB 172
237,016 237,016 00000000000000a26df0c2908e9200502b510b7e45f0c8f83376de0cc4c3dd52 234 0.14/1.00 vMB 127
237,015 237,015 00000000000001662cd0976b45f69f2b80d1a8fedef0c0ea4d2befcca11b859d 426 0.25/1.00 vMB 143
237,014 237,014 0000000000000026d75eb6ab5abe6c8e7b9388c4818da66a5deaa764c3fd4519 271 0.13/1.00 vMB 207
237,013 237,013 000000000000005b4c54c58913e49cfa7089d12ccd77be39755cbcaa971afcdb 490 0.21/1.00 vMB 220
237,012 237,012 000000000000009ca25757aba4cc6fb91de76d62030a62e7bbe5a3d5a9f62431 174 0.13/1.00 vMB 110
237,011 237,011 0000000000000037d1218b3303a577cc9146d9f07a966925f515e651d5343790 173 0.08/1.00 vMB 180
237,010 237,010 0000000000000045a0bbe2fbcb67610d8f432d1bfd4744a54c825445007b0302 120 0.07/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.