Memory Pool Memory Pool Refreshing

2,829 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,045 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 2,826 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,044 (857,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,634 50,634 000000001865bb0f436e03b616beb453291be5388ba96382e73e63410307be56 0.00 MB 3 0
50,633 50,633 000000001045b1d6287f271396eaaba85df39d247b87ca1cf0b7ed88770c8433 0.00 MB 1 0
50,632 50,632 0000000015f9bc2d555da37d7d99b04e6048ee6a70a3b55fa782dc5abd6ecb28 0.00 MB 1 0
50,631 50,631 00000000203afb69cc1df49b3b70aac292be31b3dc8e374097a412bd67899044 0.00 MB 1 0
50,630 50,630 000000000419bb3196bbb62fddc13cd41ce04989d45c39ca628d39d9546b8e0f 0.00 MB 1 0
50,629 50,629 0000000005cc816db837f11dc392370afc7e5c01160f478457398fd00fdd8cd5 0.00 MB 1 0
50,628 50,628 0000000001c5bbe928d7e82f27e052a49c64a0cb45565150047ff857455e4f06 0.00 MB 1 0
50,627 50,627 0000000016c7d9c6a0fb5753ec09fcf7dd6f43a4350634d8aa384fc23fcf7b4b 0.00 MB 1 0
50,626 50,626 0000000015aee21d4abc459b7814c6d2668b5bc1f36e482fb2c604191dfc422e 0.00 MB 1 0
50,625 50,625 00000000107eecc684c37e250b9285e955f537019a89d6eee8d1d1eb455d45ca 0.00 MB 1 0
50,624 50,624 00000000048b265078286c1f1f07273993a8c1546d85005986222678b7079706 0.00 MB 1 0
50,623 50,623 000000001d0baf2567c09436e841e95a2ac194e49e019f91772c108b6220a06e 0.00 MB 1 0
50,622 50,622 000000001573f9b133a5cc7ec42f8eb65458702b06d390afc6038ddf424af14d 0.00 MB 1 0
50,621 50,621 0000000016d4ee8399829889241763c9731b09457d4a950d9dade653f0664920 0.00 MB 1 0
50,620 50,620 000000001052e8a48e2cc721372cdb38346adbc3f5cc35236207632d57ff4364 0.00 MB 2 0
50,619 50,619 000000000bc6f33e393faf6b734f9b5086ba1f739780e24078ae3c74d5da7dac 0.00 MB 2 0
50,618 50,618 000000000b1cb8bab71194cee67e23694f204084d533cad1d97b8589b2640d09 0.00 MB 2 0
50,617 50,617 00000000126203f710e809ebad0939b82bc0bc1f77f21bb86b85d841a8848eb4 0.00 MB 1 0
50,616 50,616 00000000037ff14d7aacb6f12d397a26ed99f09cf4fb19a46ae234ff4f03983c 0.00 MB 1 0
50,615 50,615 00000000019b8f61b53b93bac63ac4f2442e4575312de53017799f9c4a5eef88 0.00 MB 1 0
50,614 50,614 00000000120553a9d0152fea0f5642ce275620a71fd556e2ec48b642cdba1433 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.63 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,652.36 GB sent, 96.02 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.