Memory Pool Memory Pool Refreshing

356 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,022 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 347 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,021 (731,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,015 177,015 000000000000088b8ca3faea8d7ed45a3ba1893baf914a3e6aec3c83f20ffd6b 0.04 MB 48 48
177,014 177,014 000000000000030114792b46ea2af18d18a728cd4edc675a238d3c6c661b4f29 0.01 MB 22 152
177,013 177,013 00000000000006894e0202cccf57df030814716777ea21eb9ae1d90f1c13ba5a 0.02 MB 71 21
177,012 177,012 000000000000015e662fad3e00da62374175d0e9ce88c7061e23efb24021f95b 0.04 MB 59 91
177,011 177,011 000000000000085c5d5dc2398498ea8a3327ed659ed7a7c7fec54fe3a3d97f71 0.00 MB 11 0
177,010 177,010 0000000000000a0677452750709704e1754e7916cae6ee50da178c3913fd3596 0.01 MB 42 113
177,009 177,009 0000000000000406b7680373832487a773ed044a9e9ef6cce0979aaf5e2c7f2a 0.03 MB 70 158
177,008 177,008 00000000000001c31561c28e0d6c6467ebd3d25a699cc935f7ae8a3aa2854d09 0.02 MB 47 100
177,007 177,007 000000000000015f7a69b9e3b01b5b3019c93db5d6462cb387a90d3516904ada 0.05 MB 84 86
177,006 177,006 00000000000006a42eeef0c4263d4ca18a8ff364d103c2eac2f68fe7cd3cc6cc 0.02 MB 33 243
177,005 177,005 000000000000078c95034646dbd01a3a40a58fb2413682d87ef45f42d287e16a 0.03 MB 36 139
177,004 177,004 000000000000001a76811ff654705517effbbff723c95ce679caa441ffe74a94 0.04 MB 117 42
177,003 177,003 00000000000003984f74b87c5469e6bcb17d6a30ba58cea2581fb8f37ac6d4bc 0.00 MB 19 71
177,002 177,002 00000000000004d1f94adeeae0a8f75917942f2530a518a95b40b6c28f774e8d 0.01 MB 14 30
177,001 177,001 00000000000002e880ee928f4cd3aff8269b0426bd7d5a1eef2f2c80e1328616 0.02 MB 65 127
177,000 177,000 0000000000000359be6774f86dec526367120cbfc7dadf6392b6ddbda2af3a3e 0.02 MB 49 134
176,999 176,999 000000000000049e49666ed4b1c981585441fd6a858f72f080def982bd3e6a12 0.05 MB 118 117
176,998 176,998 000000000000003961cd2a3cd8b1890740a89578b4a66adc0f66cdacbce82841 0.00 MB 8 43
176,997 176,997 0000000000000151abb34a6a1dfc1b4bfe4e221b6b82c5443d22b55bb09408bf 0.01 MB 52 0
176,996 176,996 00000000000001c5b5dece55546e28312a8ce3237988eb1436077c999b40be36 0.01 MB 18 172
176,995 176,995 00000000000007ffb6942d33fba5304420ccd892fea40797de384b13407b92c6 0.02 MB 27 52
Previous 10 blocks ↓
Total Size: 769.58 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,650.88 GB sent, 95.84 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.