Memory Pool Memory Pool Refreshing

9,767 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (299,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
608,436 608,436 00000000000000000001d7b7b26f2ba607d7ea7783c4430e4192a3a929351944 1.65 MB 2,614 13
608,435 608,435 0000000000000000000b5d9b51d7059947d9358d25f2c0af99033105df92400b 1.24 MB 2,159 29
608,434 608,434 00000000000000000000908cea1d2b3ec484440e313650f5a49f1824c0344f7a 0.93 MB 1,931 12
608,433 608,433 000000000000000000139dfc1531385688ce2e852f0090f2fb391f298b65c6c1 0.04 MB 41 11
608,432 608,432 0000000000000000000661cf219eb7b06b5e599371ccc98b8a30b3b990051a7e 0.26 MB 769 14
608,431 608,431 00000000000000000008a6e4f722dc63cdf3f4937bfc66e107fab3e61a6012d3 0.80 MB 2,131 13
608,430 608,430 0000000000000000000d3441fae0199f57831c2f8ba3fab94445a0a2d27536df 1.00 MB 2,461 14
608,429 608,429 0000000000000000000bffef86b6dbc049e150b598265d912f6700a848a57bf1 0.64 MB 1,627 8
608,428 608,428 00000000000000000012e6e6870bff1d03b471cddf49ec14ceb7d07f5bad553b 1.10 MB 1,710 5
608,427 608,427 0000000000000000000bddc281711623109e657a64e3a846e81b9157bbee2992 1.28 MB 2,835 18
608,426 608,426 000000000000000000043761a21367ee993659994a2fe1e3dbcb1e9b4d84f289 1.25 MB 2,620 21
608,425 608,425 0000000000000000000e838edd84a5f80d9ded23411d0ba1f66b094904a33fdd 1.27 MB 2,724 15
608,424 608,424 0000000000000000000e91278f08fd8532acee28aaa0ddfd5ef1025217b1f2a9 1.24 MB 2,277 15
608,423 608,423 000000000000000000129fbb8c779b98f7d1c9d7fb74be130c6ca462483a4e62 0.88 MB 1,484 13
608,422 608,422 000000000000000000075b53cf3720c03aab086b980be262c49af67a75338c17 0.77 MB 1,033 7
608,421 608,421 00000000000000000011631b7cd0650035d3c111d31af7b85ce5efd4fa310eb7 1.20 MB 2,336 5
608,420 608,420 0000000000000000000ece9d94cb33f90118439cff10036ee64fad2b992df503 1.21 MB 2,433 13
608,419 608,419 00000000000000000008f36bd2db381741501d0c810bddf746b107409cd230e4 1.30 MB 3,302 17
608,418 608,418 000000000000000000048e7aa6ccbdd40dfdc8031ffb19d5048e3d6e2cee1993 1.30 MB 3,046 15
608,417 608,417 00000000000000000011ae5921902eec4eb7fa1b48474d4c581fdbd98ba17920 0.86 MB 1,780 17
608,416 608,416 00000000000000000012a31f2f436cca821b525b207b5acefc3b77a88fcbbf6d 0.74 MB 1,768 13
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.