Memory Pool Memory Pool Refreshing

1,944 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.69 vMB 1,928 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (58,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,372 849,372 0000000000000000000002ce84d02baa1e672dfff04cd9a883d88f5eba340b8f 1.70 MB 5,666 7
849,371 849,371 000000000000000000023119fe7824823a6771be78c450c3d433244df5f428a6 1.84 MB 2,635 10
849,370 849,370 00000000000000000003039a0229b0545eb3de7d8d18b127b360f6d17504075e 1.58 MB 4,565 12
849,369 849,369 00000000000000000001ffc3b4e2627f3f6ea68dc7b5cf65b370786ddf680611 1.69 MB 5,233 7
849,368 849,368 00000000000000000002ad9f12027a730897d6a289d90be47b5d833f2527d494 1.63 MB 6,458 9
849,367 849,367 000000000000000000016128d80bda4de6c2037391e99f09e96a6fbb544031d7 1.79 MB 2,189 11
849,366 849,366 00000000000000000002ca6f1fbfc4c5d3a0a8b8c03b74902acfa75b03a0b979 1.83 MB 2,245 12
849,365 849,365 00000000000000000002816a1de93678ad336dd496b7d41eccf947a2c9fd3bc0 1.66 MB 2,089 12
849,364 849,364 00000000000000000000b4c0aef5863d5f4072a9d562d88e893c7640976d6c58 1.51 MB 2,489 17
849,363 849,363 0000000000000000000231f9323895122069d73b1b14b012f56c44d6543149be 1.61 MB 6,391 8
849,362 849,362 0000000000000000000036b460fffdce43f292e3a5f3b8be6df54121e892ebe2 1.72 MB 4,882 10
849,361 849,361 00000000000000000000eeddf7e4b9c041042de63051f3ed81f7c57ed72b0f31 2.30 MB 4,582 8
849,360 849,360 000000000000000000028047588d3657e7c729cd98ea8012ab0770269f13f06e 1.84 MB 2,271 13
849,359 849,359 00000000000000000000f6f88680c1d7b8051bccb602f6919c16a04899542e98 3.08 MB 1,319 9
849,358 849,358 0000000000000000000345ea20064c5a8156a4cb9fbf27b73792c1db58f0f494 1.78 MB 2,619 13
849,357 849,357 000000000000000000028d42b35a70845f3a078f2cd8816e3f646af8d0cb9bb3 1.58 MB 3,001 20
849,356 849,356 00000000000000000000d22d37055011244917630c1c00fee832ea1920fc7c27 1.56 MB 2,722 15
849,355 849,355 000000000000000000005840a85ba57cd10ab5d328e3ed12759c3a9b101933f0 1.62 MB 4,632 11
849,354 849,354 0000000000000000000257d0a3cb4aa0211eb03662a2312d09b633be753b1177 1.65 MB 3,052 9
849,353 849,353 00000000000000000001a3bb06b0873c3207ece45c13a9fca11ce4eed9d4c2a5 1.52 MB 2,666 16
849,352 849,352 00000000000000000001fc5dc4b79bbd37cb515caf88540be455c8cc36424bb0 1.71 MB 3,558 11
Previous 10 blocks ↓
Total Size: 769.11 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,629.43 GB sent, 93.43 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.