Memory Pool Memory Pool Refreshing

1,057 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,049 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (807,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,355 100,355 000000000003fa30d8ed451a2ce7075d65db083b347ee8b4cb743748e44c3dfb 0.00 MB 2 0
100,354 100,354 0000000000040dc66c069b4207b1fe0b7a92cf6ff7fd088221f95288895d04a7 0.00 MB 1 0
100,353 100,353 000000000001ed84aacefd817f0b6f1664aab2d72d7d8bc0f6b9408b7d240630 0.00 MB 3 0
100,352 100,352 0000000000034e1d745bc056ec259ad34316d763857fc8ad4a1194a415d958a5 0.00 MB 2 0
100,351 100,351 000000000004184072c5302af16ea09db97662b2d72f9c6ae0384feadb4f9db9 0.00 MB 1 0
100,350 100,350 000000000003bdaea1d76c0f4868e61a9581242f2c7f0eb436d74a1efe0852d2 0.00 MB 4 0
100,349 100,349 00000000000224e206b0c1c0d4e71047e997d0ba398f7dce9d08a3efe51f2da6 0.00 MB 2 0
100,348 100,348 0000000000003e17b43a8c90169b38651c7eb11767d99e6baea88d5c3afad39d 0.00 MB 5 0
100,347 100,347 0000000000007ba2dca26c4ae6a8b3763e3bab1c9676103f5cae12a8c38c4ee6 0.00 MB 4 0
100,346 100,346 0000000000015d6a2c4dc1a4a15bfba3e05fe9e39d9a08deb6d10080fcb7a5ad 0.00 MB 1 0
100,345 100,345 000000000000baa565b95bb798575f3d757739338546126e62120327e03e7fb9 0.00 MB 3 0
100,344 100,344 00000000000384ee83791a511767c10ed4a1ec9d7121c46fc1395a50201e8a8b 0.00 MB 5 0
100,343 100,343 00000000000229f5f3ff71834b8db6bdeb9b76bf9c69c04719ec2fba783fa1ee 0.00 MB 1 0
100,342 100,342 000000000002fd2027205581c30c43c6ade1485e9a2d0cfc73aad7a69946cec7 0.00 MB 2 0
100,341 100,341 000000000002e6c541f9970c1994703c01f273fecf5989032e811bf18ac461c6 0.00 MB 3 0
100,340 100,340 00000000000390cc82fb6830c8fa792f2b574e3034887a71e2a6192831754ec6 0.00 MB 6 0
100,339 100,339 000000000002ea6e5975af887e45993f21e38d1d47b49c05589fb468a6b5e571 0.00 MB 1 0
100,338 100,338 000000000002fee6a86660a12a6e2a6da3fa7495a323b122c3b35d323430556a 0.00 MB 1 0
100,337 100,337 0000000000018343bb3384cdcb0fbad79ebe4ddc8e7043f5661d3ff47a084fa9 0.00 MB 1 0
100,336 100,336 000000000004287c459d2f876992c44afbdab680e188fb1779205270ca295f7c 0.00 MB 4 0
100,335 100,335 000000000002fe78f962edae9d893aecde95e0bfa4f56b04b7e65d49f10733ce 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.