Memory Pool Memory Pool Refreshing

37,048 transactions
24.87 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,062 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,256 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,061 (35,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
826,595 826,595 0000000000000000000395a3bbcfffc1f8f72bfe2b5e224d3ba9db074627ff08 1.82 MB 6,120 41
826,594 826,594 0000000000000000000373b484ac85945018a7db6b6f88c6283d54c2477c3867 1.68 MB 3,548 46
826,593 826,593 000000000000000000010fdd4df4dfb6857d01b0c357ab48751b822e3107c601 1.66 MB 3,144 45
826,592 826,592 00000000000000000002853d7b1529c764ffe5bb843d66e84aa721609c3384dc 1.63 MB 4,831 48
826,591 826,591 00000000000000000002c4290b745bff66dc0b23956d24e48df50e44fbe10933 1.54 MB 3,392 73
826,590 826,590 000000000000000000031f56a834cc8b3df9bad9b7bdea067a5e9d562423be95 1.65 MB 4,269 39
826,589 826,589 00000000000000000002874d5509f1275d0595966bef305c6cc0de115a008685 1.69 MB 3,689 47
826,588 826,588 00000000000000000003ff6ae7e476c9f42009516402b744d3c4671a041cf674 1.48 MB 3,476 50
826,587 826,587 00000000000000000003d0ec1819e7a51c942f529fa90f1b666e4c35987179f0 1.54 MB 3,577 79
826,586 826,586 000000000000000000028d3fbb476518cab0ff0f540a92568f735c5a88dd7153 1.59 MB 4,664 57
826,585 826,585 0000000000000000000341ab7e44ff74535f811005072dd77acb63ab5b427663 1.65 MB 4,553 50
826,584 826,584 00000000000000000003d9b4b8e125dbda11ac853dc65301237d6d0aa78c20f3 1.61 MB 5,020 53
826,583 826,583 00000000000000000000e8900e4d8db11602b8ff436f60bff298d62c7fd7cf2e 1.53 MB 3,763 71
826,582 826,582 00000000000000000000756e71eb3f6bf4e7a5224fa393e8bb1c2e47cf2b45f2 1.56 MB 3,728 45
826,581 826,581 000000000000000000034caa04815fdfcc7bca313f22eb3d2043781de1f75529 1.62 MB 3,731 50
826,580 826,580 00000000000000000003e4eff514ca80bbdb6238134dbf38f2f78a8eb6a61ce2 1.67 MB 4,925 50
826,579 826,579 000000000000000000013143f75d38d7057232163a174c33e5492c10b230a665 1.52 MB 3,903 62
826,578 826,578 000000000000000000010d69a50f1b091c37ec47cac89ddb4903937ec3939e93 1.55 MB 3,357 83
826,577 826,577 000000000000000000014300ffaaaa1389b50269d1401b0b2397d9b2301dcfc1 1.62 MB 4,620 52
826,576 826,576 00000000000000000003f997dd5e41c581d3f436263d75c6497e8b28166cfc55 1.59 MB 4,571 64
826,575 826,575 00000000000000000003c566ecb0f46d72d64c0e326e06f7102b6871f66f4a9d 1.63 MB 5,123 54
Previous 10 blocks ↓
Total Size: 684.28 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,332.35 GB sent, 100.21 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.