Memory Pool Memory Pool Refreshing

2,606 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 2,600 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (36,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,310 871,310 00000000000000000002353e5d3d2af7f02286b911287286cadcb49b777e6235 1.55 MB 3,542 28
871,309 871,309 000000000000000000029dfbbc8a55eaba4a69918819f3ae2aa37365cae8f5bf 1.62 MB 3,778 18
871,308 871,308 00000000000000000002746018021c4dbacdf945480dd88a4d4c8b5f940712bb 1.48 MB 3,455 20
871,307 871,307 000000000000000000006a72e68bf60bc250d601c40dc3fcad2a8573c6f353c6 1.47 MB 3,943 9
871,306 871,306 0000000000000000000082212d3bc416cb05ebb299ef6f47f03317642a9fe175 1.62 MB 3,646 27
871,305 871,305 000000000000000000011c150cf6b49fa2282162a51df8bea32ecfd9c2d582a6 1.58 MB 4,325 11
871,304 871,304 000000000000000000021b6be45d3f7e51b9fcca6e9efcd14e64fbd1c15b8fb5 1.53 MB 3,540 18
871,303 871,303 000000000000000000017c688291f2467e5e07c14fb7f978392e441bd04de0e9 1.43 MB 3,895 10
871,302 871,302 0000000000000000000061173361e45c34a6ad64f46b63709591e960a8fb2b2a 1.62 MB 3,754 14
871,301 871,301 0000000000000000000023089cb84644f74ea93946e4091bc5e71848fe14a636 1.69 MB 2,968 7
871,300 871,300 0000000000000000000115eb05eabfeb95962d6adaf7a7082e20f55ffe4cb7da 1.71 MB 3,260 5
871,299 871,299 00000000000000000002a403f8a00bbf9df9864ce67840cbec742f702272d08b 1.70 MB 1,747 7
871,298 871,298 00000000000000000002095b899bb99118163fc32de2d6d630e4afbcb36c211c 1.55 MB 3,317 20
871,297 871,297 00000000000000000000606a96b139a3cb8e04a65dd22be4afb6f30ecf682bc7 1.76 MB 2,714 16
871,296 871,296 000000000000000000014e56265d8e2013dd769d83c7723f9ab9332f4035e7b6 1.58 MB 2,880 16
871,295 871,295 00000000000000000002b4e8d0c643ab181796a7664db6f186efffd08e3f6493 1.63 MB 3,683 26
871,294 871,294 00000000000000000000d8a3510f132bacef719270eb7ea1de31fbd5ddb20625 1.20 MB 1,165 4
871,293 871,293 000000000000000000021ee4126e83226df6c518b6971d538fd5ce397541d621 1.40 MB 2,092 5
871,292 871,292 000000000000000000012cf2942adec80a326562eaf25afb51d2ff8d0bec608e 1.56 MB 3,544 9
871,291 871,291 0000000000000000000235e184926352934761a23eb7ca4927c9ec59bccf815b 1.82 MB 1,886 6
871,290 871,290 00000000000000000000c34c032d89bf43154609f9a4d67ab5ec4dba6280fb77 1.58 MB 2,823 10
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.