Memory Pool Memory Pool Refreshing

38,956 transactions
31.27 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,196 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,195 (591,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,627 270,627 00000000000000013a3c6e8f6e33065dcf800c0651965b68a8cf06f7b7b67df8 0.18 MB 289 40
270,626 270,626 00000000000000001639cdce4cbfedac6a957ed8e3b671c4315cfa6213733223 0.25 MB 552 34
270,625 270,625 0000000000000003af9354ce01ab38ac7ef827d5e58567d42e1fde3a88de8576 0.07 MB 181 154
270,624 270,624 0000000000000005aac3564c1e9d5fa79c8eb594bb75ce80ef91ca6286e80f98 0.06 MB 166 34
270,623 270,623 0000000000000003d55ea07e0357090249c0221acff0877ce70fd4cdaf01c30a 0.03 MB 60 54
270,622 270,622 0000000000000001eaa92f22a1d4cdf46ed1b077d9b34e53a4e2f9282cc5ac7f 0.15 MB 180 36
270,621 270,621 0000000000000006b2af823516821a6fbde55fc5741a86f238fab28a4c0564bb 0.07 MB 69 21
270,620 270,620 00000000000000020a212cdb028cebfc19d95c77f4b1cc8fb5a965e8fadcd531 0.00 MB 1 0
270,619 270,619 000000000000000051c7cc8f85094731d28e5c99d923f89bb74404026261c93f 0.25 MB 623 81
270,618 270,618 0000000000000006bcb969e851aada4093ea020bacd70975495e2b12ee1ec2b2 0.04 MB 72 76
270,617 270,617 0000000000000002a7aa9009823957b8081530fab5232f857e31dcce41ebc749 0.14 MB 294 103
270,616 270,616 0000000000000003887279c0e89b994af3733911a774b6750064158ba5b40f41 0.14 MB 348 66
270,615 270,615 00000000000000027ea61020b8895b0f7311e987a8a0af3e8f4eeb6b197add61 0.21 MB 290 41
270,614 270,614 0000000000000003746a8e9a923907066e62a17bb5bbba9732c0e1e11d70e0b6 0.25 MB 392 30
270,613 270,613 00000000000000051d2ef5a2e8b9715b8034d26ddfb7f8400068e9b93c27065d 0.25 MB 556 60
270,612 270,612 0000000000000006af70bf4bad143a7c76938f081ac2249ddcb8fe18ad636358 0.25 MB 716 155
270,611 270,611 00000000000000013de083a7cc4fd926a965281ce19e83aa407848c9dfed4c30 0.16 MB 450 74
270,610 270,610 0000000000000002e1ce99bab8a494cda6000dce4b89fc8f8e6515a23d166818 0.14 MB 332 63
270,609 270,609 0000000000000002890e15edd582772649775bbe7618c7fb7c7930d590b307e6 0.11 MB 75 12
270,608 270,608 00000000000000057fbc3b60d47b8bc647505aa62f806c5aeb9c7a8d276f064f 0.25 MB 677 125
270,607 270,607 00000000000000017086c3a4f31d0ea39efff07ee19353ff5034dcb3c3d4f65e 0.22 MB 295 34
Previous 10 blocks ↓
Total Size: 684.53 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,354.06 GB sent, 101.71 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.