Memory Pool Memory Pool Refreshing

11,855 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,730 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 3,658 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,729 (18,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,680 883,680 0000000000000000000171bf853c158b0e3e7df84982f6d286ccc1e6a80765fd 1.73 MB 4,175 13
883,679 883,679 000000000000000000023fce8e25d338d1aae5c586ef9bb8467c0e6bc734da07 1.87 MB 1,740 1
883,678 883,678 0000000000000000000216b5f70850a67edb74810de696961a07ff74b4288e86 1.62 MB 2,030 2
883,677 883,677 000000000000000000026f84842cbe1ef9a2bbb2a41507f82c3189effb2aacfe 1.48 MB 2,250 3
883,676 883,676 000000000000000000018dd438d9764929b79ac2ac965f0d7a947abff900db87 1.98 MB 932 1
883,675 883,675 000000000000000000019622f111fdde319878d6fa5323d3a73a7d1fc7076faa 2.03 MB 1,559 1
883,674 883,674 000000000000000000006a233e0872278c74e204c55abeb69fedb4262081bc9e 1.71 MB 2,346 2
883,673 883,673 00000000000000000001bc390b0efbf6e9078085f2e4ea770d48eaf312278674 1.68 MB 2,715 3
883,672 883,672 000000000000000000026c31efdab5fa759ea5a243136d9b5ca41dd8ddc3821b 1.63 MB 3,236 4
883,671 883,671 000000000000000000023b6d9b38d4010e2d436358629a37aa32c3cf410d4bda 1.73 MB 3,082 3
883,670 883,670 00000000000000000000085225dab5d97721469879fa91c2e46748d01315fbdd 1.47 MB 2,903 4
883,669 883,669 000000000000000000025705522976ad3e201771a345ff6656c26bb0cf1bb430 1.77 MB 2,803 2
883,668 883,668 00000000000000000001cda57330ee7226ef20c3cc2bbebf817b1aee926f108f 3.00 MB 970 1
883,667 883,667 00000000000000000001a6596e513ff1ad18f8bfb8d05ba056f22292aae1e2ec 1.92 MB 1,586 1
883,666 883,666 00000000000000000002733c5e699d1f1c61cc91821935c33983e03f67e464bc 2.06 MB 851 1
883,665 883,665 00000000000000000000469b36e1bae8e8a7be1288c1b6ee6ceacdc7d1ac7e36 1.59 MB 2,850 2
883,664 883,664 000000000000000000005978f2f9deda43043bab93014116167e47e42edd5d66 1.66 MB 3,301 3
883,663 883,663 0000000000000000000187d6c96aff98eac5bcd8001bf3d7e7ac10e016e4bec6 1.55 MB 3,177 5
883,662 883,662 0000000000000000000003d0f393ccf824889a3a1dfaf0c5082027c7693f60a5 1.74 MB 3,131 3
883,661 883,661 00000000000000000000a1d64dd41e0cd0bba3d94ce36cd5bdd72077e8b428f0 1.56 MB 3,355 4
883,660 883,660 00000000000000000000066250ece53948b241505a930617a27686141784b2ee 1.61 MB 2,649 3
Previous 10 blocks ↓
Total Size: 758.71 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: 754.49 GB sent, 40.54 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.