Memory Pool Memory Pool Refreshing

3,991 transactions
2.06 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
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,739 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,372 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,738 (90,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,202 817,202 000000000000000000040bc09534544cf6765a7bdd450dd99d675c508cd7ca4c 1.50 MB 2,750 179
817,201 817,201 0000000000000000000143320af36d75d9ded0662eda1068089f8296f53d5e64 2.03 MB 1,304 187
817,200 817,200 000000000000000000040de64caafe5bcaa17228c4b8912a4d474c84c03ac0ca 1.89 MB 1,868 206
817,199 817,199 0000000000000000000064f68960d5763d378ac2f166b2d8993a9f8a400d62e8 1.83 MB 2,937 246
817,198 817,198 00000000000000000001a3417f1fe322f91ab1affdb91055c3ac133d728c0286 1.63 MB 3,899 233
817,197 817,197 000000000000000000004d3b94853ebf38e9c8dad6e65b3c5932afff695e8b67 1.72 MB 3,401 257
817,196 817,196 00000000000000000002214a63604c88b48dfa2ad0ca67b3a13e07e4c35c3427 2.07 MB 705 194
817,195 817,195 00000000000000000001035c77f4a6a9d7919efd316f1b717cf910c25a5ed1a6 2.07 MB 808 204
817,194 817,194 00000000000000000002714b2666108ee58a930ea10db8f5c834bdb2f8840ff8 1.68 MB 2,811 235
817,193 817,193 00000000000000000003868b959a90abd82f170c59389d0919546868e67bf871 1.76 MB 3,665 135
817,192 817,192 00000000000000000000189b09eee1eaa5252548c5e2bdcb77fb49dd43f02385 1.57 MB 3,162 123
817,191 817,191 0000000000000000000272ddfb7cf41b90ab9f7a42ee8fb380e01e4843fec1e8 1.67 MB 4,067 120
817,190 817,190 00000000000000000000c6ad759d4c8439609d5812316a968f83c83c3055d11c 1.70 MB 4,258 112
817,189 817,189 00000000000000000001c346c3b9afb66e0263dfaf15cef168f67799788b0aa0 1.69 MB 3,989 112
817,188 817,188 000000000000000000004b25d8610af8f892efe2b35c938b134c82cb872acbb1 1.50 MB 3,070 109
817,187 817,187 000000000000000000016086c999ab350a22ea0bd57caac6ad8031d92ee1fc26 1.59 MB 3,494 183
817,186 817,186 00000000000000000000c5a6938a4112edd56532108375d0f080c7202dc75aea 1.61 MB 3,838 138
817,185 817,185 0000000000000000000008f7baa415f9ec1cbf40527f081b3d8a593befd4b5f2 1.57 MB 3,434 155
817,184 817,184 000000000000000000003d97f5622e30ddd9e7a9116156ca94fcabf207e4f8e3 1.67 MB 3,869 194
817,183 817,183 000000000000000000041ff2e881d15b12ee419b8e644e45da34205b6fe67254 1.61 MB 3,449 150
817,182 817,182 00000000000000000001574b84d8020eff11407daa374055637bd11f2997a4c6 1.58 MB 3,644 179
Previous 10 blocks ↓
Total Size: 769.06 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,627.79 GB sent, 93.17 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.