Memory Pool Memory Pool Refreshing

37,110 transactions
29.33 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,558 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,000 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,557 (709,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
152,894 152,894 0000000000000c94087df70d5c17e5704febcdc538d3618a0eb191693f036e24 0.05 MB 109 135
152,893 152,893 00000000000004cb0d24d7a048d45400d9f1a32dd287b6b7ac60cb3bf5716e93 0.01 MB 16 54
152,892 152,892 0000000000000547aea4b2cdd37d8dfc200c39ee391c2bf3b1988570eeab8e3e 0.00 MB 5 103
152,891 152,891 0000000000000405166d8586ea5570a534a7089f85f25dc27db6f42f81ff69fd 0.02 MB 32 12
152,890 152,890 00000000000008c21ba9f167262897bd34eedf381b75808c5a605684616df07c 0.00 MB 12 86
152,889 152,889 000000000000063b872abf66b12e0063f4061bfd2c0bab52443f0788853fec63 0.05 MB 131 53
152,888 152,888 0000000000000b5871ca5171ad0bb96f5d8cf0f857bb0dc1ac89f5f3f4deb592 0.02 MB 42 312
152,887 152,887 00000000000004d2bd68194042d36222b64f5533e9efc0757dabfedc9e559385 0.09 MB 70 69
152,886 152,886 000000000000039fdd71149dfae4bef31eae4c87e135291e066c23e255ec2628 0.02 MB 52 37
152,885 152,885 000000000000012b55dd7da06b5a8f62971013906c03ec5c7b5694fc11efd94c 0.05 MB 117 101
152,884 152,884 00000000000002700552991c64e11c108bbb4e927b7caab7192f5065ff7975e6 0.05 MB 142 40
152,883 152,883 0000000000000d02b28a455c46695c790d4bb981a5e00a524872a0c04846491d 0.01 MB 45 13
152,882 152,882 00000000000003e5269f35152f904a6ed8275dda9917d35fa571aa9512289fee 0.01 MB 17 71
152,881 152,881 00000000000006d3a2a2405d8161bd6000faf5f3d635d9537c035510111616ad 0.05 MB 106 52
152,880 152,880 0000000000000208c8bf687effe0bc348b10d4346f073754e08835c3e4d53c51 0.05 MB 101 1
152,879 152,879 00000000000002f7e38e37aa28de0a0dfd3720bc8b493cfec22ad80da80eaf6e 0.04 MB 91 47
152,878 152,878 00000000000008b85e83cab5f87ecd4b26f75917836c357c284e24a15c28a08d 0.00 MB 15 381
152,877 152,877 000000000000025b163f46712faf7be0bb42b7606003585656e0a65d88af4ddc 0.05 MB 35 73
152,876 152,876 000000000000024f36248a153e30afe53aac3288b2aac429170d1a3bc354745f 0.03 MB 47 138
152,875 152,875 00000000000004d2fd0d19c77f780cfd51cb0309b582b2ccc5c3989f6c27232b 0.01 MB 35 127
152,874 152,874 0000000000000990f0f0164539010fcbfe1b1b1e47ad7993bcbd761093d58cfc 0.05 MB 124 94
Previous 10 blocks ↓
Total Size: 685.23 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,374.15 GB sent, 107.15 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.