Memory Pool Memory Pool Refreshing

51,432 transactions
25.31 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,156 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,417 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,155 (76,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
792,657 792,657 00000000000000000003f41d62034e7dba8403e4b00f26ca8106ce24f273192c 1.67 MB 2,947 24
792,656 792,656 000000000000000000037cc2fe103f2b48fbe36a7c30ad908a469f6c897a5627 1.65 MB 2,856 35
792,655 792,655 000000000000000000048b4d3fb22c005cc5c132d30bac99f819819d198fb449 1.72 MB 3,477 30
792,654 792,654 00000000000000000002957c2e2ac397481f62b529fd8116d3fd4628cb111dd8 1.63 MB 3,592 36
792,653 792,653 000000000000000000000e7f18b2fd65f9b33dab976170a96bb84b89d1fe34ca 1.94 MB 3,248 24
792,652 792,652 00000000000000000004e9df2290529d21b5a63308c26ca4c127a89ab45103e0 2.01 MB 2,980 21
792,651 792,651 000000000000000000042bd31bae0556ebba6512f9eb00d73a6c5c11e60d0a8f 1.86 MB 3,043 31
792,650 792,650 000000000000000000020bd43fe5199a0feced361c2ab0442510b61f994a82ba 1.61 MB 3,371 36
792,649 792,649 000000000000000000019f7702a03916b8d1293d8d97b0942bad30eebe5e63bb 1.48 MB 3,120 50
792,648 792,648 000000000000000000026fbaffae289f8b22279c5e333bfe2d859304ca2e4ce5 2.16 MB 2,764 36
792,647 792,647 0000000000000000000253cf18c01aa5af80d219d36407d7fcb3eaad754ce1dc 2.04 MB 1,908 30
792,646 792,646 000000000000000000009a2fde8a561cfe41b72a2fde075dd7299f7581d763ae 1.51 MB 3,220 35
792,645 792,645 00000000000000000002d7ad3349923746d49d00ea3f19322abb9f1d0500c4e0 1.54 MB 2,830 32
792,644 792,644 000000000000000000004ae3f775248a68d3688e60528268cab90583f94c947e 1.82 MB 2,130 36
792,643 792,643 00000000000000000004636e47c838abd0a91782ddc62e8c197835ec7e79249a 1.54 MB 3,366 51
792,642 792,642 00000000000000000000058296a0cad1ebaa49c92b3da9482d83fcf0e3e22375 1.47 MB 2,848 67
792,641 792,641 000000000000000000048958078ce3a571a1c575dbfce6e6d4beeefef198b4b2 2.01 MB 4,558 23
792,640 792,640 00000000000000000000a8289493543761f270b5fb657ac9c337a7a52ccba454 1.61 MB 3,471 33
792,639 792,639 00000000000000000004a25b3c22f10ac89df5480217832d4df95cc5dec7ef69 1.65 MB 3,873 34
792,638 792,638 0000000000000000000577102d7926c861dab400ca2f9c8846701a25baf12d49 1.50 MB 3,053 43
792,637 792,637 000000000000000000006af8360804e6d7e653cbeccc142cfd4c3f975ff93993 1.69 MB 3,562 30
Previous 10 blocks ↓
Total Size: 697.86 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,062.79 GB sent, 196.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.