Memory Pool Memory Pool Refreshing

15,262 transactions
34.08 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
862,161 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,544 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,160 (142,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
719,678 719,678 00000000000000000008c5fc4f42107530663099e3aa253f87474cffe1f37f6b 1.52 MB 2,602 13
719,677 719,677 0000000000000000000580390f64a8b802fb48352ce98cb870b881c96853d2be 1.66 MB 1,979 5
719,676 719,676 000000000000000000065ad5efb2910d6300f3424408f4d3144126a23cce4651 1.57 MB 3,024 6
719,675 719,675 00000000000000000009b16a495aba61e62fa41ee58ec9d60de8611aa203ad93 1.61 MB 2,859 10
719,674 719,674 00000000000000000003c3ff229f276790e1c83c6aa8ce2b0cf4531b3508cb13 1.44 MB 2,924 25
719,673 719,673 000000000000000000039d17d99e1dfada53eebf5a33e92b499ebafc9cc4c709 1.55 MB 3,310 8
719,672 719,672 000000000000000000072adc4f068bbcb04324fddad4a8742bfb1312e25df530 1.55 MB 3,333 5
719,671 719,671 00000000000000000003492d143aac77e370b0a50c744c2110d19f9c4f37b6f7 1.51 MB 2,826 14
719,670 719,670 000000000000000000083d027987410dccba91229324eb60a2c33880f44c9162 1.47 MB 3,029 8
719,669 719,669 00000000000000000001fc31805384455e4ccf328cee2dde86b645c23cb353ef 1.60 MB 2,567 6
719,668 719,668 00000000000000000001d35694b2c502e9bdd8ab6677d9d6e696050ba96c4339 1.55 MB 3,227 10
719,667 719,667 0000000000000000000650a1d48c4631cb4e5150eb2b441270ec329ad6050691 1.47 MB 2,639 24
719,666 719,666 0000000000000000000b7be6a2d174cd8e003ff96a22400bb368af87be153d9a 1.57 MB 2,501 13
719,665 719,665 00000000000000000001e4e473e6aab55c0ac9dbeba86fe81695c24e67022cbb 0.80 MB 1,206 8
719,664 719,664 000000000000000000058c7a66aab64f463b257ddb2106c4ce004c32ba8d863b 0.17 MB 458 9
719,663 719,663 00000000000000000003f5b80a2db6fac4df57ba0a739d71d86cca5005e4edcc 1.15 MB 1,865 8
719,662 719,662 00000000000000000003065816e43cd1195e6df1f5b9aa26c0c30461894b7d1f 1.14 MB 1,215 3
719,661 719,661 000000000000000000046e686e2786256a9cd43dc06b7c1c1f9675672e498100 1.48 MB 1,805 6
719,660 719,660 0000000000000000000a78bd573cb8efef199d9e5ffdc6684b8d1f5bc0fc613f 1.11 MB 683 3
719,659 719,659 000000000000000000014b1e38c97e3301db75c7354a2d29f048b8e9d5db3546 1.41 MB 2,957 2
719,658 719,658 0000000000000000000405ab56afeec452ebf6f6ffd9585c5cd04861ce52f6fb 1.49 MB 2,982 13
Previous 10 blocks ↓
Total Size: 684.47 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,343.91 GB sent, 101.33 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.