Memory Pool Memory Pool Refreshing

4,832 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,351 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (616,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,940 290,940 0000000000000000cc8de76286e181ee0ec3781866c3a034725398a118d06a1f 0.34 MB 697 41
290,939 290,939 0000000000000000a97d58b955aab5536e15c5ad5c7b41501ec6dc12949919ea 0.10 MB 192 24
290,938 290,938 0000000000000000b3e27cc3d372c14b849d5278a7bb1449c516be4ec930eaa6 0.04 MB 73 29
290,937 290,937 0000000000000000194f9bf8945406ec3d3b11cbe4b137384f7852f9ab54fe20 0.24 MB 261 19
290,936 290,936 0000000000000000b42b79f87b8646335905f87175a7fb79448313477bda2560 0.50 MB 738 27
290,935 290,935 0000000000000000e7a07b1414d0bdc82b06059912a6f24369920974aa3f9c25 0.25 MB 779 54
290,934 290,934 0000000000000000aedd4c25fe073b4ddf044fb5e8c036d54ae7d1c2f6787ab6 0.25 MB 617 51
290,933 290,933 0000000000000000e71d70f8004fd9d607903d7b7bac59832bcf179b465fa511 0.01 MB 29 42
290,932 290,932 00000000000000005c36ff4b6a512768262885ff73be388da41a2674e5aa6110 0.15 MB 203 30
290,931 290,931 00000000000000002383f238d4eed187ad3ac31031174f3ca36eb1bd4a915255 0.12 MB 247 21
290,930 290,930 00000000000000009b29d53c69cdfdcec03e6fa2a8807b9ec726e1f1b0c116cb 0.06 MB 78 19
290,929 290,929 0000000000000000c548d152b0873eabd83cfba496bb5dddfb2a639b65bf5e9e 0.17 MB 427 61
290,928 290,928 00000000000000007341223675ba46bab7fa0ba4286829e9e46cedeabf289ad4 0.19 MB 529 44
290,927 290,927 0000000000000000e27c0fb802dd07620355417c09635ba56e3768c12b51b28d 0.29 MB 600 41
290,926 290,926 00000000000000003789acee09b966699390c5f100e1a083dbfc0fe7e1b631a9 0.20 MB 407 34
290,925 290,925 0000000000000000f4da8c97e472a094a32b52738e931152f3c36ba14f8c33d5 0.53 MB 812 25
290,924 290,924 0000000000000000bf6b89efcca249be963b89a6b7dbfb4bc16b3723cbc61dc0 0.35 MB 925 50
290,923 290,923 0000000000000000eaa3bdc321669e076ad070b54d9a82d160d37cd50a69bdbb 0.04 MB 128 89
290,922 290,922 0000000000000000426b4a5529aeccc5522de2ba0ff9094f4988f9cb1b59c865 0.01 MB 28 42
290,921 290,921 00000000000000005e1f3fad99615c1cdb486f27c11aa8a2e5635a63e254cd5e 0.12 MB 256 36
290,920 290,920 00000000000000006a327db6b300c47da5eac0ea5fe9d839b471551200589b46 0.05 MB 17 2
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.