Memory Pool Memory Pool Refreshing

2,835 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 5/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.79 vMB 2,833 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (109,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,484 798,484 00000000000000000004d9d2d0e90796fc1931f23802b230865165352185d4f5 1.86 MB 5,263 8
798,483 798,483 00000000000000000004df670744fe87d48d18b31599862aacca6784af1aada1 1.89 MB 1,319 5
798,482 798,482 0000000000000000000074df855ac3d50ab02955ae57c9690ddc396fc086bf44 1.78 MB 3,025 10
798,481 798,481 0000000000000000000441441a9ed38bead82dc253cb21f25959d49441c17001 1.50 MB 3,289 16
798,480 798,480 0000000000000000000225527dcce26e1ae8fd44a49ac92868243554ad56f4c1 1.96 MB 100 5
798,479 798,479 00000000000000000003d38e0a3813dd0cbc608011507d557ca18dd670bcea4f 2.22 MB 3,706 6
798,478 798,478 0000000000000000000336b6e4c0644e2d69cb224850e519988e73edc5a5db3f 2.06 MB 6,231 6
798,477 798,477 0000000000000000000285eb81fc6aeb36f256240857481867c10634d7270617 2.48 MB 4,473 5
798,476 798,476 0000000000000000000494d86d06b7fe0afeac7b78f0c56a1ddf82e44ad51d8a 1.72 MB 4,664 8
798,475 798,475 0000000000000000000197e050df153b044a144573d0347ada79a7898a58ef30 2.15 MB 6,853 5
798,474 798,474 0000000000000000000201c909c3d6d58abb07026961e242cfda9ceda5b8e6ab 1.65 MB 3,786 10
798,473 798,473 000000000000000000049f863a2223146cc28f94ad405742a2ed9dba617a3a61 1.39 MB 2,565 10
798,472 798,472 0000000000000000000112a2d70f199ae3b0ef5434a56b40b0ab612d71025419 1.68 MB 4,038 5
798,471 798,471 00000000000000000004ddf70f4fe9fd859d5f3c03c8349e68daaf4673fb3d4b 1.69 MB 4,078 8
798,470 798,470 000000000000000000015946e46439d04d70efd4081d30bc3e8490249a9240fa 1.79 MB 3,317 11
798,469 798,469 00000000000000000000c9bcfa9634b9ba6c14db92bc2e162ef7be2dfcde7820 1.49 MB 3,106 13
798,468 798,468 0000000000000000000331ff0713084208844bc5774a8d1646e525303499b644 1.53 MB 3,117 17
798,467 798,467 00000000000000000002ae65b46a6ac646c820cd9c61be4e049611702e0b151a 1.71 MB 2,585 12
798,466 798,466 000000000000000000040b5b792108fcec934b8f9983f4ff58465a1e264e954c 1.61 MB 2,731 12
798,465 798,465 00000000000000000000a0be72029ebae9eb3350ac283a662e5ccc7c7c8724f4 1.43 MB 1,506 10
798,464 798,464 00000000000000000001f4dcbccf52e0bdc1505adef5e7c0fff7dcd8cf7a7a05 1.57 MB 2,965 17
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.