Memory Pool Memory Pool Refreshing

8,548 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,794 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (656,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,970 250,970 0000000000000029fbab245b8fc372824062427e8efcf691daa0d2b54203a939 0.10 MB 249 160
250,969 250,969 0000000000000066ee49cbd301e65c1021b9e2bea15ca8815368d1477a97ef70 0.01 MB 23 143
250,968 250,968 00000000000000312c6b9136f96b7ba1da20e3330005b1341bacdbc047f6037f 0.17 MB 362 97
250,967 250,967 00000000000000369e1b1fdb53c153036e1bb5bd6b6c4be56b8d642b57b05bb8 0.25 MB 618 131
250,966 250,966 000000000000002e51f048665367fb9e34feb9297aa3f062f81f4cbb38258d2d 0.10 MB 228 127
250,965 250,965 000000000000005bd44a44fda09c4ef368e69e07fb8d4dca12c99ea1a5bf2961 0.01 MB 32 221
250,964 250,964 000000000000000749849f1a0a60997b2df431598bef0b9d311f5087ce28523c 0.04 MB 67 111
250,963 250,963 000000000000006a6c8782be032b94a1657314cd22ddb649c0a8410f2bad2d22 0.03 MB 70 76
250,962 250,962 0000000000000042c186ec94bae5d6f47e618c5812a973b027882d569dbbcaa4 0.12 MB 279 125
250,961 250,961 000000000000001056c809043b8d18bcf5f2d6de0ffae4668a7c246e8b720df8 0.23 MB 535 107
250,960 250,960 0000000000000062cc17a600016020dc592c41062e11eb1350c702c0d4e5eb29 0.15 MB 373 114
250,959 250,959 000000000000005183c2453784a6d8412bcefe41ff704b974a0882c0d58c4ac2 0.16 MB 343 114
250,958 250,958 00000000000000077922e2e93fafc9a4f2ef4e0dd68e579316ad1afa3a10366c 0.01 MB 47 128
250,957 250,957 0000000000000049481e70716012c8360e261528ceb33927c37af7ec6d5129f3 0.14 MB 316 110
250,956 250,956 0000000000000071b7593923b1b1c36afdb8acd5684620d886575104124d1b98 0.18 MB 447 156
250,955 250,955 000000000000002f3613b5394e39a254ba4afa9f76af72cd6b4273736d7987fb 0.09 MB 226 88
250,954 250,954 000000000000000c3c433d6bd5da2ad5b1e0dad1fe0876c8e3fa84b3c7da5f27 0.28 MB 616 93
250,953 250,953 000000000000006c9fdccd07785a0462ecfc1dd8230d55fc841df0a9290ac0b8 0.19 MB 468 138
250,952 250,952 000000000000000416e4c0edf2eca730a46627bdadf13e7d6d3b042cfa064e00 0.41 MB 923 77
250,951 250,951 00000000000000266a074991e1f57a8de8bb7e4d8af3bae16aaa351204ec5e2f 0.25 MB 730 102
250,950 250,950 000000000000001902e0c4fa968867fb7ac3927447de0c01face25afd709c365 0.25 MB 576 155
Previous 10 blocks ↓
Total Size: 769.29 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,638.58 GB sent, 94.37 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.