Memory Pool Memory Pool Refreshing

1,862 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,849 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (544,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,035 363,035 00000000000000000a8d9eab21223173e047bc7fee7269e45c60403ba14edcf9 0.09 MB 117 18
363,034 363,034 000000000000000015f040e375eef95c2b75e3077ba92638c0b0022b83e860b9 0.28 MB 483 27
363,033 363,033 000000000000000007a441c6a188e8905acce55d165f9d514ad1eb0a40e26392 0.36 MB 728 27
363,032 363,032 000000000000000006559a2a10e91fdcdb48b9326ab2e07e5293bf04fd570fcf 0.11 MB 104 14
363,031 363,031 00000000000000000f1912decea71bee786dbf2853a8449cf4e01ce795c4595d 0.11 MB 305 21
363,030 363,030 000000000000000008dfda4cec1ae7934c659beb1ff95a125e865e77080825d2 0.25 MB 214 6
363,029 363,029 00000000000000000b41b35eeaa06755cb639b8df6315e106bdc330c9899bbdc 0.80 MB 1,237 24
363,028 363,028 00000000000000000736f8f37d9ac8c0b246cca692cf516f9d49042e4607b9b1 0.75 MB 1,774 35
363,027 363,027 00000000000000000e390669dfbc115ef33f7ccb218115abbcd07ca14b238149 0.29 MB 438 23
363,026 363,026 000000000000000012ec2c1cb7e7da00cf284a0297ba98fadbefdc6836213f37 0.39 MB 812 29
363,025 363,025 0000000000000000096f50ef9ed6755ec13fa0abc954d324d997beb3d9787b78 0.22 MB 361 25
363,024 363,024 00000000000000000bb11aaef45bb0d1039cfd6a495ffdc248dc6122cd0efc5a 0.10 MB 146 19
363,023 363,023 000000000000000013505dfc379279d343c7dcc45ed5259e50a0557e426ee0ce 0.50 MB 857 25
363,022 363,022 000000000000000007c2e0862e78b7ce3c5a6e9720132c0d10241fb210c51dd9 0.48 MB 862 26
363,021 363,021 00000000000000001640d4f66b07a0c4f24e75f85b24f2cb2d37c002f8750aff 0.34 MB 700 27
363,020 363,020 000000000000000005fd682b9472c3549f67504f18719068838e64067d50da23 0.10 MB 180 27
363,019 363,019 00000000000000000defb1d78647301a479ca26e04c91223af9a62c866761260 0.16 MB 215 21
363,018 363,018 000000000000000016405646f550c581303999d8d3d732016d15ce0218abdfdd 0.12 MB 184 20
363,017 363,017 0000000000000000120dc5d97df5a414b17de9c9e83f1d61bd92fe4b2fcd36e4 0.28 MB 309 14
363,016 363,016 000000000000000003696eee1feacb36a753e2b7d34a8cfdf55f6bcb4e8fa3fb 0.74 MB 1,009 23
363,015 363,015 0000000000000000151f6802d58a671c4069c08195b0327bf0fc1ba361b47864 0.06 MB 80 14
Previous 10 blocks ↓
Total Size: 769.53 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,648.11 GB sent, 95.59 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.