Memory Pool Memory Pool Refreshing

4,830 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,490 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (383,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
524,662 524,662 00000000000000000016b0f7c35d9d10af2e42df1a2a8a11eccb41367f0e11e7 0.61 MB 1,385 31
524,661 524,661 000000000000000000233d2fa91830eff9763cb771d5bcb7f5cf08e655f51911 0.15 MB 364 20
524,660 524,660 0000000000000000003762a4a40ecc27f46b758568bfff7c8656c664c99c3f53 0.10 MB 257 40
524,659 524,659 000000000000000000027e66592425bb94e4861c69ac998a801b4ab2c855c52a 0.37 MB 754 44
524,658 524,658 000000000000000000017854704e2cd00adf336ea6c01969688b0d2fb885b211 0.21 MB 482 35
524,657 524,657 00000000000000000013740502a3bff076d3809375f839dc16857c4352badc18 1.19 MB 2,555 25
524,656 524,656 000000000000000000109a2f982ce3dc7d9630e0a17dc25e420563c103a3ac40 0.31 MB 734 49
524,655 524,655 000000000000000000342b4b65f2b73f350b4919242e703d81407678ac1d0f04 0.80 MB 1,539 33
524,654 524,654 0000000000000000002dd71853f6d273cf1ddb30e82316a742adf61e14cfdecc 1.03 MB 2,314 23
524,653 524,653 00000000000000000025b07b0a366388764daccd29a4331810401b2a7ee0ab0e 1.04 MB 976 17
524,652 524,652 000000000000000000043d770b5ddce8a3648be3019a0d1764fd53546d29fd63 1.01 MB 632 68
524,651 524,651 0000000000000000001fab587ab4749b57769cd8c4904e120ba4e56948d48db2 1.06 MB 2,499 24
524,650 524,650 000000000000000000221dc1f5ec6906f8b4fd0491926a52a2bfeb852f588d2b 1.12 MB 2,118 41
524,649 524,649 0000000000000000000678ed5d5a4e7abbb0526c6ee0ee5ebf1b8fc5a8290b9e 0.55 MB 1,226 36
524,648 524,648 00000000000000000020e3f442a122f8350ca1694902839c1d2de86d2488d61e 0.07 MB 151 24
524,647 524,647 0000000000000000000fda35b2a2a3e24009d64f043c9f0370825a7193667232 0.64 MB 1,151 20
524,646 524,646 000000000000000000394bd06849cf33e8fd74fe5608ee56d7691b6eb77238d6 0.49 MB 997 23
524,645 524,645 0000000000000000001947304892eb5a5026b91c5c08b8281c11738065d6cfb7 0.15 MB 259 48
524,644 524,644 0000000000000000003864e9b9035904cfec06143a39e0c0f12a2a2ec3599c79 0.78 MB 1,650 21
524,643 524,643 0000000000000000001e0c2659d01057697c3798df17494986596081fe5b4a1f 0.40 MB 770 33
524,642 524,642 0000000000000000003b2459f5145c5d60d9b40fefa14111ece2837e4f36cb16 0.33 MB 483 33
Previous 10 blocks ↓
Total Size: 769.27 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,635.30 GB sent, 94.25 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.