Memory Pool Memory Pool Refreshing

5,630 transactions (2.11 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,246 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (861,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,902 46,902 0000000009e0f4e6efb7e552c94d19fd042fadb40b5161fc3496dfd2ba899fcc 0.00 MB 1 0
46,901 46,901 000000003022b20eba4b6e4ec959a3b70634c97480ad5fd8fb85bcf98b028e73 0.00 MB 1 0
46,900 46,900 0000000009a067fdd8c2e6e7cc505b88ca8f1a79867d54c6d44958be528de782 0.00 MB 1 0
46,899 46,899 000000002bcc8b2810a139a7312ede9cd791b78a89d682f1f27adcac3b168937 0.00 MB 1 0
46,898 46,898 000000002cbac2c2f00b133ff8f811f646557c70d759ee9e88f4e131505ed617 0.00 MB 1 0
46,897 46,897 000000000954c06e11b7712c6bfbe9cb3d74efd5f9a84f98f2a1cfb1a37e1e32 0.00 MB 1 0
46,896 46,896 0000000004de0f1885ed5d50fa91f3dd996f1f478bd2855a2eb60a3ae6eec3f0 0.00 MB 1 0
46,895 46,895 000000002d3705d13a40fd811e825994be03b4c9fe77c8e08bf898dfff58d39d 0.00 MB 1 0
46,894 46,894 00000000092cea7bd8affb2ab0c6c0c23286b7103c8f08b17d1c497725e3398f 0.00 MB 1 0
46,893 46,893 000000003488dced4582ff1a96a71196e743659aaf01ff8de2faaed7632774a9 0.00 MB 1 0
46,892 46,892 000000001ed2e9404a3da97503dd9dac85e774d50ab593ef849b12c5b27d1b9a 0.00 MB 1 0
46,891 46,891 000000001851e8baf75b2855c40d481e4039382d1be667ef9ab6d833de27a18a 0.00 MB 1 0
46,890 46,890 00000000361d08a690ec6a06020d09ddbd7276a7c87c8b2ee0dc2484d2ab8f10 0.00 MB 1 0
46,889 46,889 0000000024c06ce51aac7cd12ea886f0eefec45f8beaa32dcdc178796e1478e3 0.00 MB 1 0
46,888 46,888 000000002405a9e73038d927f257cfb5f5b0088361eb9c7d8395368718cba4f6 0.00 MB 1 0
46,887 46,887 00000000092397be1fdc63f681ac1950532d8ed4ab68c9bfd4d481d84b62c226 0.00 MB 1 0
46,886 46,886 0000000011e07327f9fede8abda107713a1e42569af4a5e92f19422b12d1deaf 0.00 MB 1 0
46,885 46,885 0000000034fe3b0137075d0d80bb9aa18fb41d743e11ea2eed6822fa8cdf703e 0.00 MB 1 0
46,884 46,884 000000001ebbe59be50a3a170625f98a3543f5b6d48e23a5d1ac6aceb77a7c73 0.00 MB 1 0
46,883 46,883 000000002e32c8451d7a8ec3c0f40b8364fba5e7e39e82cb7a7402832a8854f6 0.00 MB 1 0
46,882 46,882 00000000112e59003af4105b0c13bc827c87c42cd39a598aa22d2600bfc0d685 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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: 1,856.91 GB sent, 102.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.