Memory Pool Memory Pool Refreshing

4,249 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/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 2,993 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (78,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,570 829,570 000000000000000000002aee2b0f49751fa2bbb238f0945a82a6cc1a78f8737b 1.51 MB 2,816 86
829,569 829,569 0000000000000000000148f9aa21c4e308a0df5350246714aa054ccf953bc9c7 1.80 MB 1,902 27
829,568 829,568 00000000000000000002cb1eee5965ab13e97391d7ee10fc3f880fd5901b79ed 1.61 MB 2,920 45
829,567 829,567 00000000000000000003188a64904002f912061e2ac626f0ff96528eb28445e5 1.87 MB 1,990 33
829,566 829,566 00000000000000000002ea09e4f824e0012bec8aee561bc011ff5676e0e860b6 1.50 MB 2,676 37
829,565 829,565 000000000000000000037292af63aef676af497a397a02af20823a0df8578dc3 1.65 MB 2,629 57
829,564 829,564 00000000000000000003289a63a1d0737f2b30e4c6d8bbf1ea2f5d331a423196 1.44 MB 1,586 33
829,563 829,563 00000000000000000002867b6d017b966ca036e8ac02acf91baa39994dd778ec 1.53 MB 746 22
829,562 829,562 000000000000000000022e46b25ddfe111776bf34440cb43d612e5920bbc2d92 1.73 MB 1,861 40
829,561 829,561 000000000000000000021f1ad270d62c521070a1c146775056b643bf84b23476 2.02 MB 691 64
829,560 829,560 0000000000000000000321e0b14c92c7d61a765d60e1399192ce5908dec2dbba 1.85 MB 1,552 29
829,559 829,559 00000000000000000000482f0746d62141694b9210a813b97eb8445780a32003 1.95 MB 1,544 28
829,558 829,558 00000000000000000000865fc03e7dbdac31d787db7cc749b4ea8253664ddcfa 1.64 MB 2,874 48
829,557 829,557 000000000000000000018fdfc536292639b91b1bb45de2c9cf149db41350dd30 1.76 MB 1,838 25
829,556 829,556 0000000000000000000040c7603bf2a6659c999ea4912429cdbf089e75044449 1.57 MB 2,773 52
829,555 829,555 00000000000000000000ae304ea500373e6f2b8992affb7cf898327adee5acf5 1.62 MB 3,130 40
829,554 829,554 000000000000000000032937617f368ea98e3ea44b62f916f5418997b4371765 1.66 MB 2,531 59
829,553 829,553 000000000000000000005d96ebde77cbd9e241285c7b51ecf8ae76818513b6db 1.58 MB 2,421 36
829,552 829,552 00000000000000000003a15157d409ef04838499478dedbbde4de5458d36b63f 1.55 MB 3,004 56
829,551 829,551 000000000000000000013ecf4739fdf6cd0a2ee80c8cf99139d2038490df0d63 1.58 MB 2,816 107
829,550 829,550 000000000000000000024c0c937ea5c2fc517664b512f48af3c91494506ddb8f 1.61 MB 2,647 53
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.