Memory Pool Memory Pool Refreshing

6,828 transactions (2.79 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,830 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,865 (861,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,912 46,912 000000002b3b12ed43ed9b0a59ce6d2dc55c9d4b43d157d7a198342080dd4792 0.00 MB 1 0
46,911 46,911 0000000011b00002178833f0a6665ce21bbcb84c929c5920aeb560888287dbb7 0.00 MB 1 0
46,910 46,910 000000001d7843dddabd5b7ef41773f3e0903f5304c5351631a6d8c1b5702459 0.00 MB 1 0
46,909 46,909 00000000038bce6054397e3739f9b25b8398f95ce01feb0cc5329dea351157f4 0.00 MB 1 0
46,908 46,908 000000002974fc2d509f5c0191952539b9ee1fa03b05e094e3af3f088b172af7 0.00 MB 1 0
46,907 46,907 0000000026f76fc6d10c2065ce0c9fd009c493b22544ffc94679c30979d9c8c6 0.00 MB 1 0
46,906 46,906 000000000b05ebb6e3010732278e5c62da768e9939c2cdee83dc4b885d4176fb 0.00 MB 1 0
46,905 46,905 000000000683ced2ef9b0c2c9e43f9200c8bba71312a5625952ea1380e17c3e6 0.00 MB 1 0
46,904 46,904 0000000024e30bde69743ceeabf6a0e257d4fa0dc2a353b91dde87318823b169 0.00 MB 1 0
46,903 46,903 000000000e992b8695aff824194885d5dcd2ccffbc0ac2c03843b722103bdf34 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.30 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,861.96 GB sent, 103.66 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.