Memory Pool Memory Pool Refreshing

5,882 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (773,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,797 133,797 0000000000000c278c73213214e32c8fa11b7ecb6f46b82c7abef5a7376a6b3b 0.00 MB 10 336
133,796 133,796 0000000000000353971b4e35cfd0f3bcdad784a02848a7f82b8e7f9f9813326e 0.04 MB 127 453
133,795 133,795 00000000000007e3bedfe71496db0103fd55a8f6ba751b9f97dacdf1b20f5181 0.01 MB 20 527
133,794 133,794 000000000000064a333c18dc54390660d1282790571b96f717211fe2494e8821 0.01 MB 15 141
133,793 133,793 00000000000001ebf56f13c18d201652f127291d59c8c88693d3402a81770b69 0.00 MB 9 668
133,792 133,792 00000000000000896a82b070e4d7df31410d24e28a89f10ea47c511e1c062f7b 0.02 MB 58 383
133,791 133,791 00000000000004bed08676fa390c69b015bbe2bc224e17882b6fc813a3e0b848 0.01 MB 18 1,482
133,790 133,790 0000000000000388c4eb4ee0025f2d3b9f25c8ce85c32dde197a8a49a19d7d0e 0.00 MB 2 0
133,789 133,789 00000000000004ad651171029b0f2733a726130d7a09fc643757a8ccecf17f63 0.02 MB 81 98
133,788 133,788 00000000000008a6ffd854e6b55043ad6128bb7c5bca6b1ed28b507f7d0fb283 0.02 MB 46 792
133,787 133,787 00000000000001d2c6ac9a2d80f7c61a9692bf4ef4c8c09fb2bbe17447e3ad1a 0.02 MB 59 440
133,786 133,786 00000000000006f6dc5ae8e5749b1dfde5239c988ccc409e9966867fddeee21d 0.01 MB 4 835
133,785 133,785 000000000000013f8d9a217de6136874f3d6bb5c6d3a70b2f3313ef0a606080e 0.01 MB 19 119
133,784 133,784 000000000000033608dd6811e6546f306bb46cbb6e806b60af34789d7b517d4c 0.01 MB 21 0
133,783 133,783 00000000000004e28840165328c4de21e1e2b5b4eb5bc02864c17e90654ddead 0.05 MB 96 833
133,782 133,782 0000000000000072620fc4487a63407031d4a97f064ec16774dcf8035e01d54d 0.04 MB 108 190
133,781 133,781 000000000000034059baa57fa45bc82ad533ffdf5e8725f02bc3c7b73cdff982 0.00 MB 15 918
133,780 133,780 000000000000068e425dac7a69de7a521db061db265b04c4924b4bafd578f339 0.04 MB 78 178
133,779 133,779 0000000000000a6ebc5bebe9bc6119a0a177149c53308cc991dff50066304909 0.00 MB 12 576
133,778 133,778 0000000000000397fdedec49f01c5a2aa9007f46fbdf32415eb9b4a28c25d011 0.01 MB 44 1,003
133,777 133,777 0000000000000a1e296ce453f129e4301bbfd242abad1cad70343e833a60e340 0.00 MB 14 290
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.