Memory Pool Memory Pool Refreshing

1,356 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,902 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,355 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (755,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,791 152,791 0000000000000453db2c42a39c1a792f4d43f979fdc4fce189c749049d6c59a9 0.01 MB 35 123
152,790 152,790 0000000000000453a3c049a5cb125bbc4bc86b95f934e784e0d0bd9f6260025a 0.00 MB 12 0
152,789 152,789 00000000000003ac19109e028a1c73aa69b6ca4d77bc8358da7f17ce8faf4002 0.02 MB 40 23
152,788 152,788 0000000000000109ca0e0053a8132a25e45288ed8a6d90cced4e9de1482e446c 0.03 MB 71 73
152,787 152,787 0000000000000d8979f2cfe0db6d4db4a5a059eb20250a6734b744d39e2c43f9 0.00 MB 12 0
152,786 152,786 0000000000000045454ec7bbc5591a88319df16726c4a5c4dce662a0897fbdcf 0.01 MB 32 201
152,785 152,785 000000000000033937f39da919acc78b061938c85491b352129c9b86eaec7db5 0.04 MB 80 56
152,784 152,784 00000000000009f4cc295d5f6ed4502d9a5ae9041c9eaac457a31003c9654993 0.01 MB 45 101
152,783 152,783 000000000000091d69679040272836a4427fd038c6443514a5c35205742846ec 0.02 MB 46 96
152,782 152,782 0000000000000dbc23678ca4771c7cc6801f3f0b3c849d3102638d05e56b8828 0.02 MB 40 59
152,781 152,781 000000000000029fa5f1f1a1ef25fa6ddeeea4fe10b0270f5160ba61af32d231 0.02 MB 28 46
152,780 152,780 0000000000000247856288e90022493b38bfeecb3374463da4ef22bc223aa399 0.03 MB 88 79
152,779 152,779 0000000000000bedccae295ffee298e0a7e8b78db3df375b49061530b10e7537 0.03 MB 90 77
152,778 152,778 00000000000004c895bd86aa7fb89eebe0a3785bd8810443f14113659eebd0bb 0.00 MB 7 439
152,777 152,777 000000000000065b6e9dcf26b473d39644a7e3ce140a472455934f5686d31f06 0.02 MB 35 112
152,776 152,776 00000000000000a4550c94bf7a49fa553084cc61129cca858189de1387da8363 0.01 MB 27 220
152,775 152,775 00000000000006f2b31836a089f97c7e974cee0208b3058e44a8709d3ebf4ff8 0.03 MB 97 99
152,774 152,774 00000000000007f62a393c9f9fda738fba3ab32c33ff2db2a072bd00f5c44214 0.00 MB 13 59
152,773 152,773 000000000000003ae07e713d2ef16e48c5ffd9c401c01e86d6acea3d1a6a60e2 0.00 MB 1 0
152,772 152,772 000000000000018a1dac4e79cd74423860fee48b54b02d7e44c0e9d65a436937 0.04 MB 85 16
152,771 152,771 00000000000000d0d26febd64a7d93b67d0744956d723ae033b2b59e4bfee29c 0.02 MB 58 56
Previous 10 blocks ↓
Total Size: 769.36 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,643.67 GB sent, 94.73 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.