Memory Pool Memory Pool Refreshing

440 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 398 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (746,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,939 160,939 000000000000092fd0915b4d39aa6c74fcf3e87ce8cfe3da5750a50d98d7aaea 0.05 MB 61 121
160,938 160,938 000000000000018561c262e2ce6f688a9eb931dcbacc8bc273bfee53c4c9adb8 0.00 MB 1 0
160,937 160,937 0000000000000b6812503894988594bd4b0ecb9f77f11b4d4cd378c5ef2ad350 0.05 MB 188 3
160,936 160,936 0000000000000c29d7292e7f6b974d3258072c2fd8ba2eec77c8269ea5eb8562 0.07 MB 38 93
160,935 160,935 00000000000005583ffdd935a400a64847c0b6d8011c87ec89109d253ddbc532 0.05 MB 97 248
160,934 160,934 00000000000007091183d4e52f0e42cd5fd6dc5d7e98b51589b448ebcdfe6a50 0.00 MB 8 254
160,933 160,933 000000000000077e6ee20ba8e27061c5d36d7694776138cc55ffdbd9174becf5 0.05 MB 49 60
160,932 160,932 000000000000019123dc49ea1f1a616788f9a3a19c97ee7a697a9fe6e0cc3587 0.01 MB 31 204
160,931 160,931 00000000000004d405c2ddad99cfe211d8fc9cb1467ab67e5f963ee861a284b8 0.03 MB 69 259
160,930 160,930 000000000000040f04e35c22769efcabe05e8d27960446881378ab069d7c2de5 0.02 MB 40 111
160,929 160,929 0000000000000aa7282c7353bad60e950a41890a5e587c68b32f0a0a0f15d187 0.05 MB 87 186
160,928 160,928 000000000000047c0e62f9c1d0a71b19de722c2798f508d0e2ac5bd541503507 0.05 MB 50 335
160,927 160,927 00000000000003f2de17e93e0cc142e39b87536e2080f33f3f8cfca8cedf5e41 0.03 MB 89 58
160,926 160,926 0000000000000d8959836ee2ce12974178b6dc0b88d448ee8e14d08d8fe45b44 0.05 MB 154 13
160,925 160,925 00000000000009bbd39cee779ddd67113fbee1b41562ecf28893213b0655dc09 0.00 MB 12 0
160,924 160,924 0000000000000dc7793c2bd4e90c2a9ff8867db718476a9aa72643a27fc97524 0.01 MB 24 17
160,923 160,923 0000000000000c5ae91160e09ad045dfb1b040b7ea7cfc34b602b11bc2d1541f 0.04 MB 79 156
160,922 160,922 0000000000000e678b985db76ce5f5586bbd45afb1ad3ef571a37a097462d759 0.04 MB 103 77
160,921 160,921 00000000000008b730db48436e1652a49e26c25fabd6954fcfd699ccc0c17c5c 0.05 MB 36 680
160,920 160,920 00000000000007042722a6fd4501f1031a3aa6cf2f9f562e477df8705f1f2611 0.03 MB 56 61
160,919 160,919 0000000000000041249aded0c535488c22f9ec236157c8e2f59bff27a5377b57 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.