Memory Pool Memory Pool Refreshing

7,731 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (70,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
837,402 837,402 00000000000000000000d8ead439cbdc0c879669b67b8a2e79b0570da088c379 1.76 MB 2,639 14
837,401 837,401 0000000000000000000240e3a3233105d3b833b056478971514df416ab65dc94 1.70 MB 2,991 21
837,400 837,400 000000000000000000026ef8a0ea46a5638f48f050921b4470415955935bea8e 1.96 MB 2,775 18
837,399 837,399 00000000000000000002229eb0dd347969a509793994708556bcaac46045c398 1.54 MB 3,339 26
837,398 837,398 00000000000000000000535293a31bb39ec32dfa98998c27c6a34902205c7da8 1.50 MB 3,311 28
837,397 837,397 00000000000000000000de30624e7de3f231b12fdfb994a19bd7229746b13a51 1.92 MB 1,207 11
837,396 837,396 000000000000000000003f561c31a41cd7da72811f8ed1c2886c9d5f301e0cfc 1.77 MB 1,327 11
837,395 837,395 0000000000000000000170051795caf7668c62c3fc0b2efdc3c1694ca79b317f 1.58 MB 1,371 11
837,394 837,394 00000000000000000002833f9c549f8e23b03fdad654dc8e6cb83c899c6693c0 1.56 MB 1,385 10
837,393 837,393 0000000000000000000115286f4d46d257bc4ac5c566c09eb15cd1d238039415 1.80 MB 2,287 11
837,392 837,392 00000000000000000003331c9b0e81db21392b36b32df8133a105de3e4515e9f 1.64 MB 3,685 21
837,391 837,391 000000000000000000005811624384defe51b2d75fdee5878eb5a1573e13960e 1.41 MB 1,927 14
837,390 837,390 00000000000000000000caba9e52cda76f8dd5a4248dc5239185030e25856884 1.69 MB 3,300 18
837,389 837,389 00000000000000000002c2627aa11be71041c83d635e4a11bf5bc115c5e326db 1.62 MB 2,477 16
837,388 837,388 000000000000000000015299a0260b6771e43be2d34180f7e235fed72a1eb872 1.44 MB 2,075 12
837,387 837,387 00000000000000000002f7d6dff435748930a1f508932206cdff776cd41f1c88 1.55 MB 3,595 22
837,386 837,386 00000000000000000001b8a8f72167bfc7179d0ffb0bffc558378e772c4845c9 1.59 MB 634 9
837,385 837,385 000000000000000000003e4ce8e918fa7a5ef4a2e1a5bbc62058c68d98ef3eb3 1.89 MB 817 9
837,384 837,384 00000000000000000002d40083b79ddcba31408c89deecc920dcec0491a185fc 1.93 MB 4,525 12
837,383 837,383 0000000000000000000299e44339a9836b48953680c6c5cf02c76145b5864801 1.87 MB 2,222 9
837,382 837,382 00000000000000000001b666429c49dc4a663d0caf135dee7ea87d27bc17add1 1.51 MB 1,934 14
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.88 GB sent, 93.01 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.