Memory Pool Memory Pool Refreshing

2,433 transactions
4.05 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,237 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,232 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,236 (859,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,071 49,071 00000000039611cb871b72a1cd437a94b99595919ee53bee1e1e59ee49c2e99f 0.00 MB 1 0
49,070 49,070 0000000002fce1c4f9d1ff1eb75520853b2c2848313783eaec0a6a7eb5e545f3 0.00 MB 1 0
49,069 49,069 00000000201074bfe4757f9339723925503576b7b32860636d264d1404063516 0.00 MB 1 0
49,068 49,068 0000000005c941ff790b56c694e5605067ef101bec14b008549f2b420a14bdf0 0.00 MB 1 0
49,067 49,067 0000000009429d7d796a6f66ed9bf87f7114c3cbac65a84ca1675e2555b363ea 0.00 MB 1 0
49,066 49,066 0000000009fdcbd0ae22e11de8fe6652541906aaf9ff0977082c69f524230251 0.00 MB 1 0
49,065 49,065 000000000c161ef2ec1ea5f5a902fa16f2bf19d0eb16fb8717fbf9ee233cb312 0.00 MB 1 0
49,064 49,064 00000000068f428532e6a4906629c949f5b6ce3d826a9ef95611b162381ee45c 0.00 MB 2 0
49,063 49,063 000000001c6b1b43c2fb1bde5d8d1d41dc27e4482968596345d2a52a462eea02 0.00 MB 1 0
49,062 49,062 000000001c6fb8a0e5906e39ab9cea6f0abae4ea14c71b37ba702ed5ace03ae4 0.00 MB 1 0
49,061 49,061 0000000013014ad70e8225054e1f12cc4ec2c0aa614e9b65ac2f22eb649230d3 0.00 MB 1 0
49,060 49,060 0000000024f693f906a7f157760fefe3a18f0330c68bf2ef9fe8657484956e59 0.00 MB 1 0
49,059 49,059 0000000014e92b4a68594003923242cd739b26cc004509a4b05f25da94ff5ee0 0.00 MB 2 0
49,058 49,058 000000001f689e5a1c940689fa9e68753b05842d9f247d6b04cc61292b8bd29b 0.00 MB 1 0
49,057 49,057 0000000007111095f54fac340a75b6fc4b00510186805b509dd7a6b7a9f8496e 0.00 MB 1 0
49,056 49,056 000000002000c4d95ebece37d45924adec72388c3f681b4661bec164a58d7050 0.00 MB 1 0
49,055 49,055 000000001da031048fc2261d64159c3a00256e5ebe89c141d6f19ad2b08e9657 0.00 MB 1 0
49,054 49,054 0000000000e9696bd36bbe85a42cd0bfc5e62a3a720fe54e710cabaa3b297bde 0.00 MB 1 0
49,053 49,053 0000000029f80c8f040d19ce8c090dade22c663c49af6726e106d2a31229d2ac 0.00 MB 1 0
49,052 49,052 000000000d789604031eeff299e2c3fe9e0e19064d2692d82f6b5fe85dee9af8 0.00 MB 1 0
49,051 49,051 000000001ea42f5ef35f96f08ebd6abf2a80b21f59578342976c1e2639a8a6e9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.03 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,686.85 GB sent, 97.82 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.