Memory Pool Memory Pool Refreshing

598 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,986 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 598 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,985 (14,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
893,227 893,227 000000000000000000002727477a1295664d850a0f92f33c6e3c4d50aba503af 1.78 MB 3,667 3
893,226 893,226 00000000000000000000df0a6c3d390a444b5113fb9efc3307edf66b230f5643 1.62 MB 4,260 4
893,225 893,225 000000000000000000005e91f963523cdfe73ef952c8d036f597d1bc7922d7a0 1.68 MB 4,201 7
893,224 893,224 00000000000000000001c3890684ec5b0a760dd78ffa56d9cce5fe0d1458bfc9 1.69 MB 4,362 4
893,223 893,223 00000000000000000000398a51276d6db2e5b84f227942b61a44c8550a42dbeb 1.76 MB 3,968 4
893,222 893,222 000000000000000000003a69eee9e1e22dbe58f820db9e50c9789dc8c3b3283e 1.86 MB 4,687 3
893,221 893,221 00000000000000000001ce9fec4ce394d02890cd64e2c30042d5d756cceb63d1 1.56 MB 3,795 5
Previous 10 blocks ↓
Total Size: 769.52 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,647.51 GB sent, 95.53 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.