Memory Pool Memory Pool Refreshing

5,364 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,846 (131,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
776,491 776,491 000000000000000000014ce2dc35b2dfa92fb56be1ec18f6fbcda92f5c02d084 3.32 MB 1,192 10
776,490 776,490 0000000000000000000538f28fae1b8fb9066ff4c4ddefa96cdd209431b81c78 3.26 MB 1,338 10
776,489 776,489 00000000000000000006d35f3480c34e8b5d825624556b873e024ec924a17505 3.47 MB 981 8
776,488 776,488 0000000000000000000673834295aa5488a565b49d2555bb2d190df5f946ed3e 2.90 MB 1,973 9
776,487 776,487 000000000000000000004c2c8b93aa0be7282a1c1e518cde8af0f53aa911913f 2.26 MB 2,703 21
776,486 776,486 00000000000000000003ebcfaa5655e23a70196dc6f7945cd5dbc23765dc24fd 1.62 MB 3,345 23
776,485 776,485 000000000000000000049a41d192916ca50f69b0bb190c25bfd56b26c2a16ece 1.95 MB 2,560 13
776,484 776,484 00000000000000000003f15de6baf0e6f6318a021641c59c5bfd49405f5a7db6 1.87 MB 3,405 16
776,483 776,483 00000000000000000004ffd48c57ee70a35236bb8614d8794672f0bda8d8d833 1.53 MB 3,482 31
776,482 776,482 000000000000000000062f4c599e5d2a6a33885c65da3145f267f767f505ed9e 3.34 MB 699 7
776,481 776,481 00000000000000000000cb1806a1831204ad6c8910c2d0e8ef46637fc50f7421 1.83 MB 3,551 21
776,480 776,480 0000000000000000000559731d066161935b5ab7308d6633910fe8b11d983d00 1.85 MB 3,211 18
776,479 776,479 00000000000000000006b8abc3e945a77c30f86d6a9121123503005edd33f57d 3.50 MB 862 9
776,478 776,478 00000000000000000003e042115aa0b1c4ed97506401eccf2cafeae322478e5f 3.45 MB 848 7
776,477 776,477 00000000000000000002112ef1902785624a2a033be87d8c3ee70aa5ef616528 2.35 MB 2,337 9
776,476 776,476 00000000000000000003f7f3ed870e9001d7606b380c67976c524bfb1c05ab26 2.76 MB 1,435 12
776,475 776,475 00000000000000000005388a7b8f40351677d0d9573b1b2d6550af7cf2cb4e42 1.24 MB 1,165 15
776,474 776,474 00000000000000000004bae5f93a714f23c38c0a477e539f907b73470dd09a6a 1.24 MB 924 11
776,473 776,473 00000000000000000004b5b759224073b50c767cbf41cae46869d77c535d5618 2.35 MB 2,344 14
776,472 776,472 000000000000000000009cd7bc4b5897a07a9b2771eeb6038025f1506beed76a 2.23 MB 2,489 18
776,471 776,471 00000000000000000005ff2d8a4f85dac2c0031387f1f4132163eefee80e5eb2 1.85 MB 3,407 14
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.