Memory Pool Memory Pool Refreshing

7,877 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,791 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (544,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,042 363,042 00000000000000000efc4aec192986fddd1e469632e22d903825d51672b14c13 0.75 MB 1,592 29
363,041 363,041 0000000000000000068dbf13c25bb23db50a9136a747200c9a4679a398994da7 0.53 MB 841 19
363,040 363,040 00000000000000000701bdefb0d0dd9e92e6bd1ed208bc0e41c677259b06bca6 1.00 MB 1,758 27
363,039 363,039 00000000000000000318715f7fdfedcfa85207313a1d66cd30c493c1dbeb3a53 0.17 MB 637 105
363,038 363,038 00000000000000000540d4062612eb8609ce82c09b94af5e947166ae1175ea76 0.57 MB 1,078 45
363,037 363,037 000000000000000001eddc40b107b28addc3d3158af87d9030afe073af5a59c2 0.00 MB 1 0
363,036 363,036 000000000000000007115ca4b4dc57b97ac6ffcf5d761f2f8a1e50228beeafb2 0.77 MB 1,333 29
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
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.80 GB sent, 93.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.