Memory Pool Memory Pool Refreshing

29,374 transactions
30.96 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,418 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,645 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,417 (80,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,452 781,452 0000000000000000000651c7f701b998e439b8de3787136c159382e1c4ea1347 3.48 MB 829 9
781,451 781,451 000000000000000000048f3400c73c300a39687a0bfd7db7ccb34aec35f6e8a7 1.53 MB 2,511 27
781,450 781,450 00000000000000000002abe981a3c962effe2624778738107b509a7af528fcf7 3.41 MB 764 9
781,449 781,449 000000000000000000029a882f642ae42256aab187d848eb3919b56991e978e4 3.32 MB 690 10
781,448 781,448 00000000000000000000dc2930b9cfc158b9b4a90606e242158fea12db7150d6 3.19 MB 1,046 12
781,447 781,447 00000000000000000004b98925d02eebc7a7efffa6373f430c5f3c4580181772 3.94 MB 153 6
781,446 781,446 0000000000000000000040fa2af96a7ba6d3bed8af026dbef8be509336939b33 3.12 MB 1,184 11
781,445 781,445 00000000000000000001c4aaa562b9fffcdd34433f29a9fd01ed362617dcc11c 2.18 MB 1,591 12
781,444 781,444 000000000000000000013cf273034c7885d6c28d1cb235c71107572df8b74d10 1.37 MB 2,392 39
781,443 781,443 00000000000000000000c1596eaad117ba33e95d2792fd2c3ff7ca20a6249051 2.76 MB 1,624 16
781,442 781,442 00000000000000000003d0106dafd34e6b7d6068868b24bec843930cfb9ac3f9 3.53 MB 316 7
781,441 781,441 0000000000000000000326b6486c5de5a5452a7af00bd3aa66238d04675fe082 2.97 MB 1,329 13
781,440 781,440 00000000000000000002f86aba489a434e6f34ff15836b2b1bdd1eba26f88737 3.61 MB 462 9
781,439 781,439 0000000000000000000042c1e88ca9da486a55ee79f1d7d77ad11176153a265d 2.92 MB 1,674 15
781,438 781,438 00000000000000000003e8752be4af4d67c9253048d603098dc3841dc8c334c7 1.71 MB 2,664 32
781,437 781,437 00000000000000000001d002bb005ecca447c871e3cd73b9d6f2e9bfa5f1ee73 3.04 MB 1,363 15
781,436 781,436 000000000000000000033af5f031e95475e7dd4930e18f787d73b9a66c531d47 2.65 MB 1,459 17
781,435 781,435 00000000000000000005705283f72eaf68e410f60609b3a5f86fea21a1fefa3d 3.80 MB 352 6
781,434 781,434 0000000000000000000190ebf136deaf566c1c28ec5e85950ee728b609b5f960 2.40 MB 1,761 17
781,433 781,433 00000000000000000002ca84157bb78e03328469baf6f06853481f5eff2fd1c8 2.12 MB 2,510 26
781,432 781,432 000000000000000000002f6d059afd15937d2cbc0c165e0263819975185ffabe 1.53 MB 1,055 17
Previous 10 blocks ↓
Total Size: 684.96 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,367.94 GB sent, 104.68 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.