Memory Pool Memory Pool Refreshing

4,196 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (241,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
665,854 665,854 0000000000000000000327325f7ea187966a3f13b65f9e6171bb5f5945b4e6be 1.18 MB 1,679 135
665,853 665,853 000000000000000000053bd0a0cd6fcafb66170290198740284b767f57094e2a 1.16 MB 1,922 55
665,852 665,852 0000000000000000000087f0cf9e938f9d367ca8205a518c3a23dc957518a89c 1.11 MB 2,859 56
665,851 665,851 0000000000000000000321ebc3de8a8fcb857fd18f4c88c3e3782379550009c0 1.28 MB 2,382 64
665,850 665,850 000000000000000000037a63cb81861efac845b00783a6ddb337c8961a5c2db7 1.25 MB 2,584 95
665,849 665,849 00000000000000000000820521555467ebfde3ebfcf25bb6028c5f3f1e6658b3 1.21 MB 2,441 88
665,848 665,848 00000000000000000005787a9921b30307620390245d426af749292774784a04 1.42 MB 1,998 128
665,847 665,847 00000000000000000008bc4d66e03a48c7d670338b3b5b999fb2338fffbf7932 1.36 MB 3,199 156
665,846 665,846 0000000000000000000cc1e6d74d0a2534195899290e835f198df17a8d0f25f5 1.28 MB 656 108
665,845 665,845 0000000000000000000c352c1902e24b5b63ca578492b34cb0b757d2ed37e454 1.03 MB 161 32
665,844 665,844 0000000000000000000b0391bb5374eaa16d28bf91e6e94a0b3b7171e3a13057 1.05 MB 618 42
665,843 665,843 00000000000000000007e2d751f2dc7b046d18b0af0d27d7b16d65aafd3068a2 1.26 MB 2,214 82
665,842 665,842 000000000000000000031758384622d0e54a45acd568ddeafa44895ba088e512 1.10 MB 1,560 35
665,841 665,841 00000000000000000002ae72b28653c455f5ec490102cbc22fa42e7547b2ef49 1.39 MB 2,758 123
665,840 665,840 0000000000000000000373279773096df765f31284e32911b7434ec8131baa70 1.30 MB 1,828 77
665,839 665,839 00000000000000000003c3c3bbfb314496016e526e793f6059bc372ffbcfb389 1.05 MB 511 40
665,838 665,838 000000000000000000088d745b5fa48b37e1cd65adf4a78c462e706dbe0df251 1.09 MB 257 38
665,837 665,837 00000000000000000001f10ab5dfd85c4c232c043cb08150d86bd465ca449a91 1.13 MB 1,867 59
665,836 665,836 00000000000000000007997ef4fa568892cc99e771a1e1a17ae0bc0aff4612a1 1.34 MB 2,594 102
665,835 665,835 000000000000000000066e4d4010dd906be02b688d6d1c974d05ef514661f208 1.09 MB 937 50
665,834 665,834 0000000000000000000a6ef9c889c78085737ad25dbeb13f8be0f300dc2df4af 1.03 MB 175 33
Previous 10 blocks ↓
Total Size: 769.01 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,617.23 GB sent, 92.87 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.