Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,816 (478,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
429,063 429,063 0000000000000000025c03f14097d6accd378945e82698fc8f668975c0bb5188 0.12 MB 334 71
429,062 429,062 0000000000000000017a43cd41ed848feebb8bf14568933943c77bf5b4f9bf00 0.60 MB 1,437 62
429,061 429,061 000000000000000003e109809e0a5de44a10206abe839638ddae21d3db7b91fe 0.99 MB 1,423 38
429,060 429,060 000000000000000001d9c1c0cabbbf75083369f4d36b73066706cd8b18c0df40 0.39 MB 155 16
429,059 429,059 00000000000000000274d10f0c6cffaa530c2c4adcf9844c73c4a38469082f45 0.02 MB 62 81
429,058 429,058 000000000000000002df352a07b24eb9a9cb4fca8b6a7a654c3049e83bc12641 1.00 MB 292 5
429,057 429,057 0000000000000000017f1580b53f54162854822b9f2a7d102afa78fc864f8346 0.75 MB 2,067 63
429,056 429,056 0000000000000000049672f10135e46787589f67b8a724a4186e75724fde2302 0.08 MB 152 48
429,055 429,055 000000000000000002fec7956f59211955293d23effa10fb84affa7d5f6f6358 0.63 MB 1,430 49
429,054 429,054 0000000000000000016533d15ad9d7b3ef6b688f03b3bfe8b76cbe9ce5497f03 1.00 MB 2,260 66
429,053 429,053 0000000000000000017fc2e82b2439d26f92c66c119fabe2efeadc037ffaf352 0.35 MB 562 39
429,052 429,052 0000000000000000003193beef83947c95e905fbe1e1cd9ecc23d93ff50090e0 0.00 MB 1 0
429,051 429,051 00000000000000000492c63bc087da5575a92518071fafdd91bc30f7b8e6671d 0.39 MB 516 29
429,050 429,050 000000000000000000f167cd6c43f026b60649a539790da7f496b9796e7ffac3 0.14 MB 279 34
429,049 429,049 0000000000000000040eba6a23550740f802ca93ed311efb4ee4640835cc8abd 1.00 MB 2,442 78
429,048 429,048 0000000000000000039f8cebc26bf3762067143264613cddbeaa09fdb052067e 1.00 MB 2,345 54
429,047 429,047 0000000000000000011f496fbd963546a492f9f98eda9948db313d1b54935bbc 0.30 MB 454 34
429,046 429,046 000000000000000000322db7631d11f4f27814f2dbf432a6a5dc08bed8f11d35 0.99 MB 1,886 40
429,045 429,045 000000000000000000b944aa447e9b5454a92c4f897986211c6a3875d22d935d 1.00 MB 2,954 77
429,044 429,044 0000000000000000027b51acb1ebcbc60d5c370719d67457ac630242870fbb53 0.99 MB 1,079 24
429,043 429,043 0000000000000000009b6883620a6a1d09bdd63c84d8385cb0db1f4ee34f36cc 0.98 MB 403 9
Previous 10 blocks ↓
Total Size: 769.19 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,633.70 GB sent, 93.89 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.