Loading Tool

Explorer IconExplorer

Memory Pool

81,209 transactions
30.94 vMB
0.08490047 BTC
Random Selection Loading Transactions
Max Size: 187.77/200 MB

Candidate Block

Mining Attempt 8e9e205b39e9f79770fb22c9c6c98bec4a425b3bd83bc1ab8a8cbf65a75e2e5e
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 7c321fb1c732ee22c9bd49e3ce355b0e51c0de7ca03393ad013faba3b0e2b2f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,840
Size: 1.00 vMB
Total Fees: 0.01838148 BTC
Feerates: 100.69 > 1.84 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (680,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,245 234,245 00000000000001370b3a877931ce298f6d784f6bffd3e6b72e7e38fc9692ebc8 345 0.14/1.00 vMB 178
234,244 234,244 000000000000010db790096568927dba69fbcadaa18bd15a18611d7e791089a2 179 0.13/1.00 vMB 84
234,243 234,243 00000000000000e38f3150b6e4599374335511073917fddccc9ad90a168dcf18 632 0.25/1.00 vMB 182
234,242 234,242 00000000000000c0a8c187d18f459f7155567717a7bac069e94d0ebc8b5ebd71 579 0.24/1.00 vMB 160
234,241 234,241 000000000000005e5fa58de4f6853cf81cea0e364d9ac3b6b849675a07788d96 414 0.18/1.00 vMB 183
234,240 234,240 00000000000001a81aa477b364d84900c15fe92b5f345a4dfa3e65cfd6b5c909 98 0.04/1.00 vMB 45
234,239 234,239 0000000000000113325c334e65c8103eccae082927b5e3bd774d596583160d4a 922 0.43/1.00 vMB 142
234,238 234,238 000000000000013bcc675e518aafc829fe7d202ffe3719cc6da943e27ae1d55d 806 0.44/1.00 vMB 130
234,237 234,237 00000000000000d0bd29de3d2a1df61e109a1f78bf714ebcf0c878007b8eb828 817 0.25/1.00 vMB 248
234,236 234,236 00000000000000c256de13dd0a0be92f1c89df9e4e78b263652f89129e7eb075 75 0.04/1.00 vMB 70
234,235 234,235 00000000000000e2adb70818524f7049f5c6767f61da6bc43eb0ead2a92edef2 387 0.16/1.00 vMB 151
234,234 234,234 00000000000000703cb4cefea78d76e0ae813970e3ccca1d3d198a05d4314ece 506 0.20/1.00 vMB 161
234,233 234,233 00000000000000764f25ef6de023e28b6455b7f54b9431634797f7e25bcba423 888 0.42/1.00 vMB 189
234,232 234,232 00000000000001007b478806128569b60344797cf085e97fe751f4ac7f0ae82a 278 0.16/1.00 vMB 109
234,231 234,231 00000000000000d3faaf89fafb1f169b8f48af049bdc01e9e95340c0ddd615ca 56 0.03/1.00 vMB 19
234,230 234,230 0000000000000122854feb3c6f7e6d11d103ed15a629ab708d1e8d83d9d4d4db 349 0.15/1.00 vMB 176
234,229 234,229 00000000000000653a0538383656d312b4a052d63f6ab088ac4554ac7525fc2e 470 0.20/1.00 vMB 409
234,228 234,228 00000000000000733b2ac8c2bdcdef1638892ad309fd6c8e91dcca2c69656cad 1 0.00/1.00 vMB 0
234,227 234,227 000000000000004f385c2d29b6731a85d8ffe5f7fc16644a7558a904d53e85bf 152 0.14/1.00 vMB 69
234,226 234,226 00000000000000ed042e5fd38e4d4cf3490f13254833ddc3000b190b8993273f 963 0.47/1.00 vMB 150
234,225 234,225 0000000000000145fff8c3313338b7f91689c5fe9d99c351bc91e5dcf01adbb4 707 0.25/1.00 vMB 221
Previous 10 blocks ↓
Total Size: 782.72 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: 702.25 GB
    • Received: 16.63 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.