Memory Pool Memory Pool Refreshing

19,707 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,622 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (610,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,512 297,512 000000000000000007e0fd3aba34a0244cf322677bdc893a36c5e2945b43dba4 0.25 MB 358 23
297,511 297,511 000000000000000034fa0733c3347c93b05d458d73bebcb73f5349d8a2d5744d 0.50 MB 577 23
297,510 297,510 00000000000000006a85ff593184d6a3f44957a8eab2fd74683d7715d3bca903 0.25 MB 472 35
297,509 297,509 00000000000000001aecb65c53dea5a5ccbac32cfbf2cde4b14625655855e1e6 0.92 MB 1,858 43
297,508 297,508 00000000000000005bd6389e958d2a227450bad7be0c7666fd73d4a4731b1def 0.90 MB 644 17
297,507 297,507 00000000000000005b8f6e8406cd158ff6a3b7dd7a61dfeeacfb6d94231654ea 0.35 MB 446 22
297,506 297,506 00000000000000009b2476b6705f349915ee62fe5218c88d7668f3a868844103 0.67 MB 1,024 27
297,505 297,505 000000000000000098ec24e55e6cb42086462996bcc288f1599be64aa9ee58ca 0.50 MB 1,247 43
297,504 297,504 00000000000000001cfb98ccb89b08980645a93d39f91dbaf04cfcc0e8b6b8b4 0.90 MB 1,183 22
297,503 297,503 0000000000000000374e3487e0d754ddafc86e63f0ca740c535507e7b0527dd3 0.75 MB 1,063 19
297,502 297,502 000000000000000091e3f0eb93f9b520423333e8a747bbb2c0e6671c7e313476 0.35 MB 819 38
297,501 297,501 00000000000000007a5afa86ed026788599a96cfa6417cfa0ed627461abd0068 0.92 MB 1,662 29
297,500 297,500 000000000000000068e783f99e9338be3af1314e746fe9bd84f981809d8ca45d 0.69 MB 1,024 28
297,499 297,499 00000000000000005e1147fa2c0160a7c2e5d58825317c09a043e74683f3ae3e 0.90 MB 2,409 51
297,498 297,498 0000000000000000291395ab1f1d9695a2bd1ea8a876d944f29df2d9a7ccaf53 0.50 MB 1,497 54
297,497 297,497 000000000000000001f139464dc8b469c99604004c5030186b2017e0ce0d5203 0.50 MB 1,723 92
297,496 297,496 00000000000000009ada8d1bcaebe4f47dd012f208fac2880f41591004734dc3 0.12 MB 256 103
297,495 297,495 00000000000000001fb86ae8e043340da370bb3275a0e4ab4e71c375b3d62f05 0.35 MB 982 53
297,494 297,494 0000000000000000789ceab714eeb38db024778759ce0b48c14c7f40cf94de09 0.35 MB 1,099 76
297,493 297,493 0000000000000000091ae589c034bc0466e2feca51dc018bb2c3303e8ab8648b 0.50 MB 945 25
297,492 297,492 000000000000000001c5646a83e02f466840bcab041b7d97b33cc3e223c530fc 0.35 MB 1,063 57
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.