Memory Pool Memory Pool Refreshing

6,915 transactions
3.49 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,035 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (363,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
544,527 544,527 00000000000000000015e76c6fbe40e59581a35c1074d4fbb71e638e72061fb9 0.00 MB 1 0
544,526 544,526 000000000000000000052e69bd74faa2cd842417f93628032ff8af760c660beb 1.30 MB 3,503 10
544,525 544,525 00000000000000000013548680d4f101d251502628a949aa8456b6582009108e 1.36 MB 2,395 17
544,524 544,524 000000000000000000194d7ead6debb0c34faf6107f9d4117eb4fc3fc7275619 1.17 MB 2,544 24
544,523 544,523 0000000000000000001f3f709cbec1f4428f48114029906af23863c45d533c64 1.22 MB 3,532 16
544,522 544,522 00000000000000000021a905bf5c0857056030716f3ca94258307f8bc9384cab 1.30 MB 3,046 32
544,521 544,521 0000000000000000001f8e9620b1604d13a8aa9ff7a81d80bc2ad7f592753ac9 1.13 MB 3,155 17
544,520 544,520 00000000000000000012265dd9b52ed51f0be223be48e55166efe8f8da35074c 1.17 MB 1,985 30
544,519 544,519 00000000000000000020d2bfc807c3f07ab9f8ab31ee968e4753f67e782d8a1a 1.34 MB 1,957 21
544,518 544,518 000000000000000000257a0c1f95a4215dda914a6d3478b64ab013446bec5ed8 1.19 MB 2,613 20
544,517 544,517 000000000000000000063665daea10752750e4ecd513ee776eafceeb8daeb889 1.27 MB 2,808 34
544,516 544,516 0000000000000000000b722db9bde039cab932f0bcadf94e102014577e93e1bc 1.19 MB 2,529 17
544,515 544,515 0000000000000000001319c768bca893aedefd294d531929b099c0de66c8dc94 0.00 MB 1 0
544,514 544,514 000000000000000000215f9aaea5c81b9af1539d12886a0b594d15813ef4f0ef 1.25 MB 2,292 20
544,513 544,513 00000000000000000009aa3fa5deb924acb5dd7779c36194d3637e55ccfea164 1.18 MB 1,973 17
544,512 544,512 000000000000000000169dcfb0fa5bebfeaa41eadb92c455c90bafae56092d8a 1.17 MB 2,441 30
544,511 544,511 0000000000000000001da168b576ee174614a9c02b326850488a32ba0e5f422a 1.21 MB 2,918 28
544,510 544,510 000000000000000000103faab801d916d927a85c9f9d01d657c50e14ad173ce7 1.28 MB 2,666 33
544,509 544,509 000000000000000000110d3d71d6b404261f02aad9ac79ca39f519cb0b700813 1.17 MB 2,647 22
544,508 544,508 00000000000000000011af63e2aa76c82b1d952ce7db17a4de23dc0b1c9d890f 1.12 MB 2,644 20
544,507 544,507 0000000000000000000d97314a8fa7e94776b9483cedc3cb770e15494e34e00e 1.19 MB 2,944 27
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.24 GB sent, 93.77 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.