Memory Pool Memory Pool Refreshing

10,104 transactions
4.63 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,156 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (23,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,428 884,428 00000000000000000000d0b4edfdedf767a8c31df565933c0a40dd66a441c299 1.78 MB 3,310 4
884,427 884,427 00000000000000000001c253699dd09ffb699a1f2a88b6e00bc50033db1d2212 1.73 MB 4,045 2
884,426 884,426 000000000000000000022417f6e8c433c2513bec36171b0a2c28802f7cd8baf4 1.50 MB 2,917 5
884,425 884,425 000000000000000000006d7ee5f0b73464c6b706f441ffe7da30696c49a9096a 1.72 MB 3,965 2
884,424 884,424 00000000000000000000e08cba3d05906d58e810cce6fbad62aa87f8ae4436d2 1.97 MB 5,024 2
884,423 884,423 00000000000000000000ff423a5e8c707e8ec4fae4660a70cd49c5dfc301629d 2.16 MB 4,096 1
884,422 884,422 0000000000000000000075f4a80ddea14b3207542303b312364babaabc99252b 1.73 MB 4,208 3
884,421 884,421 0000000000000000000221b5154f573716c25e2ecb5a9268ff16697bc7b7fe0f 1.86 MB 4,292 2
884,420 884,420 000000000000000000013e2bf014f76c0b217d29703a19f7eee8dad45c21ab6e 1.65 MB 3,933 3
884,419 884,419 0000000000000000000262d624687db3ef16cd1c3b27f11266d239b69cb5cb7f 1.66 MB 3,260 4
884,418 884,418 00000000000000000001b2babb7181e301c0412f10a3fb6a73eb59d7f779a456 1.51 MB 1,968 3
884,417 884,417 00000000000000000000bbf66194d024ef4b3ce194d32d409c3b2485de287a03 1.85 MB 4,455 3
884,416 884,416 00000000000000000000d215dbeaa94b3df7ffac22262b8eaa2b3e51c54d4a78 1.73 MB 4,131 3
884,415 884,415 000000000000000000017599d9160e5890c9632c2cdfa5f6d5203768b25620ba 1.48 MB 2,836 1
884,414 884,414 000000000000000000014a040762f073c05a03cc1ed1fa6f5924b4d7af7a0981 1.67 MB 3,447 3
884,413 884,413 000000000000000000018cad099e17ebc6b247ce869c78799716186d65f5eb60 1.64 MB 3,181 3
884,412 884,412 000000000000000000004c201b369dbded428ce04bc03b37043cfeead44fce54 1.72 MB 3,957 4
884,411 884,411 0000000000000000000260eeb6ef1d938891ecfb4d999a3a58c23f9766a1a495 1.42 MB 2,550 7
884,410 884,410 0000000000000000000040e2498bce6a38f527083ed61ec4074ef0d4577b9d75 1.58 MB 3,218 4
884,409 884,409 000000000000000000009e6f894ab85eea785e6e97eecb3d0514243032d9cc71 1.85 MB 4,695 1
884,408 884,408 0000000000000000000169afd4e254a7cc3204f417868e433d2055117c83d253 1.77 MB 3,351 2
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, 114 incoming
  • Data Transfer: 1,625.70 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.