Memory Pool Memory Pool Refreshing

3,004 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,907 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (570,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,848 336,848 00000000000000000ecc6ee1208eceef3a9403adf96cea93535aae8da63d5f21 0.64 MB 1,351 28
336,847 336,847 000000000000000013318798943c304f4a633c448e411f2a15be447bfb7ebbed 0.22 MB 387 24
336,846 336,846 0000000000000000168982a3bc13de92e7838830cb1d07d97aab08d8c94d0961 0.26 MB 436 22
336,845 336,845 00000000000000001041efddb76cdbbd8f8da63533ec06e850f8fbc6f44e639b 0.75 MB 1,368 26
336,844 336,844 00000000000000001afe833ce01c06b536bced4071602acc474453c4c2b0ef4f 0.03 MB 47 15
336,843 336,843 000000000000000001cfc70285c455fba1466c9e8fa545d8f2954fe58ff8f434 0.24 MB 459 23
336,842 336,842 00000000000000000d7b0e7e70de9805ed24a32a25dae5a14dab8a1b02da7d18 0.23 MB 419 22
336,841 336,841 00000000000000000638e823cba0cca5548479a2503501d18a9a8be8566fc8a4 0.21 MB 275 18
336,840 336,840 000000000000000003adad8cba27c688b5f836b776b61f06bad148ff2dc853d4 0.10 MB 302 41
336,839 336,839 0000000000000000015f8df3a00cfb2d07dcaf86402223279475db6f6214886e 0.02 MB 35 23
336,838 336,838 00000000000000001755dca68b3414d5ee6e696a52c99e44ae304cd9d9b8bff2 0.24 MB 532 29
336,837 336,837 00000000000000001ab785461bb1a3e81ab782ae3a2b400360a7e3e2672936c0 0.56 MB 1,170 25
336,836 336,836 00000000000000000587d2b48cb9ea9cbf8a897855bc6aa6a3badb7dff9608ac 0.25 MB 511 28
336,835 336,835 00000000000000001abe585988b9eb17b30551538ad9ded52b204384d653c839 0.31 MB 647 27
336,834 336,834 000000000000000016020cfe05317d4de2609843681025a395cf5476f3178a1f 0.04 MB 77 30
336,833 336,833 00000000000000001376157418c64c36413c39cfdda817f34759cf35c7f4d25c 0.17 MB 313 25
336,832 336,832 000000000000000015fe704a4e6febfdf3d40bc7c9932026f06c09db632bde34 0.10 MB 131 20
336,831 336,831 000000000000000001e0fec05f2e3a0ee15a291c21057d00cd1c14073fc744cd 0.04 MB 72 21
336,830 336,830 00000000000000001ac91c3a2883d4570e801b2d51f4d2de47a11dc309ebcbb6 0.11 MB 209 22
336,829 336,829 000000000000000012b25074ae39addeaf4976410145023f754d174827dd3560 0.65 MB 1,204 24
336,828 336,828 00000000000000001a0491e2e72328edf36fb7c1e5dfdfb9d432f9ca30ace7a3 0.00 MB 16 31
Previous 10 blocks ↓
Total Size: 769.10 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,629.30 GB sent, 93.42 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.