Memory Pool Memory Pool Refreshing

57,448 transactions
34.13 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,364 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 3,011 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,363 (576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
874,787 874,787 000000000000000000021c625e545ec2e3573f4f732bd25b4782738306056b41 1.51 MB 4,640 10
874,786 874,786 000000000000000000013d4729914af6f6edff3c1c31aecf4978a544589ce6e0 1.51 MB 5,606 7
874,785 874,785 00000000000000000001f09fb24b57f4c3bcd2f04910bd568457c2ba431d1165 1.55 MB 5,117 6
874,784 874,784 0000000000000000000212fd90a0e1113c0915937e4503941ae38460db0a87cc 1.51 MB 5,439 8
874,783 874,783 000000000000000000005db97fc0e6a453b83a540cff4b1600960a366d1ef559 1.50 MB 4,577 24
874,782 874,782 0000000000000000000037f509763f68eac7b10eecab65ca393c10c325c1600d 1.59 MB 5,173 9
874,781 874,781 00000000000000000000adb9b039558d6e39c156fbec4b9955df381b2a848d11 1.60 MB 4,585 10
874,780 874,780 000000000000000000020207cd145e6b93b875567b9f19fde277f8e22e9dedcc 1.56 MB 4,354 8
874,779 874,779 00000000000000000001f33d803f41dad9861ec1a9aa0a7a5e3ef8407143819e 1.60 MB 4,123 10
874,778 874,778 00000000000000000001d0f8ca0a99484ed318a50de675ec89b9aa754b9e7468 1.56 MB 5,165 6
874,777 874,777 00000000000000000001e0a2bfc27c74f9ab30081e339982d09d816f94af3fbd 1.52 MB 4,174 10
874,776 874,776 0000000000000000000243ac85f4bb5dc11e13150d9798565e8edb886ce926b5 1.55 MB 4,359 5
874,775 874,775 000000000000000000019f0ce9253a29573dec1775f3696d9cc6ec8de8b2ae07 1.54 MB 4,481 8
874,774 874,774 00000000000000000002930302fa6de7f23b686650fecca4f5ef87a3f89eb6a3 1.55 MB 3,950 10
874,773 874,773 00000000000000000002af42edde17fab4151c122c7c8d3b95a5fd8cc4441762 1.53 MB 4,131 6
874,772 874,772 00000000000000000002b52e694a88dc339153f5288886983c50cd1ef2da43b0 1.52 MB 3,652 7
874,771 874,771 000000000000000000015c70e3044b27f1dc99ccd89641892a09d50208da1414 1.66 MB 3,136 3
874,770 874,770 0000000000000000000219a78187c7d9003cd155571798fb0f71231e7b543f3d 1.47 MB 3,686 6
874,769 874,769 000000000000000000018bcfab9b3586345795a4f1a4157c8d8592d300608e95 1.58 MB 3,777 10
874,768 874,768 00000000000000000000299bd89ed35faefe7e2f10c44d6657e7736120185ccd 1.33 MB 1,783 5
874,767 874,767 00000000000000000000eef9f42c4efee2a1532874fedb59b61cf2ef826ff378 1.54 MB 1,504 4
Previous 10 blocks ↓
Total Size: 709.32 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: 541.48 GB sent, 8.28 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.