Memory Pool Memory Pool Refreshing

4,105 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,928 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (117,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,638 790,638 000000000000000000005a06842b25a8435fc57bc826cba4a2f8ce91088d27af 1.64 MB 3,309 42
790,637 790,637 00000000000000000003ff6366e542895a8fbc8ff7c0c48f5f7c7e76a53f7256 1.84 MB 3,296 29
790,636 790,636 00000000000000000004721a3ec7c03c2a203543c684eb316fd624e6b9f328f4 1.79 MB 1,293 30
790,635 790,635 000000000000000000053fb7c18a50af8bd6802bbef93fda135940f512c2212f 1.82 MB 1,919 33
790,634 790,634 000000000000000000002b8c42af91f4e3aabed56671bb7cdde3507e3ec9c420 1.59 MB 3,003 51
790,633 790,633 00000000000000000004ac5ed924ca7c626c5ceab6b8d526ec050071a7802284 0.00 MB 1 0
790,632 790,632 00000000000000000004f5a053c91235920e451079fb79650873569117e2a1af 1.72 MB 3,314 55
790,631 790,631 00000000000000000004c130f94d623f8c734fda1ef7f77939114bbc66d7c958 1.46 MB 2,774 103
790,630 790,630 000000000000000000015358d2314f81daa865898591fe018c57b2e489a19dd0 1.66 MB 3,308 56
790,629 790,629 0000000000000000000341146dab7db851fafcccefc83a7910ef01dfd8076591 1.69 MB 3,816 52
790,628 790,628 0000000000000000000028ef5650224b53a0689d91e954fe91837ae3bf9e23d0 2.25 MB 3,785 25
790,627 790,627 000000000000000000006a20d2b0aebbd1508e8204d982e1e706e7b8f9dea2ee 1.80 MB 3,677 19
790,626 790,626 000000000000000000043b570acad256b9a647be9562989cfcf94fd95d07b5b6 1.92 MB 4,429 24
790,625 790,625 000000000000000000013a0d8617232ee62e85e99048699d5d4f7a7453b2eb65 1.94 MB 4,859 38
790,624 790,624 00000000000000000001aa9f45df40a1cb986896246928b836b659fbcc49c266 1.86 MB 3,404 38
790,623 790,623 00000000000000000004da3ce28be577fe091aaa2460782265a66e6da74c68fe 1.62 MB 2,968 72
790,622 790,622 00000000000000000001e6135dbc1fd59e6dc5267acb5dc03ab2fd2bb3917b54 1.49 MB 2,680 34
790,621 790,621 00000000000000000000a081433fae52fdc4212f05152624d82fc6d6f47988c1 1.52 MB 3,073 88
790,620 790,620 00000000000000000002a83b523a8eecb4a5e928d1205f9660791dff0ca373d3 1.51 MB 2,928 52
790,619 790,619 000000000000000000045cc9696f0362a1e5ef7ff18a35a08ce58d9036bde409 1.85 MB 3,162 25
790,618 790,618 00000000000000000000c8c23c0cd1d892dff05dda44fbb2081110d458612dd3 1.87 MB 3,718 42
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.26 GB sent, 94.22 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.