Memory Pool Memory Pool Refreshing

17,315 transactions
30.94 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,880 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,271 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,879 (37,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
826,577 826,577 000000000000000000014300ffaaaa1389b50269d1401b0b2397d9b2301dcfc1 1.62 MB 4,620 52
826,576 826,576 00000000000000000003f997dd5e41c581d3f436263d75c6497e8b28166cfc55 1.59 MB 4,571 64
826,575 826,575 00000000000000000003c566ecb0f46d72d64c0e326e06f7102b6871f66f4a9d 1.63 MB 5,123 54
826,574 826,574 00000000000000000001de49291aeba82f98b095ccb335c6fe2e174db79a76bc 1.62 MB 4,637 64
826,573 826,573 000000000000000000009e4d42c9e999579b74dea5c22ee1101f84cae682dd83 1.63 MB 4,549 66
826,572 826,572 000000000000000000033d9093ae21bb7b421d54608d1b076474e0b7878ba19b 1.57 MB 3,728 73
826,571 826,571 000000000000000000039e86c9bd0731c676b329f2540241e8f340d2a34acfd2 1.62 MB 4,619 58
826,570 826,570 0000000000000000000079477310e33a777cc7c206f3330fa6fd4e97557cfe8d 1.68 MB 4,257 52
826,569 826,569 0000000000000000000078c6be283cd49747f01c07ac8306e21a352fa79d06b1 1.59 MB 3,676 70
826,568 826,568 00000000000000000003e7706348176dc3f365cefcde38bf8b8fe61820fa6683 1.63 MB 4,386 48
826,567 826,567 00000000000000000001d2695e5d4ddd68a1cc7967833a513d81d54d6e8cde23 1.72 MB 4,336 59
826,566 826,566 00000000000000000002f96b9ecda2e9682af915ed165db45b0185073f1829be 1.60 MB 3,695 63
826,565 826,565 0000000000000000000388f9b935fbf1b5b48003fddeedd5980eff1f45fb39c9 1.70 MB 4,018 41
826,564 826,564 00000000000000000002b042724d579f7a38d69011f946af122e52a66c52f6fd 1.65 MB 3,873 59
826,563 826,563 00000000000000000001bb733a27f82c04dbe24d10edd3f1832de872a1cd3874 1.61 MB 3,317 52
826,562 826,562 000000000000000000021f7c83c6ad2c12fac69b30ab62b22bc9f7c4ec1bce25 1.71 MB 3,063 53
826,561 826,561 00000000000000000002229521a61ff53184d8a45131c2dafb06ead4e691e847 1.62 MB 3,698 69
826,560 826,560 00000000000000000001e1885d28fef43a752607ec23602f04aa55002a693cd1 1.49 MB 2,692 59
826,559 826,559 000000000000000000026ab1b5e445f9320cf2ec3dc6720b501877d4e0b40eff 1.60 MB 3,782 82
826,558 826,558 00000000000000000002bb0623606b0cced1f539a1186dce79893725f93e984d 1.71 MB 4,394 41
826,557 826,557 0000000000000000000297ed67b2dc31f7031d3cc2a0e71ef53176c8450de537 1.65 MB 3,610 65
Previous 10 blocks ↓
Total Size: 687.79 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,525.25 GB sent, 124.03 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.