Memory Pool Memory Pool Refreshing

1,325 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,301 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (759,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,401 148,401 000000000000063bd910426b96f2c92eb8ed15049e12bb1fdb286eb08484c147 0.03 MB 68 53
148,400 148,400 000000000000077463f7a83ccd863c5ba76cac98eba531866d4dfd656b2cdeef 0.06 MB 172 190
148,399 148,399 00000000000003afc832b53c79c5dcdf142bb5a853adce163613d3f233bb457c 0.00 MB 7 87
148,398 148,398 000000000000026f0c291d6e709e5fdd3e998c36c490d3891199c1aba56ec1f7 0.01 MB 22 400
148,397 148,397 00000000000007f401de58ef30d51381ecfa3eb0a4ae570c777592546f1086d4 0.03 MB 80 66
148,396 148,396 00000000000009c7a73d49e1427f077ce15515765a62c97848bcbe1c95222f12 0.10 MB 105 112
148,395 148,395 00000000000009d719e5634c991bf3907f7ade017b932f0f7d65a7e25ff82333 0.02 MB 30 144
148,394 148,394 00000000000000defd28410cad0b06749d07647df472a8d7480a77d7fe22ccb5 0.01 MB 33 127
148,393 148,393 000000000000069c097ad9fb1abc8a29be320b4d47079e5f2e82b62447bb824b 0.02 MB 64 75
148,392 148,392 000000000000037610b21f49089172d774938b40921b9145225f55405b305106 0.00 MB 12 0
148,391 148,391 00000000000002f0afa093522b17afb7ac34b8d7437815963b84e860e7019fe3 0.04 MB 90 204
148,390 148,390 0000000000000445e103fc12c452f887dce04643a2679dd61d0a10607565f0ae 0.01 MB 12 47
148,389 148,389 000000000000033a5a22ad83de0964f3821245022ae9352e27688f3d09df4741 0.01 MB 37 0
148,388 148,388 000000000000076f7ff850665f94298b5e63cc625f871ccd242d5aa2bf9c8a34 0.00 MB 14 0
148,387 148,387 00000000000005c2340e76768be8058f9b01a7d6d1a049c813590cc4c63f4c59 0.01 MB 32 223
148,386 148,386 000000000000031076d0606c4bf4497e98de74476448b47ad7ac8ac41f410cac 0.01 MB 34 308
148,385 148,385 00000000000005ec0b9cdaeb551aa2048744783d83a3b003ee07655184407b57 0.00 MB 12 801
148,384 148,384 0000000000000307eac7101c4ae2bf28594fba0b40e85d8710d0a6640f473559 0.01 MB 40 20
148,383 148,383 000000000000024394121ab37020cf6756c2859db4f4dedd68931de857cb76c4 0.02 MB 25 34
148,382 148,382 00000000000007c194213dcc2a3602781cc73f4f65b8b39e5cb48da0d590a243 0.00 MB 7 446
148,381 148,381 0000000000000101416cfe36ec5297c5a8eeb6ecf9c1c0b731a4a5f09038d113 0.02 MB 33 109
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.