Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,609 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 1,715 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (842,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,998 65,998 000000000483cfee016279016589175f8739b0d51255d868b60497d9a122155a 0.00 MB 1 0
65,997 65,997 00000000033c08c458eda3361a39168b6b98f0059f21c909dd05283d2c6c7a05 0.00 MB 3 0
65,996 65,996 0000000000fa266e6440fc4a3e6604dee2d86bd89f7c8ac24fc276a50213ecbd 0.00 MB 1 0
65,995 65,995 0000000000e168b4f42cbe0afbdf872f604ed647855d368172647d6bcd42168d 0.00 MB 2 0
65,994 65,994 0000000004aecb4590152bad27d17ad78019e1772c49351dbd6c141b10b7f2e6 0.00 MB 3 0
65,993 65,993 000000000708aa4fa0017966f82bf84fbb65c670e04dfcaa14b528e2ee8a6bbf 0.00 MB 5 0
65,992 65,992 0000000000dc5bf03bd8e5b75f15edf59e21d9822cf9e146e92735d11afb1829 0.00 MB 6 0
65,991 65,991 0000000009d5f8496cb5495ec77a43a85eff2c93f858817f435702d89da9247c 0.00 MB 3 0
65,990 65,990 0000000007aa795e15ec8e7d296c7a680be2626e100721d515da7557b63b8e43 0.00 MB 2 0
65,989 65,989 0000000003e43176b1582273309e99420f1b680a168bbd6e45c4af12e78a4d2d 0.00 MB 1 0
65,988 65,988 0000000000dbe78cd604a0332f7b3e85a352c25d33be8990c18f353eae687cee 0.00 MB 2 0
65,987 65,987 0000000000f4cc7a8d49e8a9e3c734b7ebe06452e7d3dfb4db281a541aa8bbf3 0.00 MB 3 0
65,986 65,986 00000000072a0644b5b2218f2baa151815f94076318524e0f8b6c347900951a7 0.00 MB 1 0
65,985 65,985 0000000008868d3e2fab1f191d0510d6e5de6744934d624a90c5115b9fefd74e 0.00 MB 5 0
65,984 65,984 00000000015f97737a4e2e0cf4c7e8b8be4ce18cdfce72eb3a9094adeb8e9786 0.00 MB 2 0
65,983 65,983 00000000098a3c5087cb095cb18103fe50d23755585998507041bcf81439e624 0.00 MB 1 0
65,982 65,982 00000000082660230b549bfef751f324f4318b3ace309b2e7cfcbc4eb87af7bb 0.00 MB 2 0
65,981 65,981 0000000005cdb45dda5f6e54b1e17617d5c7b1e050a49e0fd9842d339aa3b222 0.00 MB 1 0
65,980 65,980 00000000050c2b8fe9827cded539a484b67742f6eb6991c7a1715120ea680fd2 0.00 MB 3 0
65,979 65,979 000000000abed2cdae6f2a124b095a4ddc0bd65ad6265fc971ebeb90e0bcaac8 0.00 MB 11 0
65,978 65,978 0000000000e33854edb387b513a7cf2ef510ad3e716e6eecee604e442ae5dd4c 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.09 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.