Memory Pool Memory Pool Refreshing

3,979 transactions
1.75 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
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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,899 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (664,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,895 242,895 00000000000000b66f9fe17e2d9712884c6692c1efa9f3dbbbe1e7d12fcf61cc 0.22 MB 489 290
242,894 242,894 000000000000003631fa52c5f7d68d25f185b521f5af8b192652b5223d43207d 0.03 MB 12 30
242,893 242,893 00000000000000497f08034f411d76b0a46941742fc04e3943e9c49494640bd1 0.11 MB 238 153
242,892 242,892 000000000000003fab3094c96305803a94dd9b2f9ca51811084f272df853c06b 0.01 MB 27 98
242,891 242,891 000000000000005b50510c2fd8707ce8a05dc6c4a11f0cd466182df28d506a0d 0.04 MB 66 766
242,890 242,890 000000000000005471ef57b16258cad32a8117606720449aeb5c3c33886b51a7 0.02 MB 26 534
242,889 242,889 000000000000003de4b8d20a58dad7240f6a1efe0be36706483476eaa04685a6 0.08 MB 139 129
242,888 242,888 000000000000002333e9d27038fc952d1384ed56dc124b8e65dade8e4fbb8692 0.19 MB 396 510
242,887 242,887 00000000000000cdfbcb8cf9e747f51d8616c28fcf2b7bc5c45bd7c96924667f 0.21 MB 406 359
242,886 242,886 0000000000000077e1da1b140027da233f8fc296d8757d2fc866b9e0dbbd7dc9 0.13 MB 320 371
242,885 242,885 0000000000000077dcd3eabff7f324f2b535a19d47a53295acf3d5ac7886c7e9 0.02 MB 46 93
242,884 242,884 00000000000000b978be85f086573385c5ecfa308fe46fd8e23c4928b38ceebd 0.17 MB 378 489
242,883 242,883 00000000000000866f1ce8e10fe3b68fd5d9a1bcf5f8609df1078f7e9da19543 0.15 MB 310 287
242,882 242,882 00000000000000b01b0cac84e329827aac177dd8de99a667d0a59b0548e4514d 0.25 MB 575 158
242,881 242,881 00000000000000717a7903225a16ede5c1929c35f8f991d4aee966d7642cc170 0.04 MB 81 168
242,880 242,880 00000000000000ab686a79d1053ec0b0a48db36f413ca61d67a26884c9bb0656 0.19 MB 328 208
242,879 242,879 0000000000000011d3cb4e0ed4effb6181b155a66c5b5de6cbf436e63dfac982 0.12 MB 296 280
242,878 242,878 00000000000000b029ce47e0cd0827e39c7ef7c87d6dbe9fe876ba476722fae0 0.10 MB 222 156
242,877 242,877 00000000000000ccd8b452c572a439bd99e41337538ab094b07bc76d7703fa68 0.09 MB 197 273
242,876 242,876 00000000000000b3300cb1f9b0b94fdc18fc51b3d3738e9b09314193a913f05d 0.03 MB 55 98
242,875 242,875 00000000000000bfad3c92616bfb9feb5075887482e73440819e8633e40951c2 0.18 MB 355 159
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.