Memory Pool Memory Pool Refreshing

1,986 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,464 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (795,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,585 112,585 00000000000002b81ecb4e97c6ca1acdd2c04a10faa032157c2b065c20e9dc42 0.01 MB 46 0
112,584 112,584 00000000000119fc92398a3b9adae3c879fc8e83b069db66876d3435e1f38091 0.01 MB 23 1,169
112,583 112,583 000000000000e5f323f3139da825b631c8f54a6605feb15d895fb481344dd760 0.00 MB 2 3,875
112,582 112,582 000000000000029a0c073d160732cd9aee740944197d5dc31995b18a32d3c246 0.00 MB 5 0
112,581 112,581 00000000000045a8d9d2b3747ce42a71aa199a7daecb4e4a27a2a6e3ede22a66 0.00 MB 8 929
112,580 112,580 0000000000008601082afcc73dd0a97abb3c14754dae05f0bac6c6155ee591c8 0.00 MB 3 0
112,579 112,579 0000000000009f1e0e7bedb3898f8c53e34908f77654c6716bb6948c05965d5e 0.01 MB 14 346
112,578 112,578 000000000000cc6fd8423b46dfa43d70e1af44452108233e5097106d80e131b8 0.00 MB 13 2,734
112,577 112,577 000000000000a9fdd44843a4abce045724e057b75322534a53672d6bf005bfeb 0.00 MB 4 1,293
112,576 112,576 0000000000010f6bd8c9f12b1ace7343b8d1ae0c70628ec50a547f3cc19eae76 0.00 MB 12 0
112,575 112,575 000000000000dc409c31bf014f215650f5a600475a878d5f5989a4e80286842e 0.00 MB 16 525
112,574 112,574 00000000000059df49f05c6a123526bfac47362ff9059c182e9453b11ffdcf6d 0.00 MB 1 0
112,573 112,573 00000000000086563d52847d4e5832f9a2982f5ae20b8d24327e089952a3d53c 0.00 MB 11 807
112,572 112,572 000000000000bcb76f396943565fa86cbc86b05facfd8999eb9e4ccfcceff2c3 0.00 MB 4 3,870
112,571 112,571 000000000000e1cf9c366e9537c88fd3b722643a51a6d31d6fe488654c19bb68 0.00 MB 17 2,051
112,570 112,570 000000000000cd13a88f3144da0a9cc142cc0ca4edda618ee8cd0aae9eb6760b 0.00 MB 5 1,676
112,569 112,569 000000000000eec160d1e3c4834e47fa28170281e3b40ef47b4b2ce3a6843c81 0.00 MB 2 2,475
112,568 112,568 0000000000000e8f6b4e7bf47f63e183e6d01ff4385eca7a95fc8c056fd9de1b 0.00 MB 1 0
112,567 112,567 00000000000026630943b7f751c13fa9af0fe4e643977514b38060f1b8169230 0.00 MB 2 0
112,566 112,566 0000000000002fb2438fd3ab0ea02b7ed6fe50fc3b735deac6efc86163f2f5a8 0.00 MB 4 0
112,565 112,565 0000000000004dc5d802c94b8ec59522b8bf2a7d762d23b761cd1b1237abe708 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.44 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.