Memory Pool Memory Pool Refreshing

2,379 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,371 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (625,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,563 282,563 00000000000000014cf4913c219615129d2b07f6101114d73119b0bd164f8518 0.21 MB 379 48
282,562 282,562 0000000000000000794365becff9b5337fee022dea418bd81dd814e8b56dd7bd 0.15 MB 238 41
282,561 282,561 0000000000000001d842d14fd372b8c0805e686956bba232afd805721f8d0f8e 0.04 MB 81 33
282,560 282,560 000000000000000192dea5746d22e53e90fb8b75ae38482ee470641666fd583b 0.23 MB 548 64
282,559 282,559 000000000000000163aa89643ff859502f85261480ecb0865f350ac2b57c1142 0.29 MB 615 45
282,558 282,558 00000000000000016f50798fc22d75b147f310a09a5d631ba4d5e0ea65d0a39d 0.09 MB 210 50
282,557 282,557 00000000000000010808c38055260c6366d6cf5ff472cb801a4451b6d8d83f71 0.14 MB 275 57
282,556 282,556 00000000000000002d3d8343b9932a137ca11e64b700646b3cdac9369025d4d7 0.04 MB 88 60
282,555 282,555 0000000000000001e1f8a982cde0c78ad1d096a09a5a43f199ab5e6ccf017389 0.10 MB 161 25
282,554 282,554 00000000000000014791af30f6b29abee62c27bf65bccbb2f6341d62ee4b49b5 0.07 MB 98 36
282,553 282,553 0000000000000000eb55b0db48fc2908ad07119ab5b72318f047709bccbefa05 0.33 MB 702 51
282,552 282,552 00000000000000010b0a46420b60e4daa0ac30cd11e477d4ba3b5d49dcc90047 0.03 MB 88 51
282,551 282,551 00000000000000003e4be2bdf145f3230e75b3880e16eb3f44c80e0eef49d436 0.01 MB 13 8
282,550 282,550 000000000000000153b40e4d260b219d62106e471c5370c062368cd9d5a9eac4 0.25 MB 508 53
282,549 282,549 0000000000000000b31f2bafa48cc50ab3a22115ab33dbcac0527cab017e0b86 0.30 MB 283 32
282,548 282,548 0000000000000001db4e77e089267e70649a909e4515668804b81eb7598b3d07 0.19 MB 481 49
282,547 282,547 000000000000000116c54f7bcfbc1ddf7d902204c8cb72c1bce6a549b5afe398 0.50 MB 333 19
282,546 282,546 0000000000000001b788004e13ce9a40fa3ae2795b10281a9c55d5ddc27778ff 0.06 MB 64 21
282,545 282,545 00000000000000005df0cbc24a5963f438011e40bfb9d4d4fad434b5da25e9b9 0.12 MB 271 53
282,544 282,544 000000000000000162855f13cbe4b8df3324464bf78d427014701ccada1979ac 0.01 MB 17 45
282,543 282,543 00000000000000014321fb1aff59b63109c3af4140c415600aebb04ad9c856ec 0.10 MB 91 7
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.