Memory Pool Memory Pool Refreshing

5,935 transactions (1.90 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,128 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,551 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,127 (814,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,167 94,167 0000000000061ba518d1abd8d332342a460437e3866829711c7c1803fa8710d4 0.00 MB 1 0
94,166 94,166 000000000008390f651e3076d8d4d1d32cd262873b1cabcb02f3140136f42cb9 0.00 MB 1 0
94,165 94,165 000000000000e0089ad3e73bee89e2c6495c849044c457ef67c5770973b6c614 0.00 MB 2 0
94,164 94,164 000000000006a97997e349aa0eae8e4b54b4fda5848c56791224b4556efbe29c 0.00 MB 2 0
94,163 94,163 0000000000013262ef4684dec1ad427ee6184a554c2d48fc4f71c8c25dd2c72e 0.00 MB 4 0
94,162 94,162 000000000001476f13798c4ca18328df730f65e9c18a21c2a1b50215619f4155 0.00 MB 2 0
94,161 94,161 00000000000831419c087392ceea743cccaa0a0cb3ac408e5e9e4be74a3212ad 0.00 MB 2 0
94,160 94,160 0000000000075579a16aa99ae5cbccc14cc05289f60cb4c06738f1baff36d576 0.00 MB 3 0
94,159 94,159 000000000002a92fe652dc8d2f70c19450e3dc66f1c0ddddd852785a0101ddf6 0.00 MB 4 0
94,158 94,158 000000000008489a7a176941bdc346e0b08b149c22a95b006110392ba8b94793 0.00 MB 5 0
94,157 94,157 000000000008d0040a0ca98b6a514774af2790a3bb17b19de710b049e1d1bd6d 0.00 MB 4 0
94,156 94,156 000000000004ae3ee61a231bbd3174ac51a8ac785929a6416180bf512b4bdba2 0.00 MB 1 0
94,155 94,155 000000000005cda845ca57cb1dac6a53af71857c0b4f8927d80e76af384cafdc 0.00 MB 3 0
94,154 94,154 0000000000025eb221592480b3060d62232da8d3d074b6ddd5a714fed8ebc57c 0.00 MB 1 0
94,153 94,153 000000000004ef0f8069b2d326f70c9a7068c78f017c714f6e29adf5e9d2ec3b 0.00 MB 3 0
94,152 94,152 000000000000dc9a803cddb58901fb05f6033bb6c78dc67b2fec6b95a1f813fe 0.00 MB 2 0
94,151 94,151 0000000000080b5931f175a4933853d9505e3222f4dc50a6b0235cc0a323d074 0.00 MB 3 0
94,150 94,150 00000000000735540f3bfd369d3db1fec84cf530994dd4871f9423c02e62be6f 0.00 MB 4 0
94,149 94,149 00000000000316591e8d61ab3b319c9af0935342edec246f663e28e440c73223 0.00 MB 5 0
94,148 94,148 0000000000008f1fa030261760d92e43089b63142ec1d73778c724eaf5374558 0.00 MB 4 0
94,147 94,147 000000000008139f22545875b13ba983683a8b182f8a79d9a639d9e6032e757f 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,938.61 GB sent, 106.48 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.