Memory Pool Memory Pool Refreshing

34,901 transactions
28.77 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,272 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,869 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,271 (815,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
47,293 47,293 0000000030918626471ff3bf9fb68d80b95c11fe17e6c26fb0d26c5d5bddec3b 0.00 MB 1 0
47,292 47,292 0000000029a2a36a37403adb7b4eb3c3fc608f5182a986a4d91924942dea3850 0.00 MB 1 0
47,291 47,291 000000001a32a26acd12e40c6bd6eab48061159e2df99a56e55a9c5ce212f318 0.00 MB 1 0
47,290 47,290 0000000027fb6a8dbea9c076742384588f3ca5f1248b002580a5289df44d5118 0.00 MB 1 0
47,289 47,289 000000000256702c507d570c09110fd0d00527bd976264c0157d9076142515f1 0.00 MB 1 0
47,288 47,288 0000000037fc52b4ebe8c2e28250311d8f806dfcd867391cb0ece196e7404547 0.00 MB 1 0
47,287 47,287 00000000226013da5e9b69d9135077dba5787e4a8e429cb16d9004f1bf8d8d27 0.00 MB 1 0
47,286 47,286 00000000040bbf471d3f7a136fed2cc823d93619cc0d4a3bb985d550c9a050ec 0.00 MB 1 0
47,285 47,285 000000000541724932f6a97690a2cfb3c82a7702eee05e14372dfc72277ee741 0.00 MB 1 0
47,284 47,284 0000000035fc5dd193b965b6625ee3756672ded492af2d5d96a938e508c15149 0.00 MB 1 0
47,283 47,283 000000002a012437943cb8d4ad7d41fd3f2813e61c18e200fcea82dc461fb513 0.00 MB 1 0
47,282 47,282 000000000fc559867c44f979ce0b29323852ced422ec7c784c02621f82734388 0.00 MB 1 0
47,281 47,281 00000000196a6705883bd70a42b3b09a206aa7d9fd536977ee88c48a9885a296 0.00 MB 1 0
47,280 47,280 0000000025af534a227c2796d62c9590557117d536cd261cd0f7290176173f77 0.00 MB 1 0
47,279 47,279 000000001d586dd14d213b0da982f22be861ab2b9ed12558eb74919eebeeb8b5 0.00 MB 1 0
47,278 47,278 000000001cdf8611ad14adbd5ceb693dabec9ea8650da9f6d3d5cf75951e462c 0.00 MB 1 0
47,277 47,277 00000000103a6a51e270cbb18f6bece8f60fe29388f1517f1b39314faf0d89f1 0.00 MB 1 0
47,276 47,276 000000002b0a1a20ff5a3135e030a1fc9a5f4274a3c6e512b5366c68442d44dc 0.00 MB 1 0
47,275 47,275 0000000017937b37edb2d023632b02a63d0fcfa71258471050a230be69dd5ecc 0.00 MB 1 0
47,274 47,274 000000001ce0a88b3eda76ef9288d1478e3cbb19a7e54c9aee9f458f205a5ad1 0.00 MB 1 0
47,273 47,273 0000000000bc4ee8364377e17081c55a866a59e1008ac67a6650ef87de5d040f 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 686.64 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,485.37 GB sent, 115.98 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.