Memory Pool Memory Pool Refreshing

4,475 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,160 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (128,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
779,339 779,339 00000000000000000000410175aaaa88fd1a1f5bb9e02a5a931ee0fe60020687 2.29 MB 970 3
779,338 779,338 000000000000000000011bfc8a1081b8d6a758f305c4cc2321e812934f592753 1.88 MB 2,609 11
779,337 779,337 0000000000000000000374a16b79d1bb5b387003244eaf9f0051f23831a96519 3.18 MB 886 8
779,336 779,336 00000000000000000000db82cbcd9d933a260e2e9c7e4d726573ef64736d206a 1.95 MB 2,779 15
779,335 779,335 00000000000000000001633f3b15754669e267f76aae3e4c2a513c71295a0416 1.68 MB 3,460 17
779,334 779,334 00000000000000000003dba981ccc5630ff8468852595d0e12e70f213ef16b0e 1.40 MB 2,928 31
779,333 779,333 0000000000000000000333334e1243f98178f4d81970d8c549e5b99da0579ed3 2.08 MB 2,312 8
779,332 779,332 00000000000000000003875d8a5603cbd50ef3793e40ec036f4aff19e6fb8c41 3.78 MB 328 5
779,331 779,331 0000000000000000000373a1c0717aad6891e9cc50dc14c46e488813c3efb979 2.45 MB 1,853 9
779,330 779,330 00000000000000000003a8f6273a98eba079e71e747600bc94aee24b203187a4 1.31 MB 2,385 17
779,329 779,329 00000000000000000001a8dacfb6e39652681dc7d339666a1b50b0bcf12e37e7 1.41 MB 3,424 30
779,328 779,328 000000000000000000010c0f750c35fa0c536f91b41213b8ce5914c45d52c84e 1.95 MB 2,670 13
779,327 779,327 00000000000000000001147c925a04fa4a3a0d0f54af2721c5b8118606f2d6de 3.43 MB 853 4
779,326 779,326 000000000000000000022be3e24dbe99f1d72befc043c640032078e8da9c9404 2.49 MB 1,970 10
779,325 779,325 00000000000000000004b58b25718e5d520aa7bb27f31257a9bfef5e11c8ca08 3.55 MB 615 4
779,324 779,324 000000000000000000047531b2d090125e44b0a350b9232e6f4c34e569e2f19f 2.91 MB 1,408 6
779,323 779,323 0000000000000000000380e55f5b2fc6ca0e60b878b94695470670163232515c 1.96 MB 3,193 12
779,322 779,322 00000000000000000004a5321f520fff5d2c26c4d723aa4d2fbaaca4273583a0 1.98 MB 2,600 8
779,321 779,321 00000000000000000000c4c483951ef1ffd2e85ace3dbb15a29c5e2055bc67bf 1.77 MB 2,775 18
779,320 779,320 00000000000000000000cd8405267841c9c31d70d94dc8e888785fc610ce50fb 1.83 MB 1,704 8
779,319 779,319 000000000000000000047c1b31a58836b40ba9dbcaedbda9433884700964b631 1.65 MB 3,060 17
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.