Memory Pool Memory Pool Refreshing

2,636 transactions
0.87 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.87 vMB 2,634 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (637,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,009 270,009 000000000000000729db298f184d98d90387cb13d3e6fa961e0be7ad44d13878 0.01 MB 32 64
270,008 270,008 0000000000000006cad7b4afa964b4397ab2c488cf15e016923b8f764a3d9aee 0.01 MB 17 26
270,007 270,007 000000000000000321b2be94cb94ea4fab0ab5d392436ff2ebb20ffffa8a6886 0.15 MB 238 47
270,006 270,006 0000000000000004b6350133856b3953fcfb16e9d3926cc20fe54f0d102c7dac 0.00 MB 7 86
270,005 270,005 00000000000000049356a6baab7d05ef3169e6760c9ae04ec364b2973c887bb3 0.02 MB 60 38
270,004 270,004 0000000000000006b0b6651f430468cc995af6a61f97577e2bc67cfee2cc5225 0.18 MB 216 24
270,003 270,003 0000000000000004f6c4bc1519916a3a06aa399d5c575263e47f328d7c3497a8 0.24 MB 538 60
270,002 270,002 00000000000000019e912c69c8f273805bf724c0992a1c434c5cb5e2d2fa4522 0.15 MB 344 58
270,001 270,001 00000000000000072c426558ed4a3431bfad3398b8b114aca7c0581337992105 0.08 MB 83 26
270,000 270,000 0000000000000002a775aec59dc6a9e4bb1c025cf1b8c2195dd9dc3998c827c5 0.25 MB 616 70
269,999 269,999 000000000000000657938880fbe58e69d95c83ab5fe20d82c1c37d2806ca534b 0.23 MB 311 34
269,998 269,998 000000000000000709f68532cf715b3d5f53cdf66531a8bfa2186488af192490 0.03 MB 89 27
269,997 269,997 0000000000000006804c430e15ee8a3d9a81b0d4cf5d90c6f99b5a73fb8c134d 0.13 MB 122 22
269,996 269,996 0000000000000002266dda9379881cba24bc084e87a22fc93331c05beb07aa57 0.25 MB 452 31
269,995 269,995 00000000000000081b1197f7d186b9405636cbac4b4f9c73a56b2e9c12c0e190 0.25 MB 799 90
269,994 269,994 0000000000000001b79a5805a289d99023d8bfc10a3e00f2424cac1d182cb4d7 0.04 MB 65 9
269,993 269,993 0000000000000007b08d0f48be40387a94552ed387c14dff79c9ec22ce8cbb57 0.08 MB 174 51
269,992 269,992 00000000000000051da0f2973119dd0533feb06b55f8e51390fedcb8a50cb7ec 0.23 MB 521 60
269,991 269,991 0000000000000008058a22fd3eae47bdaa5ebadf6a67f6e1fa6f7d2d78965c63 0.18 MB 322 41
269,990 269,990 0000000000000003bb5d4a14f10043968f650cf9cf513c2dded0c60d52d6e939 0.05 MB 102 50
269,989 269,989 0000000000000000a1bf1c65136cbd618e356179fec857d583e7a9373ca8386d 0.02 MB 50 71
Previous 10 blocks ↓
Total Size: 769.11 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.44 GB sent, 93.43 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.