Memory Pool Memory Pool Refreshing

4,413 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,185 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (494,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
412,976 412,976 0000000000000000028b39ba0f4cf0d9089d8221bbd928c675fe9d45a604db75 0.05 MB 128 46
412,975 412,975 0000000000000000058f6316dbad0e4d92d7251d82e14847ed72200abbc43613 0.18 MB 440 43
412,974 412,974 0000000000000000004e1573ad93a7c2e15d0c921ddf9fb3d3b9a667ab49adc7 0.07 MB 169 40
412,973 412,973 000000000000000004f0c9ff07774f6c584c94a59f15bdfea3ecece148a545a4 0.29 MB 754 44
412,972 412,972 0000000000000000028459ba60cbd5f95fcecb7b7eed315fe1059c07baacee27 0.01 MB 26 56
412,971 412,971 000000000000000005813a39b8be86b24486f107fbd400b2dcdcdb02f4e43664 1.00 MB 142 3
412,970 412,970 000000000000000003130ae5a6b6738c7e1d455a8ca21d94f4d52bb1b27c6b96 0.77 MB 962 25
412,969 412,969 00000000000000000018db9a88b76da208853d34937f77b0f87497d68882bb23 0.71 MB 1,285 37
412,968 412,968 0000000000000000023cd63c81cf8ab7bb3fdc37568a49ba90ed1babf7853f68 0.54 MB 859 70
412,967 412,967 0000000000000000017079b6f1f57fb190c19e1805434a69625a62a7f60f20d4 0.55 MB 1,329 45
412,966 412,966 0000000000000000017973014e7f2279889a55dfb0eb80a7211c27a78968e384 0.07 MB 182 44
412,965 412,965 000000000000000000a915a5529d478bac6cfdf81617c75b07afc02cd9c5df22 0.00 MB 16 121
412,964 412,964 0000000000000000059324a24acb9b73f2fc6c0f2e8203c1b42647875f436163 0.02 MB 50 53
412,963 412,963 000000000000000000808f66af4385ac3e5d00b0d818dc1ade59241c48a36ecb 0.99 MB 295 5
412,962 412,962 0000000000000000045a98e6c61dd08c8998e0df474605c5141d581b2596676e 0.16 MB 379 44
412,961 412,961 00000000000000000443d0a5b8792f18e2a78447e726869c5f9eca887ae754a5 0.95 MB 1,930 40
412,960 412,960 000000000000000000c23328ba8b12344468342e3b8129e4e2927f1ee708dfbd 0.12 MB 229 41
412,959 412,959 0000000000000000047d2f12bc810dbbf1d6bf1f3ebfa4e7c92f5fd8b1aeac35 0.27 MB 450 33
412,958 412,958 0000000000000000048aa8b10bd12cc0373582b7c1bbf5c399cbb6d06451efe8 0.53 MB 250 14
412,957 412,957 0000000000000000033eedb8106aff11abfc184ca0698df0eb38851d8634519d 0.90 MB 1,142 44
412,956 412,956 000000000000000000ca686162602994e52de9791353210fb2bbc1343740c0e3 0.97 MB 1,165 34
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.04 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.