Memory Pool Memory Pool Refreshing

134 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 126 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (119,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
788,684 788,684 000000000000000000054476dc4191c2a1e629f538b0f53f8a090b1db3f815b1 1.79 MB 4,849 507
788,683 788,683 00000000000000000005272342d1d3642a31ede4072b150f326b1803bf67404a 1.71 MB 4,465 462
788,682 788,682 000000000000000000002d84222f100911c6b7f198b9785106e405d03ff18891 1.88 MB 5,352 520
788,681 788,681 000000000000000000056fd5e77ba20cfc0a2426db23e4b790b94b2cddb14d91 1.83 MB 5,159 539
788,680 788,680 000000000000000000032f78ee5543f5a011295041028401158ec3a0250d6578 1.77 MB 4,699 570
788,679 788,679 00000000000000000001dc136af100160e8c13916d52a2bcfa00cc81f36bdd14 1.81 MB 5,134 555
788,678 788,678 00000000000000000004990ed2174fccdfe6541ca0d7d46167d50efd6f736de6 1.71 MB 4,565 376
788,677 788,677 00000000000000000004ad369945fad7c1d3cf8ec5af14cd64ebfe3528fa9390 1.77 MB 4,865 296
788,676 788,676 0000000000000000000254253b5f3a3e61dbb44033a4995dcbcad1836727629b 1.82 MB 4,889 510
788,675 788,675 00000000000000000002629e195518eb93bb89c3e7a6e17464d934757886aaf9 1.82 MB 5,009 517
788,674 788,674 00000000000000000000673c6cfa8c975671dce1cf73628ffeffd5e37b1cc8c3 1.80 MB 4,836 557
788,673 788,673 000000000000000000026adaefd38fd5e10315c9b1f7fc0409707766f3ea5e31 1.92 MB 5,498 426
788,672 788,672 00000000000000000004c35bf5b2379dedbe7f0b8762c1b4ee1ff8b28c331787 1.84 MB 5,167 534
788,671 788,671 0000000000000000000174a5c786b24e35397bc7390e5a29adbd42022cf5cac9 1.45 MB 3,126 389
788,670 788,670 00000000000000000000072abc90b90d8c5fc73b074b31547a1110b04aa9261e 1.76 MB 4,763 590
788,669 788,669 00000000000000000005530cbf085854c7483d2e27423c8c2b0acf06c6e873e2 1.54 MB 3,623 250
788,668 788,668 00000000000000000000c5467ec07e466b9f147085d740783e32e5b707d3f7b1 1.72 MB 4,110 183
788,667 788,667 00000000000000000002b4c9becbe80c930c70a54b828bf71437f7dcb18cab27 1.62 MB 4,140 213
788,666 788,666 00000000000000000002cc53730ae74036c5772e05dcbf10a500475de612c4db 1.51 MB 3,569 240
788,665 788,665 00000000000000000004f6ea09d7c9e735d33922db27b1c3aeb1c309916a3e3c 1.68 MB 4,098 197
788,664 788,664 000000000000000000014e7757898be583f3d606f9db89893cac65d24d8356f3 1.51 MB 3,416 199
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.34 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.