Memory Pool Memory Pool Refreshing

8,316 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,571 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (16,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,548 891,548 0000000000000000000015978e8e81ca9574bee1935f604f28cb18d5c53d065b 0.99 MB 1,366 1
891,547 891,547 000000000000000000008571b05a8e9a3bdc1d87353dda014ef871942947bc00 2.09 MB 3,184 2
891,546 891,546 000000000000000000009379eabff3570b93ed638e17181cbff517a87c7b27cc 1.64 MB 3,180 4
891,545 891,545 00000000000000000001c3065d81e5c53d152b5e4d3b51dcec4dec049a259370 1.58 MB 2,853 3
891,544 891,544 00000000000000000000c8f927e6e501993eebdd1506bc2966e033a3d15922ed 1.72 MB 2,384 1
891,543 891,543 00000000000000000001bd2bceae3773e4c1c824223775d85f8ace899c111179 1.64 MB 2,406 2
891,542 891,542 00000000000000000000bec48e3b6d7e1464d3459614fb10b615526b1d906063 1.63 MB 1,059 1
891,541 891,541 00000000000000000001bf4894561e917f0c794c48cfb02a4b6823c1ff650d1d 1.50 MB 1,745 2
891,540 891,540 0000000000000000000048d6a5a3b899d45b08d0e71483bafc19e834cc504645 1.72 MB 2,630 3
891,539 891,539 0000000000000000000244a379aef3d278a1070251ea4450bb01c4f9e9d2bf8a 1.61 MB 3,143 4
891,538 891,538 00000000000000000001d1074abf6912a6c74eebfe693f6c6be290b39b87e9c9 1.61 MB 3,435 4
891,537 891,537 00000000000000000001409cf9b92f1c5b110008f8e350718a48ddddcc33395e 1.52 MB 3,737 7
891,536 891,536 00000000000000000001d4d986cc25642be10d903c7df8a708e5e067188a918e 1.66 MB 3,344 5
891,535 891,535 0000000000000000000096c181d81c7432382cd0fef67689d1ae3bd124748dd8 1.64 MB 3,139 3
891,534 891,534 00000000000000000000548b42dd4c215269ab0e9b36d51e16d23cbb4af77a0f 1.54 MB 3,919 8
891,533 891,533 000000000000000000008a8a88335a024de031ea1beb5abb26ef197bb0c12209 1.55 MB 3,872 4
891,532 891,532 000000000000000000019876400f70ff9c4d526cec18689e5ff367c29c980d64 1.57 MB 3,302 6
891,531 891,531 00000000000000000000e10507499f134b18732fca2f1e3315a13d11912c6f2e 1.59 MB 3,169 13
891,530 891,530 00000000000000000001eedff43537918252489d5735b881a642001a1a483f3d 1.97 MB 1,069 1
891,529 891,529 00000000000000000001f811e0a7553dc8556ec60474be6a7640f7a80d2ad2e8 1.64 MB 3,162 1
891,528 891,528 00000000000000000000c0e6f88a818124ff7e17f6d0bcf6689236658269da16 1.66 MB 3,616 3
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.