Memory Pool Memory Pool Refreshing

46,227 transactions
25.91 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,608 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,378 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,607 (343,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,753 518,753 0000000000000000003324668c02904f85d483e7c3952ffe50325351a3120b96 0.01 MB 36 23
518,752 518,752 0000000000000000000ec1cf9ff0ebcad159a22141fe079ec46c1903e2ffaa07 0.69 MB 837 18
518,751 518,751 0000000000000000002107522fafdf31a692dfb554dbdd57bbdeeede88cd22e2 0.63 MB 855 31
518,750 518,750 00000000000000000005f825f79ebf82917d972a8271b7cd6cd911d7f3649161 0.53 MB 779 11
518,749 518,749 0000000000000000000a51fa1df02a11aaf8a46ae09ae3344e6b2f94f5edde94 1.13 MB 2,114 24
518,748 518,748 00000000000000000033925ee4ced97509edcb9c58dab8391fb61fa8a4a7afbf 0.21 MB 306 62
518,747 518,747 000000000000000000246ebe13e80be1edb94137d34d82c0913348b3897a7036 0.73 MB 1,373 24
518,746 518,746 00000000000000000044d1409133130023e088cabb5fadd42086b9e11a1574c4 0.60 MB 1,028 35
518,745 518,745 000000000000000000272da953d4d9459b71745d39711ef8d37f76ce7ae9d19e 0.01 MB 26 9
518,744 518,744 0000000000000000002d2035ee5b96632960dd6620a47d2de0a891d296bce4c9 0.30 MB 584 35
518,743 518,743 0000000000000000003483e065412287c810b658d7e9f546a11162d52a889b1a 0.02 MB 40 4
518,742 518,742 000000000000000000240c7b7169575004f8141d4b8a81ee8020c66a369b32f0 1.15 MB 2,084 17
518,741 518,741 000000000000000000243ec3f0628e7b4d518e5f3a6e40d8f0a5c3f73bcdd339 1.08 MB 2,122 31
518,740 518,740 0000000000000000003a3b5b39ef7a4ff85a5c202442f034ef67275df7f7fc49 0.39 MB 638 32
518,739 518,739 00000000000000000046af8ff87cfc125696e39dbdfb220989f945f4f21d9b8f 0.30 MB 611 28
518,738 518,738 00000000000000000047e9ce2f34fdeb592fbdaa9572fb5dea060275e6955934 1.12 MB 2,119 12
518,737 518,737 0000000000000000002e4753f1b368b1f4c6b589fdabe2971305d0368694cd60 1.10 MB 2,054 38
518,736 518,736 00000000000000000030c92b7039a08bc5cd5bf9e11e000d2e5786fcf33bfa5b 1.14 MB 1,864 22
518,735 518,735 00000000000000000018774c1ce9826bd36ed20cdc4aa165868173e1eadf4e32 1.14 MB 2,420 26
518,734 518,734 0000000000000000003282577727cc0d78931df1bec338c078e7022d3c41a29d 0.41 MB 913 30
518,733 518,733 000000000000000000414adbce56b279f449d71b88a524ef81f760b3dc162f9b 0.11 MB 224 21
Previous 10 blocks ↓
Total Size: 685.33 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,379.29 GB sent, 107.88 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.