Memory Pool Memory Pool Refreshing

7,674 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (23,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,185 884,185 00000000000000000001493e487ca5cad71069c7b8760229d9b4b3bfd2d73106 1.98 MB 959 1
884,184 884,184 0000000000000000000135ee8b989cb301ca731401a2916260c1606cbfa0b436 1.47 MB 3,053 3
884,183 884,183 00000000000000000001812a75e615d3560f76302db291ab85bc1bd2aa64cfc9 2.08 MB 757 1
884,182 884,182 0000000000000000000193def08bcecb2a580e01214d9a16fd1e58d0144dd591 1.94 MB 1,470 1
884,181 884,181 000000000000000000006a5e3847cb9e1b7bb3a183db062dcf8c3a02a272b386 2.02 MB 1,403 1
884,180 884,180 00000000000000000001aa73f7882fa28239b988d8e89e25e26df96b4dbcf486 1.62 MB 3,501 3
884,179 884,179 00000000000000000000772331bdc635d76b771d98b4727b5f45417bf8d705f5 1.69 MB 3,184 3
884,178 884,178 000000000000000000000eaa81fa5b63d40846589c5249d1a4a5bb670fedc4fa 2.18 MB 317 1
884,177 884,177 00000000000000000001473baa01c799e9813bf433d48dfee882bbb997ac2a46 1.69 MB 3,772 3
884,176 884,176 00000000000000000001bc0bce0c70dadca6a1c8badbe10e096d0bc67b7fc59d 1.96 MB 1,225 1
884,175 884,175 000000000000000000019c710b0d30fe5641e465c9d2a7bc5ea1a3b6976387d8 1.57 MB 2,452 2
884,174 884,174 00000000000000000001f3c6d04e314c6c60f1ba7103cd36ca7970ce698e2c97 1.72 MB 3,456 4
884,173 884,173 00000000000000000000778203f9bc37610605b3bbacd650fd16e23fc7cbd692 1.97 MB 2,575 1
884,172 884,172 000000000000000000024135021d467779c179f8243d3667a67ced93e4f51fac 1.55 MB 2,430 2
884,171 884,171 00000000000000000001e05876de400d0ff5d9c94f0ef95fd93bd88dad3080f3 1.59 MB 1,568 2
884,170 884,170 000000000000000000023741e7f2892e1d179fe0d7d46a64bdd16c2c641207a9 1.91 MB 607 1
884,169 884,169 00000000000000000000258d27c244158b83d65d8abfa7360b89a435cfd7ff8f 1.70 MB 3,078 4
884,168 884,168 00000000000000000000171fde797e9d2eb7d2b9ead631c39cd6e63f89bd7ef4 1.86 MB 2,143 3
884,167 884,167 00000000000000000001c8b7b9af800663f78392b20dc42363f96cd2fa582c8b 1.84 MB 2,103 3
884,166 884,166 00000000000000000002455cfd25a3c94ad67948b5e4c63b930b9c808ad0c680 2.01 MB 1,625 2
884,165 884,165 00000000000000000000e7af19cc8eef59c6468d56f8d891217cac201e0c264c 1.63 MB 3,329 4
Previous 10 blocks ↓
Total Size: 769.25 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.12 GB sent, 94.17 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.