Memory Pool Memory Pool Refreshing

56,315 transactions
31.43 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,664 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,819 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,663 (126,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
746,377 746,377 000000000000000000056a70736a464df70708f255d7b732b38acb7052deedb4 0.36 MB 701 10
746,376 746,376 00000000000000000002181faa93baae106c8f6bf628dc884af5825ed63b6104 0.46 MB 1,094 10
746,375 746,375 00000000000000000007ac1bc4b2af89c11fee6d46cfa56cbb3f1bd7162c37d2 0.82 MB 1,485 9
746,374 746,374 00000000000000000009632715e287dfde2c1a6bc3f8d58499e41d5ac50b6a51 0.23 MB 391 10
746,373 746,373 00000000000000000005c1b41fcbf754de241cd27cdceb1b1762f39af8d3802f 0.69 MB 1,218 11
746,372 746,372 00000000000000000009ccc0a9ae4b1d92b356071d0e90eb827bef1b3393bf23 1.08 MB 1,545 8
746,371 746,371 00000000000000000006e01f415c73602508cfca4553bfbc19046564db7817ae 1.34 MB 1,250 3
746,370 746,370 0000000000000000000619a0ce68bf538ee23e96d02a3aaa2dae1f386d7c881e 1.57 MB 2,312 5
746,369 746,369 00000000000000000005ff49f45fb6f51cc550b7a1347ce6cd6b806bc641a625 1.55 MB 3,209 15
746,368 746,368 000000000000000000065847b12368376917dc34c1a096378f2c251224ec4a33 1.26 MB 1,616 11
746,367 746,367 000000000000000000085cd257b280293be91c3998683c2a400e439a35253baf 1.33 MB 2,102 21
746,366 746,366 0000000000000000000619f2891ddc6aab3b7787ea5e25bda32230cb2bf62f05 1.71 MB 2,120 7
746,365 746,365 000000000000000000031ec8f888de717e2d76995a61a7a4f7196696a7890430 1.57 MB 2,393 11
746,364 746,364 000000000000000000090d188bcd9265155926379be4a13f4920d277bc5909b5 1.53 MB 2,201 7
746,363 746,363 00000000000000000003e1fddfd8f2481890a2b1134ff60359b802ae2dd1e6f1 1.62 MB 2,639 13
746,362 746,362 00000000000000000003a4585fda199573a717d1c733b8961dec8f2716fb0d30 1.04 MB 2,031 10
746,361 746,361 0000000000000000000310b199d99e05ed5f457fdc4938b1a9ebe5790f7daefa 0.27 MB 448 9
746,360 746,360 00000000000000000007b65c38c0a94fb60b6886b0a96909d1829e27263af1a2 0.56 MB 870 9
746,359 746,359 00000000000000000003d71ebd0a40eda33bf27d8fae1df80b30731b0e1c3706 0.21 MB 236 6
746,358 746,358 0000000000000000000a16adbf5810a2c78d04110b43648c1a1d504ea9000e9f 0.60 MB 1,133 11
746,357 746,357 00000000000000000005a5b61708a2038b0f422b0f5c253d75ad130aebe95112 0.02 MB 46 16
Previous 10 blocks ↓
Total Size: 704.43 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: 2,651.41 GB sent, 240.80 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.