Memory Pool Memory Pool Refreshing

44,194 transactions
31.27 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,211 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,259 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,210 (285,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
577,680 577,680 00000000000000000014372b763cd196349f766f5ec00ed82af5920d6904ebec 1.04 MB 2,672 24
577,679 577,679 0000000000000000000931ebed4e831a2cc54cbc01a76d65cba0153802322627 1.15 MB 2,893 82
577,678 577,678 00000000000000000026056dfa5ecb0f7ba72c83ca7abdb7315501a4f22055c2 1.24 MB 2,628 127
577,677 577,677 0000000000000000000b788a9c1b69c59c83a34d5f6dd575e1245862c814ecaa 1.30 MB 2,831 183
577,676 577,676 000000000000000000273fca0b368b22464893bf6e1a446944e9f9e5fa1d5b80 1.11 MB 3,118 51
577,675 577,675 0000000000000000002179108c60081fbdcdaefd9d342a7cdd9ab59aeac468bb 1.17 MB 2,921 76
577,674 577,674 00000000000000000020d586b291548ef122acf31eaaabdc8caa1a9ae233243c 0.33 MB 814 56
577,673 577,673 0000000000000000001667b35bb9e5086424c1c93e337fe19a1cd471a0f829ed 0.98 MB 2,685 59
577,672 577,672 000000000000000000042874a87269e49d62d5bf47d965b0c04d1fd970258f31 0.03 MB 101 96
577,671 577,671 000000000000000000208cdb7547a5bd6f829782fa127f332f43fb0399f889a1 0.96 MB 2,486 67
577,670 577,670 000000000000000000051c54476d2994b243bc8175a292c972d37abb79d0f1f3 1.13 MB 2,907 76
577,669 577,669 0000000000000000000aa80e0aa02053b9dd81435a6d86e7992d4fb6595d0670 0.69 MB 1,427 46
577,668 577,668 00000000000000000016cb59bb84d170f08405666e33db55c46fbfb2fd0e830f 1.35 MB 1,931 27
577,667 577,667 0000000000000000000923759ac2ba1cfe1235b485385b0a217c4eedf2e0ce63 1.14 MB 2,682 78
577,666 577,666 00000000000000000004f3868009687b2181c091dc0d310ac26aa0ce76efedb4 1.26 MB 2,169 118
577,665 577,665 0000000000000000000d82a9c6e9b729a6ed030c9b7f63ddaf3e1e9fe9a6c761 1.20 MB 2,364 33
577,664 577,664 0000000000000000000dc2423018a254da1013e5408d3f5bb0d0645794aec74f 1.43 MB 1,608 7
577,663 577,663 00000000000000000006e4862a0cd5e3f3ab046f59098dc32db412cf400b5d4c 1.13 MB 2,589 82
577,662 577,662 00000000000000000006eefacab30c2f292a337a10349ef2e9316634ebefe52a 1.11 MB 2,725 82
577,661 577,661 00000000000000000012d7ec093d54b91a014c140ac212057114161fbefcbc00 1.23 MB 3,092 126
577,660 577,660 000000000000000000233971517a2f5312af28039118a2defbb7424d71aa506d 1.18 MB 2,769 71
Previous 10 blocks ↓
Total Size: 686.52 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,471.55 GB sent, 115.30 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.