Memory Pool Memory Pool Refreshing

1,069 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (813,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,672 94,672 00000000000239f1f4ffe46872f5ead93ffce1539bfb8d4083aba8094a933300 0.00 MB 1 0
94,671 94,671 000000000000177d5f4474a49d9911b185f791c368613daf9a411d063dd2d991 0.00 MB 1 0
94,670 94,670 0000000000097460ec315ebaca477f785b85261e51426cb1530c86e5ef61b110 0.00 MB 3 0
94,669 94,669 0000000000090599a096dc255d6e95a0429fb636cff6b308d00e5be5e116099e 0.00 MB 6 0
94,668 94,668 000000000008fed7a18bb56b29941d436669a39f8fae92f10132e9a574f15ee4 0.00 MB 3 0
94,667 94,667 0000000000015b3098ff8797678a7c1cd05f6e9d10fbf2edb2ee3324516cc157 0.00 MB 2 0
94,666 94,666 0000000000041048ad57e807a5c0667a9a5836d6c1c9122447a2f42db176a3f8 0.00 MB 2 0
94,665 94,665 00000000000401a097fff16980b41ed1e94d9d4755d6d1ac94af97bd680ee1e9 0.00 MB 1 0
94,664 94,664 000000000000de9694eb3a59d0c7ec89e7334ab1e9948396166888fb61195003 0.00 MB 2 0
94,663 94,663 000000000002bc21d0bc0b2d3f51d125cb33c8663d620c47bc6ac495cbbe1502 0.00 MB 1 0
94,662 94,662 0000000000044c9009889cba17e4f9f9ec2505cc7911298bcd22b4edfb1bff66 0.00 MB 5 0
94,661 94,661 0000000000026f0bf2242febcf14b86a696ff8633940bd16bb531c4fa67415a0 0.00 MB 3 0
94,660 94,660 000000000004c0dc72048ef841214e19d1e526e9b0d3ac0afccc0bf084e389a8 0.00 MB 2 0
94,659 94,659 000000000007b3595483fd5e21b5a0bca332b4aa4b62fe7f9dc29cffdc0a53b0 0.00 MB 1 0
94,658 94,658 0000000000057f9b36ff59f47a084c9d2506c9c85ca317ad155e0e9776cadd20 0.00 MB 1 0
94,657 94,657 00000000000889fda46e744d0b64476d294bd2a8f751d8b5d0807d69b9d8414d 0.00 MB 1 0
94,656 94,656 000000000006f8244376ea0a57a21125c621717566cca2acd5d3cb635d09530d 0.00 MB 2 0
94,655 94,655 000000000009596a2c1e1b9f9d41b14d8b292a1c2cfcfd4d50d5550494a59fe2 0.00 MB 1 0
94,654 94,654 0000000000024a23a98110a2bfd5fd69e5daacca167865849f2419a286465f06 0.00 MB 1 0
94,653 94,653 0000000000060aa87347200892992eba5c18e16e1cbacf671ac4771f1fc8e34b 0.00 MB 2 0
94,652 94,652 0000000000026c3f7c9c7fe553cdc8f2c21a560cddddbf9280daef3cef8a9563 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.81 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.55 GB sent, 101.04 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.