Memory Pool Memory Pool Refreshing

5,839 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,006 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (81,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
826,554 826,554 00000000000000000001d75c5ee4cb4a21c4bbe03a022a5cd41095bc1396a890 1.78 MB 4,369 36
826,553 826,553 0000000000000000000126e4a03fb6f99e442add823aab1bfe0b5637b49f9da7 1.69 MB 4,760 44
826,552 826,552 000000000000000000008f8884e1ce88b66ad62558b949a5662a3a4e219f1de3 1.59 MB 3,359 46
826,551 826,551 000000000000000000023cab4b283be9a0610c1b5903efdb3c0b1384aee05c6c 1.50 MB 3,611 47
826,550 826,550 00000000000000000003af57904acc3564a0f71e4cec5f5154df6c58499ccc9b 1.47 MB 3,054 48
826,549 826,549 00000000000000000001d7ca23863e7cc15ff22f3514731bd9c91aa0b5d7921d 1.55 MB 3,323 41
826,548 826,548 00000000000000000000e32bcbbb6dbf06074a34c0da338f238f84b1586e1e98 1.64 MB 3,741 63
826,547 826,547 00000000000000000000a805abf9afa8eec57630e7d55784bc290929871cc673 1.62 MB 4,076 63
826,546 826,546 000000000000000000003431573ad2eac1df766766ba0e01d62ecd6fc050346d 2.16 MB 5,409 35
826,545 826,545 000000000000000000028fb39af83d1ac717de6f77568cc96bbe941c8b480aae 1.77 MB 4,600 38
826,544 826,544 00000000000000000001629664e7bddf9fa1e3197c4123859fb9bde8ea310be9 1.64 MB 4,245 54
826,543 826,543 00000000000000000000f78df45f677e75929279364b408f41d02c9de6454524 1.71 MB 4,783 41
826,542 826,542 00000000000000000003d61d2aeca859921a2eb7c212939da026f97fd5d45d83 1.70 MB 4,463 44
826,541 826,541 00000000000000000002723224059617839066cd1822ad0aba53f49d368418d8 1.57 MB 3,717 51
826,540 826,540 00000000000000000000205ccf754aae461e2a754cc9f3b3d9d996d595fb33d8 1.91 MB 5,232 37
826,539 826,539 0000000000000000000058c36569d1c3724e45b911354e4f58bd00485c703aaa 1.59 MB 3,835 50
826,538 826,538 00000000000000000002a8e67931944bfe863182c5c778b6e74a1e7f4c01a529 1.61 MB 3,903 61
826,537 826,537 00000000000000000001e917c1115ed0e532d6092d92a6f189337605108e14db 1.56 MB 3,715 48
826,536 826,536 00000000000000000001d0f1fa862b6b7b820f3b1d0ba0c9661253cdff0e0cc4 1.78 MB 4,543 41
826,535 826,535 00000000000000000001d46ac14d182e3c9f99c78b8d369a016062e8045eaf61 2.02 MB 4,848 35
826,534 826,534 00000000000000000002261a4746648bcdfa67af1c884d8d5e3658392aa6b9cc 1.86 MB 5,191 40
Previous 10 blocks ↓
Total Size: 768.98 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,616.02 GB sent, 92.71 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.