Memory Pool Memory Pool Refreshing

4,142 transactions
1.29 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
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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,278 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (796,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,013 111,013 00000000000064fc7dc257b353fda6bfbad499aa75a289394592a285d832dba2 0.00 MB 12 0
111,012 111,012 000000000000c3cb5f0e4f78559e1ceb10030a53ced395a527d83711959a1509 0.00 MB 12 0
111,011 111,011 0000000000011e99db61e9f7ff81c7f8499f7b65aa39c3f4de360d5b990d970b 0.00 MB 12 0
111,010 111,010 0000000000010fd75b2606b01e06628cce1ff680ee6c4b763246ef20283ae129 0.00 MB 8 0
111,009 111,009 000000000000901c04a0c93df2f174370b24fd105bac3bac2a627c232642137e 0.00 MB 10 0
111,008 111,008 000000000000cd2124ee37db0f8824544a22f69c77fca05427a2b15b6587b10b 0.00 MB 12 0
111,007 111,007 000000000000274dce8a568244a26e536f8e2f0625c8788daa994d6f7c843f59 0.00 MB 13 0
111,006 111,006 0000000000010f0c6419b78e0cba9927e0e434db8b82a59e720c624e6126a71e 0.01 MB 18 0
111,005 111,005 00000000000031b27b0761f85b169762ecab44ad94ca46248bbe442e2d23c586 0.00 MB 11 346
111,004 111,004 000000000000c8bd356e9cbb69c6eeae01a715fc661f474853700c435edb26bb 0.00 MB 12 0
111,003 111,003 000000000000e17d0037d45924fe0d82b95ab2ea6c887d24bb22f2b54228751f 0.00 MB 11 0
111,002 111,002 00000000000011e3304de7e3d2686893ed7d224722c78f75b3448e2a0a907428 0.00 MB 12 356
111,001 111,001 00000000000106c23c5643031af3c968d4cd5b54f07e01bf65ddec49ec6ed171 0.00 MB 12 0
111,000 111,000 0000000000011a7786add1f89b77bbb9a50077e982b4fb6f9a706674a71b9735 0.00 MB 12 0
110,999 110,999 000000000000df9a125e225d828671efff70ece51c5f1b99eca57edc50c8ae4d 0.00 MB 10 0
110,998 110,998 000000000001026b716fbbebf519269225e52a3c0b98352be45a6d4083dd3cd8 0.00 MB 10 0
110,997 110,997 00000000000049cca5edb57e8e10879fe772376cd4abdc046e9470d491bf6df6 0.00 MB 9 0
110,996 110,996 0000000000010313cea233a7051f1a83d7423b752e0fd18e90c034d56b50d933 0.01 MB 19 0
110,995 110,995 00000000000090c1c67fe9321c70e0a59ecc81c8290dcd032c360c3435be57f6 0.00 MB 11 0
110,994 110,994 000000000000b792fcdbab16b045782a1451c24b28969fead1a9045d09e8bb62 0.00 MB 6 0
110,993 110,993 000000000000a51388c6c08c2b3f23d391040210002be49cdab6134032469253 0.00 MB 9 854
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

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