Memory Pool Memory Pool Refreshing

8,753 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,578 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,577 (811,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,699 96,699 000000000005d770e54f0b8ad054e752b9ac3d5cd7ee283b9b6393ef9edc4791 0.00 MB 2 0
96,698 96,698 000000000006a85d3cbbcd393a081fe1d4dd46e7b86ca8fd6e2820236d9f45c9 0.00 MB 1 0
96,697 96,697 000000000008186959f14f5fa3282da2640250b07e92253cac6aacb09824378a 0.00 MB 1 0
96,696 96,696 000000000001c7b1f2272d2ffc295ab639d7ceed43b30459e32093a3a85e1000 0.00 MB 2 0
96,695 96,695 00000000000766cd0054019dce52b680a2e9bce03a196d28d3e820ac1d3a853f 0.00 MB 1 0
96,694 96,694 000000000003a5a0f7b411edbb74a1456c88d3c646c87bd7f7536b260d680844 0.00 MB 4 0
96,693 96,693 0000000000074542bf7a6735fa225275ac4461f4478dafb02c3ebb428e08bfea 0.00 MB 1 0
96,692 96,692 000000000004a5ed00901d90f72d030f2f3992db4e15558780c9ca206b0c1eec 0.00 MB 2 0
96,691 96,691 000000000003e6e4428d5e0a4c9e3bf59707d2c6edd7714cf0bbcfdef1ac4f77 0.00 MB 2 0
96,690 96,690 000000000004dddaf651f0f51be03c3feb8042311991abbd592f054b7747ba85 0.00 MB 2 0
96,689 96,689 000000000000e968f22bf84495747c885df3b307ace065f92f6c6078d171734a 0.00 MB 2 0
96,688 96,688 000000000005a9dc55888480079da075c8f9100d9949ce1c1a40407ab85e08b2 0.00 MB 1 0
96,687 96,687 000000000003dcd693ca2807c2f2880cf50e5de454ea18c6fe9291a0552655dc 0.00 MB 1 0
96,686 96,686 00000000000533c0c9995296d075049b27f4d6bc981cdae1fe75232d8c04c28e 0.00 MB 1 0
96,685 96,685 000000000005c7855e571e9cbfbd9a9a8e3d439035297c8e717c1fe547f26b8d 0.00 MB 3 0
96,684 96,684 000000000003bc1da1a9d67718980549993bb1cc102e32f4c61cb3d50857f11d 0.00 MB 3 0
96,683 96,683 000000000002bf42ec2fb950bbc0d826ef26e7951594ffa51d04d0a43e6f3c0e 0.00 MB 8 0
96,682 96,682 00000000000807fac0c0d1c09e2bfc7f6ee321ce5d9743e07a5f552e556154e6 0.00 MB 2 0
96,681 96,681 000000000006bdbe1f74824e0866382cb98e101342c8e104285f938d78746b74 0.00 MB 3 0
96,680 96,680 0000000000075fcb0ce278e7eff7840361f12d3c28325a162438bb884c85c1e1 0.00 MB 1 0
96,679 96,679 00000000000643f6d8af25ec6170a1bba03d29604b7255506bc885e9834d1168 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.45 GB sent, 100.85 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.