Memory Pool Memory Pool Refreshing

4,212 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,471 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (576,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,934 330,934 00000000000000000a08d1853aef2ef39a5f7258e5c3584c9f9d993e3f627357 0.14 MB 249 27
330,933 330,933 000000000000000017898f2e0cc3f48efaed228ba48af35c374196e95a249042 0.02 MB 32 11
330,932 330,932 000000000000000019961577cf1412c70708cb8b1d63a21a3f8914195ca35481 0.39 MB 655 27
330,931 330,931 000000000000000015bcd473b31b0d5597bb36896f8c08096635e6833a77a105 0.17 MB 335 25
330,930 330,930 0000000000000000133a8399753bc1784da5b040fff332bc42b614ce862f6029 0.12 MB 240 18
330,929 330,929 00000000000000000eddcce6bf2a8f2f691300fe4f19eb04dd47963d28cf1f42 0.68 MB 962 25
330,928 330,928 0000000000000000178e4ae780a4e48f28c1cf6e061167b92e3ee1f75e166a37 0.75 MB 1,603 29
330,927 330,927 00000000000000000a99e0837981a3ffb45b20b14a4f30e6be51eb014a69a850 0.81 MB 1,442 24
330,926 330,926 00000000000000001062194213863dab2ef62cb1f7715329927c6d24dc0dc0fd 0.61 MB 734 19
330,925 330,925 000000000000000005357156756d6576017e084a6ad8505fd2721feb79773b6c 0.75 MB 2,015 38
330,924 330,924 00000000000000001acb1484131a0b69c7666e1a9b94e483babae59adf1fe160 0.75 MB 1,057 23
330,923 330,923 000000000000000012e7c144fc1c1038c2e7826033b8c9739e5e690b8bf40b91 0.18 MB 473 36
330,922 330,922 00000000000000001639f0ef7eb082b57e48f33baeb9082a7ab07ef3ef7df130 0.01 MB 32 21
330,921 330,921 00000000000000001255e6448273be65c724ae2379822be0b6b488b10d8036d6 0.11 MB 179 69
330,920 330,920 0000000000000000189fe84b2d2b19a26076a2e8d9645262343825ee4d4ba331 0.44 MB 574 22
330,919 330,919 00000000000000000be76af513876e110d48a48563e23768042c68886c098bf1 0.75 MB 1,242 25
330,918 330,918 000000000000000005116dfd6dbcd728006db4fc720098a92a557f72d4ddd35a 0.75 MB 1,450 31
330,917 330,917 000000000000000000f911e4f04c545c71ae1bfe326cbe76092886f0944f20df 0.18 MB 310 22
330,916 330,916 00000000000000000a0cc193977187cfa811135c2ac19a9d7da9da433389508c 0.61 MB 1,162 28
330,915 330,915 00000000000000000d5b4424c8a06da342032742efd3bd0b7db232c1e3c7e103 0.00 MB 1 0
330,914 330,914 000000000000000009cf576f1255af3c3b35bf8e50f4d20f31eac289fc3e117c 0.06 MB 93 23
Previous 10 blocks ↓
Total Size: 769.01 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,617.23 GB sent, 92.87 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.