Memory Pool Memory Pool Refreshing

757 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
903,221 0000000000000000000268160000000000000000000000000000000000000000 0.36 vMB 752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 903,220 (107,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,665 795,665 00000000000000000004f9bec4f8f0b38ae97c14e2906f888643d9c10f7763f0 2.44 MB 2,573 15
795,664 795,664 000000000000000000033afdeee539eaa40930a412b202e36318f5a3aaf0a85d 2.16 MB 1,483 15
795,663 795,663 00000000000000000003a03fd72b7ec9832f14d88bfdf71774f0ab91c11ce77a 1.42 MB 1,406 18
795,662 795,662 00000000000000000004a475145b921d0475fe60d06a06299d833af6b7f9fa70 1.95 MB 2,797 21
795,661 795,661 00000000000000000000647b1e884a6a4f0c10c5a6526ad3bdc34c9636d11368 1.95 MB 2,163 16
795,660 795,660 00000000000000000002474f78caffdfb79b4eb750f6affdb54e276b3ae95bd6 1.80 MB 1,539 18
795,659 795,659 000000000000000000006bc30d624f579588b07a48415d36e534fedfe71ce37f 1.86 MB 915 17
795,658 795,658 000000000000000000027907a83425a7277021c012ba014e8bc50a12ea3f514e 1.81 MB 1,676 16
795,657 795,657 0000000000000000000376bdfea9962c4fb2893a45cddae2fc067c4daa29d5f6 2.02 MB 2,742 18
795,656 795,656 000000000000000000038703b3005266a4194919db0f365b4640f99dec9e44cc 1.51 MB 2,896 36
795,655 795,655 000000000000000000023dea0137cab8dc80ce9f31ad58e28a0e8cdcd0abc0d2 1.77 MB 724 16
795,654 795,654 00000000000000000002e3c45e7fdb205b438469a6c9ef5617e4acb48057f2c7 2.11 MB 2,897 21
795,653 795,653 000000000000000000048fb5374763de5ea5d4e72be7450cf3ddcc2fe451605d 1.73 MB 2,544 23
795,652 795,652 000000000000000000020858c3169ccd679a6421d048f7204ba82a80b60d9699 1.58 MB 2,531 24
795,651 795,651 000000000000000000019d2e9be7592b4161b103d50aff1f3dacac6505a01337 1.48 MB 2,822 24
795,650 795,650 000000000000000000052955eb6ab03dcd2130b2d3283d7573189308b9fbc893 1.42 MB 2,369 37
795,649 795,649 0000000000000000000116f3a54611c67b93e46d29fd37d3d8764a8bc9d3549f 1.68 MB 3,045 24
795,648 795,648 00000000000000000001c11bf5f4355346dec66c22ada355eb3697effb313181 1.82 MB 3,082 23
795,647 795,647 000000000000000000035bc5ba3d52a85d55dd6667a58878a339d57aaaa9bee6 1.69 MB 1,852 16
795,646 795,646 0000000000000000000049e1144d34a95a5a86bc9a88c9e4dbf6214238573462 1.78 MB 2,370 25
795,645 795,645 000000000000000000036b23c3a61c411043f1f91730a4701252b146e101e82b 1.71 MB 2,119 22
Previous 10 blocks ↓
Total Size: 761.33 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 929.97 GB sent, 52.78 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.