Memory Pool Memory Pool Refreshing

4,171 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
898,728 0000000000000000000250490000000000000000000000000000000000000000 1.00 vMB 2,341 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 898,727 (5,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,248 893,248 00000000000000000000b5e6640b0c299e9a228dd367c4b94ac7a1e9b565fdbc 1.78 MB 4,449 2
893,247 893,247 00000000000000000000a2802cd9f592c5cc3249999ccdfe7079eda33ef466cf 1.66 MB 3,359 2
893,246 893,246 00000000000000000000634ca86ddf35dc9825c56465f098583e41b8045f9075 1.63 MB 2,549 3
893,245 893,245 00000000000000000002072da778c5b4ad65602483409c9990c05b2308b4d6dd 1.99 MB 2,678 3
893,244 893,244 00000000000000000001359093eb11ce5c63db86ca3fabd2868c11a3ba024ea8 1.81 MB 3,802 3
893,243 893,243 000000000000000000010915df55779233ab702fc12a1dda6a8cf57f776a6feb 1.60 MB 4,217 5
893,242 893,242 00000000000000000000d03395115371fc01cce0b6ea0fe7af087c55afea89ac 1.80 MB 3,787 4
893,241 893,241 0000000000000000000004aa593dd51d011361277860e8168f58a5e77fcd8da4 1.70 MB 4,116 4
893,240 893,240 0000000000000000000104dfd464ba26ed4c6d561c1f908027ed6ee9bcecdfd0 1.64 MB 3,155 5
893,239 893,239 00000000000000000001007b38a8f6124f0a21e981847bfcb8c74e0cef56804f 1.61 MB 4,229 5
893,238 893,238 000000000000000000016784c42e127ebf0c49fc7244e2cc006bbd4a03d2457a 1.58 MB 4,137 7
893,237 893,237 00000000000000000000ff3c97bc2cd4aaafcb2781ae503334fc4f8e5b6f86d1 1.65 MB 3,722 6
893,236 893,236 00000000000000000000b15c57170733d83724c801515fa34d753e6447aae04d 1.71 MB 3,745 5
893,235 893,235 00000000000000000001a84458b2100d9b868612bfcaf839398c41bc7609affc 1.69 MB 3,765 4
893,234 893,234 00000000000000000000aed971ac1bb490f214afd2c2997bf8136120b2157178 1.64 MB 3,735 5
893,233 893,233 0000000000000000000015993a658854eb74e01148b21a044c5199ebebf506a9 1.83 MB 2,701 2
893,232 893,232 000000000000000000016be1ac5bb31f14eeffd1676b95385ce2d90d0ec467ad 1.52 MB 3,050 4
893,231 893,231 00000000000000000001222f2ab7fa91cc13c5c0d91b7f4799a5d83bf33dcc75 1.51 MB 4,119 6
893,230 893,230 00000000000000000001d96e6f48942bad1d3e97daeac2fde85a4ecd24ad2d18 1.63 MB 3,380 3
893,229 893,229 000000000000000000017ff517d14639709f164097af4d1ee6b45362ff97e45f 1.54 MB 4,450 6
893,228 893,228 000000000000000000023a74b0b6a7d09088176e68ec62296eb05a95468c05e0 1.49 MB 3,595 4
Previous 10 blocks ↓
Total Size: 753.85 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: 423.83 GB sent, 19.07 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.