Memory Pool Memory Pool Refreshing

751 transactions
13.90 vMB
Show Random Selection Loading Transactions
Max Size: 56/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
908,304 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 392 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,303 (818,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,053 90,053 000000000009d2923144b0e149927b2be1b9b74401d9a5d812282e906c10e658 0.00 MB 1 0
90,052 90,052 0000000000036e5166ecf4c744252941b1a32a5ffe536aaa6cee13d1e7e9f1d5 0.00 MB 2 0
90,051 90,051 00000000000b30b413278864a152eb251373b9ee33f557da62400dac9f3306a6 0.00 MB 2 0
90,050 90,050 00000000000765118b31527afd5a71c77e5093f519ddbe7ca00b7bf03ef1a987 0.00 MB 1 0
90,049 90,049 00000000000a28116827a14144160ac11f7fceff5776351338313acc624341ba 0.00 MB 3 0
90,048 90,048 00000000000d60b13cd8e3f79685ef6d28260be9411aa9589490f89965586fd9 0.00 MB 1 0
90,047 90,047 00000000000c288a6602e73e471c13fbc60d8a4498d9a51d62e10f69c427d71d 0.00 MB 1 0
90,046 90,046 00000000000d887c19a214b75d4f08c11bccef6427c2927a4f504f4328a00276 0.00 MB 1 0
90,045 90,045 00000000000e2a9e90fff2a154a68032d2664dd1b759e4f85560c64b6b005680 0.00 MB 4 0
90,044 90,044 00000000000e7b305b7e20c108d44151b5b577ae70bbbc04134a03362fc40042 0.00 MB 2 0
90,043 90,043 000000000000926311af3ce625c1e3f36d7ab26fed46350707f908648da20310 0.00 MB 2 0
90,042 90,042 00000000000f1553da8b86a658d9ee10b1bcb97b087451b6592173f1c4879f30 0.00 MB 1 0
90,041 90,041 00000000000ddaf7d3e3c2f1fa60e07d14db968e74e9aab390635755fbe1bff5 0.00 MB 4 0
90,040 90,040 00000000000ed10e261e392ba3ca937184ec87b6474c3c8ae29aa2f814eeeed0 0.00 MB 2 0
90,039 90,039 000000000001eea38d32ed346a1d5f3545152cc9af10ef645dd33290c1c26cc2 0.00 MB 1 0
90,038 90,038 00000000000ee05e167ce9eb36ed4abd03416bdbca67364b400eab0de026d267 0.00 MB 1 0
90,037 90,037 000000000007d83ee1c15950a8f4766441724bec16f9574256aae75a0475e7a0 0.00 MB 3 0
90,036 90,036 0000000000051b36064ab0fdd3cd792a773b76eb980a80f9846a9ad88f0063b4 0.00 MB 2 0
90,035 90,035 000000000014fc8bcc74f2efa25c8aa695843e27f9047a1c5fd95e7d512efcda 0.00 MB 1 0
90,034 90,034 00000000000d7816a9c4863d73f2773ca63c4bde2c745699d953d5bf90ab6a8d 0.00 MB 1 0
90,033 90,033 00000000000d1df837e730e97d9ea91bbfa3793cc47618abc46b31bc1a158c3d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.38 GB sent, 98.49 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.