Memory Pool Memory Pool Refreshing

44,451 transactions
30.54 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,287 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,971 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,286 (747,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
116,250 116,250 000000000000a44527e99f0e0d309967ccdf23d5d89b2c4d92623c698d6f5c06 0.00 MB 6 0
116,249 116,249 0000000000008d520a964c8f0f3809ee6ed505287194f671a2591fd8f57ec7f2 0.00 MB 12 335
116,248 116,248 000000000000189bacf63708263d7b826fb3363b7f8a6c1fc58ac534792b9b94 0.00 MB 8 336
116,247 116,247 000000000000b822ca3dcd36c42755112254ce4c4d5016091f8f867be3e23d09 0.00 MB 11 346
116,246 116,246 000000000000ca773d5bb5353160bf3872ad8ff73969be1810f81b20bcfae191 0.00 MB 9 345
116,245 116,245 0000000000007725d1ccc4146e22aa674f6e0d3a9784f820fa0f360f18c032a5 0.00 MB 14 267
116,244 116,244 000000000000078fd692c668cbef162813527adcccdaaf0e32087793947ac382 0.00 MB 13 0
116,243 116,243 000000000000162a7dd28ea1ea20aa4c07b936f457eb1b1f00515e3e8ea93694 0.00 MB 9 0
116,242 116,242 000000000000c2036a4e87d5ad91eb079c5b7453ad8af4989c27fd49c59a9dc8 0.00 MB 11 958
116,241 116,241 000000000000870c01e2b8f476b81a8666bb3295d98064158d5753a2a2d3bfc0 0.00 MB 1 0
116,240 116,240 00000000000039a8369fe23360a592b769d9ca49cb2e095450e427b083269cad 0.00 MB 10 422
116,239 116,239 00000000000057d0946969a4fb45c0381471dd1b1d3433dbd8369c6500544774 0.00 MB 10 347
116,238 116,238 000000000000abf1f1baa94feee70fe5a16180aa49ab954aa9444e9ff5752281 0.00 MB 1 0
116,237 116,237 00000000000066eddb09cccb87b6fa97d44b7aadbc4b047fbff0b04dd64cc0a6 0.00 MB 7 459
116,236 116,236 0000000000000d62be17ec6dde39fc3249854cd870b6d0813a13b27645808fed 0.00 MB 9 0
116,235 116,235 00000000000057fbb4d616b38331f2374d7418509268e2d4f60162a39cb2ac36 0.01 MB 25 143
116,234 116,234 000000000000b3cf5e57b59fab1cf8485b411af1d9e8bc04634d4d7ddc83e264 0.00 MB 2 3,875
116,233 116,233 000000000000a9115f011e390a5bc8ac951617993c7fb0529f015ff79ef0ed14 0.00 MB 7 0
116,232 116,232 000000000000ae909c9c3a8732455e9235588003ef297d02e78dc6b6e8890146 0.00 MB 10 633
116,231 116,231 0000000000002d62e188a35d9ad70acdee05489aa468a6cdbf613f8b112fb0cf 0.01 MB 24 0
116,230 116,230 000000000000a4c308d9bc460e27dc1ea50b562a0008832d447d379df79636f1 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 686.66 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,486.00 GB sent, 116.19 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.