Memory Pool Memory Pool Refreshing

2,447 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.69 vMB 2,443 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (419,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,596 488,596 000000000000000000d712865ed797192426af09ceec1e68477c145940dddb21 0.94 MB 2,139 113
488,595 488,595 0000000000000000008ec98436b6e21e57942171d359f9aa2dafde56f9abca2e 0.39 MB 786 95
488,594 488,594 0000000000000000001cb8c0503da069b9a64d66547f7d49fc006155d6bd2b31 1.00 MB 2,076 36
488,593 488,593 0000000000000000007df3610e1759ea94bb5430ae6a13301f38fff3e781a1f4 1.08 MB 1,918 28
488,592 488,592 000000000000000000607d3cefabc4f7a572df6c6e13bab38baa1ccf1b1789cb 1.08 MB 2,099 97
488,591 488,591 000000000000000000f7b5f86fcf9231f47783323104bb3bebb30b4baab98ea4 1.00 MB 1,693 161
488,590 488,590 000000000000000000a2c2a0c00ebab923499cac87ac37854413336a8d5cd963 1.02 MB 2,117 156
488,589 488,589 0000000000000000004fc8f587a0991cd312142dd4a1247855c0e95217677d1d 1.00 MB 1,893 110
488,588 488,588 0000000000000000008ad85fe20ac2ce457a0f5dd5732f481a2c2d6d62dd14c4 1.00 MB 2,351 30
488,587 488,587 000000000000000000f6fc0135748b7d70b2e01fba506f976133f79608c41aef 1.00 MB 2,064 116
488,586 488,586 00000000000000000046be652aec62f0ba8f972dcd201b0916e1ebc279c900b8 1.07 MB 1,963 107
488,585 488,585 00000000000000000084d11eb082828215c45795a67d94013aba11892c5c9e81 1.00 MB 1,815 157
488,584 488,584 000000000000000000c91ef1d6530ec82952850f2403f0416b36107d4f8dc2d9 1.00 MB 2,021 175
488,583 488,583 000000000000000000323d95d80f99ec30a933e08eaab10f6e6d60fef1f73ff8 1.02 MB 2,368 168
488,582 488,582 000000000000000000531409856d12ee93f4a1997919e115e0c4387d9693feb2 0.22 MB 567 110
488,581 488,581 00000000000000000072b4a89f7ff8b6f0adec9b343ada10da58ba279650a1e4 0.70 MB 1,852 111
488,580 488,580 000000000000000000bc45144c534998af1dc3545814c2d752a6f01ecfeac5af 0.82 MB 1,749 113
488,579 488,579 000000000000000000ed4fa90379fe311da240398323e7e7f476cdc8663c5e79 0.92 MB 2,091 31
488,578 488,578 00000000000000000021dca13e7eae35eb760cc03ab08e1b3a5a30e0e5792428 1.00 MB 2,442 146
488,577 488,577 000000000000000000b3371b2fe3cbaa102755bbc203430ae531ffd7304c006e 1.00 MB 2,277 39
488,576 488,576 000000000000000000df8a153e566a7e8bb1eaa28de389991c60576e86ef2700 1.02 MB 838 32
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.64 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.