Memory Pool Memory Pool Refreshing

353 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (4,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,498 903,498 000000000000000000005965d4e919592a177d4afb4d2df92bf800588f0c46e7 1.43 MB 1,285 3
903,497 903,497 0000000000000000000260a37e9e96650d1b3eccd8afe1f1423ce98af61917cf 1.56 MB 3,417 4
903,496 903,496 000000000000000000022c1093be194ee89795ae9b57c3e832e97485c959c2c0 1.19 MB 1,061 2
903,495 903,495 000000000000000000012a78e3d24e00c42daa57466f3dd2cb34800f9dd4fd1e 1.43 MB 1,913 2
903,494 903,494 00000000000000000000607be9a250da1b12cf65666e259a17a3479a488c699b 1.57 MB 3,682 4
903,493 903,493 000000000000000000023b2a429951836f434d2278e75a41a4fdd884bbcd22bd 1.62 MB 3,270 6
903,492 903,492 00000000000000000000934dd0da400762c5ed161db5fb2f20c6e9c57a929cf1 1.44 MB 2,333 2
903,491 903,491 000000000000000000011e4ec53ed5bdc74970b974e52ec7353dcddf563c132b 2.04 MB 1,128 2
903,490 903,490 00000000000000000001afc63b8ce014f88ff424564fee12073bb3d7952bf5e8 1.82 MB 1,426 1
903,489 903,489 00000000000000000001a73ac804487a8e0decc2106dcc3fffb844e89f8f68fc 1.69 MB 717 1
903,488 903,488 000000000000000000025e50e532b77706c839fd6044531efa820ba1ddb3ec87 1.75 MB 2,589 4
903,487 903,487 000000000000000000018b54b8b4bc2cf7ed7b4ca4ee242f479abb5d30f5d1bb 1.70 MB 1,222 2
903,486 903,486 0000000000000000000096dee193852f81981b54ddb541471ee9059f8a35e125 1.55 MB 1,533 2
903,485 903,485 000000000000000000008eb7bacf68fa5ccd92630e80a4e475f564d2365e3989 1.50 MB 2,386 4
903,484 903,484 000000000000000000025d544fb2fd2744f808c0a5a6430264d3376b3a0c1a7a 0.65 MB 489 1
903,483 903,483 0000000000000000000131eeb636a1ef933326cc84383a9bcb71d0249fb358c9 1.46 MB 1,891 3
903,482 903,482 0000000000000000000120d6642471e3b8d490fb34b04bbc59ecf12c85d63319 0.13 MB 166 2
903,481 903,481 000000000000000000015489889ac524e7ffb4ac8114e023e56a0202d53355af 0.05 MB 28 1
903,480 903,480 000000000000000000010c0f4bcba5b5dd8029de917e76751b4ae268549370da 0.08 MB 117 2
903,479 903,479 0000000000000000000062bab497da3f70040a9cf36b221f6d3fb0543370aac3 1.04 MB 1,067 1
903,478 903,478 0000000000000000000081fea2c5d3d79e6d4f5ac77df5dd312a63caffc13fd1 1.48 MB 1,536 2
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.