Memory Pool Memory Pool Refreshing

946 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (24,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,724 883,724 000000000000000000003e461ca6a241c7e83dd9a8ae57ba28901343ff69e93c 1.70 MB 3,685 4
883,723 883,723 00000000000000000000fb54c32953113aa8da28e6916809d47ddd8b23ee13ce 1.64 MB 3,811 3
883,722 883,722 00000000000000000002297f1395a67078f17e78d8eb4a13800b1d4aa3f50088 1.59 MB 3,318 4
883,721 883,721 0000000000000000000115e174530361474d88117bcbb14caaff7177743231ff 1.56 MB 3,359 6
883,720 883,720 000000000000000000025cba8add10d7b6ca4cba2d181cff889bdccf47617692 2.67 MB 2,465 1
883,719 883,719 000000000000000000005c7943210a6f625dd833ee6521ef2b0f8cc748fa2155 2.11 MB 551 1
883,718 883,718 00000000000000000000bfaea698cc3fcbb53fe554c0402d10734bf9e13b4569 1.69 MB 2,939 2
883,717 883,717 0000000000000000000240a6b9bb29f6445c08870be1476acaffdc7d9f20e6ca 1.57 MB 3,569 4
883,716 883,716 000000000000000000010824e37b48317d1214f096e9bd022d9b22d2f72f2106 1.92 MB 1,964 3
883,715 883,715 000000000000000000026cff287dc89ed70007c2964317be5801699b4847c44a 2.28 MB 145 1
883,714 883,714 00000000000000000001f90f557e22bbbc07dbf87277772420b0066b32ff227b 2.15 MB 322 1
883,713 883,713 0000000000000000000223d8a2a9189c4bcf3aaf663cdff19c0c5d2a498976ff 1.80 MB 2,495 3
883,712 883,712 00000000000000000001b8c941b7a60e597bb20b107761a3212362479d67ce8f 1.76 MB 2,873 3
883,711 883,711 0000000000000000000092b2930802bcc79141010d10b5a3c886d4fa1c58d76b 2.13 MB 244 1
883,710 883,710 00000000000000000000d7d86c9214ccbebfc61a99462c6be68c69a5786083b2 2.11 MB 913 1
883,709 883,709 0000000000000000000069a4c1fb7ce17b2bcf189a1ce22d797c2def707f6bbd 2.10 MB 731 1
883,708 883,708 0000000000000000000029cf607db246f0624a06e93d209062ad8bde1629aa37 2.06 MB 894 2
883,707 883,707 0000000000000000000080051a8368ec3b9e1247f3833ac29dbc419df140efab 1.85 MB 2,673 2
883,706 883,706 000000000000000000017ccd8f8988410536a125543b288f472f580a68059954 1.84 MB 1,575 2
883,705 883,705 00000000000000000001467b09484dc827ca2e94c62ff02601231a275bf2bd91 2.04 MB 1,355 1
883,704 883,704 000000000000000000004eae2bd898d2dddcb14bddfaca331ca10653b4a9fe73 2.02 MB 1,203 1
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.