Memory Pool Memory Pool Refreshing

36,412 transactions
24.88 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 863,383 (418,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
444,709 444,709 000000000000000000c15c24de5d9de468842d28dc94fa39b140cbdbc0ff0a85 1.00 MB 1,657 72
444,708 444,708 0000000000000000014f8ae2b5a4be7d34f141817a5f531c4eabd029edc95bc1 1.00 MB 2,930 109
444,707 444,707 000000000000000002cf8598630ed384e3b394a64c17c4af45dc874bcbffa6a6 0.02 MB 64 74
444,706 444,706 000000000000000000de17b5c6912258892bbeb324be661031285e464c7f370d 0.20 MB 334 40
444,705 444,705 000000000000000001af6e2933c220d3e0f661f05e15f9296ab1039a5f72233d 0.42 MB 906 62
444,704 444,704 00000000000000000005d935688a4037dcacf42c77ce0fa09ad86da44294e7a8 1.00 MB 2,363 85
444,703 444,703 000000000000000003564db8cc569f599be61232c6728e02720e83639c58149e 0.43 MB 982 73
444,702 444,702 0000000000000000016ecee3e869abf667d43bc6f1af35dcbef6091eddc26da8 0.93 MB 1,359 58
444,701 444,701 000000000000000001140600f66b43897a9d428100eb52f7afe727f580d3de04 0.99 MB 2,398 75
444,700 444,700 00000000000000000251e8315605208d57f71b6fa171fc675ae0bba08e41ea0d 0.97 MB 2,210 75
444,699 444,699 00000000000000000272b2614af2f81b66439d556a3fc0c55d0f082b19c1714a 0.61 MB 1,183 68
444,698 444,698 000000000000000002a8daacffcdc5654bed760b39236328e984f540b2714fdd 0.92 MB 815 46
444,697 444,697 000000000000000000e241e0de32389c6b88e5ad4d38b91051b13ede1deb48d0 0.74 MB 1,575 74
444,696 444,696 00000000000000000277128aeb137901b8b1acff2df46570897f0a98f37c846d 1.00 MB 1,053 43
444,695 444,695 000000000000000001db51d44c42d3e3f3b19cadb4c2cf5d9736026514393dd1 1.00 MB 2,352 65
444,694 444,694 000000000000000000e1f6d67e9f415d9d42351ab7c2825eb3638a33420682f7 1.00 MB 2,690 100
444,693 444,693 000000000000000001da14b2dc82a86098d3f0327b0220ca03c5a226b50a34b4 0.00 MB 1 0
444,692 444,692 00000000000000000006ed022e664a089c50e1069551620a8569296f3a7208e1 0.25 MB 171 33
444,691 444,691 0000000000000000005a087119c673025679301fa9fa39090f0f94a8d8b35d3b 1.00 MB 1,959 57
444,690 444,690 00000000000000000243102eeafe2d7f43484a3a50663541bf079d474d17c409 1.00 MB 2,632 65
444,689 444,689 00000000000000000075c51504c60a986e4efd3dc7b349fdcadf250787adfca8 1.00 MB 2,079 81
Previous 10 blocks ↓
Total Size: 686.85 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,493.55 GB sent, 117.35 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.