Memory Pool Memory Pool Refreshing

5,353 transactions
15.22 vMB
Show Random Selection Loading Transactions
Max Size: 64/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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,938 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (795,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
112,564 112,564 00000000000116a5ab764820d1583ce4248530985c2200f4ea5cf161173732d5 0.00 MB 10 1,574
112,563 112,563 00000000000076780d98e88157d416681e95e43e293b0990af9faaf8f119a32b 0.00 MB 13 0
112,562 112,562 0000000000009b682469c271ab753ddf6fa677aacf91fa0fedd19a5592b70e0a 0.00 MB 17 1,555
112,561 112,561 00000000000075abc8c26fd3e40851274fbcdaf97576295f146afcca5dda6e57 0.00 MB 14 3,873
112,560 112,560 00000000000114731ab73604579fb3868fbfa2deabf83e0e52affdd5e584579d 0.01 MB 18 2,329
112,559 112,559 000000000000bb1fda46f4dfedd1456e195dc761c1ffed7a96a555145113dc42 0.00 MB 6 1,686
112,558 112,558 000000000000280e297925c2cd818553385f10d32500fb6ad8e100d4ac3d9574 0.00 MB 7 1,738
112,557 112,557 000000000001022ad9f06f2b4a13ec4b02a04f490e6bcda9fe3e4c6b354218f5 0.00 MB 5 3,009
112,556 112,556 0000000000010476047746fa052237900b4e46b1326b7dad62887e31c3819793 0.00 MB 3 0
112,555 112,555 000000000000fc1428b94f602b73637f9d9deec7c85772f129e09f51744415c5 0.01 MB 26 1,571
Previous 10 blocks ↓
Total Size: 770.18 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.18 GB sent, 98.48 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.