Memory Pool Memory Pool Refreshing

774 transactions
0.32 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
908,566 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 761 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,565 (862,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,875 45,875 000000003778098c9663630f0336e762ea2aff4a3fd5c3ca4f806eeb1f26ed73 0.00 MB 1 0
45,874 45,874 00000000212a231d732a9a99cbabaa7dcf2a2ef4e48ed718308d2f5a36d4c0b1 0.00 MB 1 0
45,873 45,873 00000000016177ed99a7e3030b11b87529a1063b15b13e4dd1cc629c7238cf54 0.00 MB 1 0
45,872 45,872 000000003776fe17da2f6f14ef247f284036ecb337b83971b5a24f8119341fb1 0.00 MB 1 0
45,871 45,871 0000000022f0725c979e8a9ca62aad81038d0d6f777ab9da85201c33b4812424 0.00 MB 1 0
45,870 45,870 0000000024cf49c8e873cd334240468928b978e3faa214a3cfc86ab33cb5c22a 0.00 MB 1 0
45,869 45,869 00000000374d54453128669f8a112acb2ab565516c653fc84d5d03802b377b50 0.00 MB 1 0
45,868 45,868 0000000007d34125e10422d6161589fd2d0449472a37a854599eb70fea30faec 0.00 MB 1 0
45,867 45,867 0000000008a79066d6f9604a09566f0eaf2a5922976208de719aa30408799adc 0.00 MB 1 0
45,866 45,866 00000000092d907e61f322c581f4c4f105c91d163814d9c26a75bc55a5892454 0.00 MB 1 0
45,865 45,865 00000000368db8a91433884f00de5f42deb7c17d051522f14e41903f0067658b 0.00 MB 1 0
45,864 45,864 000000001ecfba84f719c6b6c70b1b1fabae88dae18f9f40a4e2e57ec9613d26 0.00 MB 1 0
45,863 45,863 000000001ddc5647392f8b97462f618f4808647a1ee863e4697dc102efcd9c2c 0.00 MB 1 0
45,862 45,862 000000001d9eb7eb654f57795d573fd8a6a43989bef44ab53aa77295f18ef632 0.00 MB 1 0
45,861 45,861 000000002505710cf3bd556be56917db9b68bff1ad7b42d97b430c41e4523c5d 0.00 MB 1 0
45,860 45,860 000000002cb3b1ef5d5577a2f5309ff3b7c9a5d5064444714ff57030afe7c2f1 0.00 MB 1 0
45,859 45,859 000000000717d022d6984c391fc6a0ec5dbce9dde186b38ae0771140812f21f7 0.00 MB 1 0
45,858 45,858 000000000b3bb43a4367fb826a37835dcd406c7a9dd844246149c94b9c9d8481 0.00 MB 1 0
45,857 45,857 0000000009f708faa8b4a0db93a9e01419947aaa8c87b71c6fa24a9307cc5d8d 0.00 MB 1 0
45,856 45,856 00000000312df69ee2a59b550ee97b0f29ce0784ae60c55ac4d8d4e66354a7c8 0.00 MB 1 0
45,855 45,855 0000000036f02e3879c92f9c58852df73a2675ee6b443d1abbca7472b7532c74 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.76 GB sent, 100.69 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.