Memory Pool Memory Pool Refreshing

12,219 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (719,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,006 188,006 00000000000003323e5b989a14a88c4c016d2cd608c804725a99a576ecedd1b3 0.08 MB 160 232
188,005 188,005 0000000000000100ae6449abadb6756681217f3523c32a7b981bf1302d7d42b8 0.01 MB 22 65
188,004 188,004 00000000000004196f39bc3da997a74c7457b56b71723e5402bef9e3fd0854d7 0.10 MB 196 101
188,003 188,003 000000000000025fc2b2e3134f8b967ba43b823354bd09c5fdb6200c995b83e1 0.24 MB 596 127
188,002 188,002 00000000000007e1e9531cfb549dcf967299333027da6ac06fe60d7930c8eaf0 0.05 MB 107 100
188,001 188,001 00000000000000b5944dddd5dacf2665d004e5a10283df8b9a387725315c70e7 0.14 MB 367 146
188,000 188,000 000000000000004cf0c72d6dedfde88ca4c3dae129563210072ee68acded0ab1 0.04 MB 127 130
187,999 187,999 00000000000001e759d8e3e2be960cd2626df9da3e95f3a6b24a69758acae65a 0.02 MB 71 42
187,998 187,998 00000000000004d16658027061cbb7a2b2b5e0e03673b470172131703969d7ee 0.13 MB 256 75
187,997 187,997 00000000000000c15e211fe77afab0672b570d7f8e7bef70d0b7af0a4dbf5dd5 0.07 MB 178 115
187,996 187,996 00000000000004a995e68424327e05c660715ca13ec9b045f5e2a8a99981460d 0.06 MB 114 138
187,995 187,995 00000000000004ad52cd5d00ee6bb6d6800a9e2bd48bc565d5068ae3e50fd540 0.14 MB 292 186
187,994 187,994 000000000000037702d5fe9fb4d1018317f3d388ccb8f8bb45724962eddd1172 0.05 MB 142 76
187,993 187,993 00000000000000e12f67cfbdbb050596d778892fc41366c4a1d8c07adece653f 0.07 MB 151 81
187,992 187,992 00000000000005aa7aa68e9c73bc2b1f34de746dae9cdfcb5e0e11d298679f7b 0.05 MB 128 131
187,991 187,991 00000000000005e6d10289cc8881a82b43fb3010f6eecb832625440b362d8d34 0.04 MB 87 156
187,990 187,990 00000000000000b9b31e35822f9d8d40a7f9395209bb80780831448aad1e1ac6 0.16 MB 439 134
187,989 187,989 00000000000000672d42cf5ba8cbed74b93e888145b7320e43bd21f8aa9ebdff 0.01 MB 32 5
187,988 187,988 00000000000008d31ef34585e2e58be027e08cdcd011d32bc9365fe21ad472bd 0.00 MB 11 1,545
187,987 187,987 000000000000051973844a1b7475f49dfcbcca8fda7ae0a8f0a9f2f89bb8a86c 0.08 MB 208 112
187,986 187,986 0000000000000022f3f703c594b6a0266951b603278f1dace79f9d7adcfbd0a9 0.04 MB 128 145
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.