Memory Pool Memory Pool Refreshing

1,716 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,716 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (610,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,222 297,222 000000000000000057f8893a379407df53671eac0fc56649c746021b04b056d1 0.22 MB 256 22
297,221 297,221 00000000000000007529614fbf679f65e3c324c3298e9efb0b598ebbd7937e7f 0.03 MB 54 29
297,220 297,220 0000000000000000205e326d27d43242741ab429372294fb3addcaf19eb7a26f 0.04 MB 73 22
297,219 297,219 000000000000000018d7c774ce7523a41cc1ac45c866cbf4153d422518f35f0c 0.05 MB 23 5
297,218 297,218 000000000000000023c960905f975a890a5fbe99110105eaa6596ecedd7fe340 0.19 MB 375 36
297,217 297,217 00000000000000009b092923997de432ce1579383dbddfd589233bc210e97868 0.25 MB 486 37
297,216 297,216 00000000000000007a8867c90995cdeb4671dac2e2f1ac0e783c7f5940f2a915 0.25 MB 541 436
297,215 297,215 000000000000000000c0077443502c43c29ffed2e56bbfb0d7df889c0b46f596 0.47 MB 808 30
297,214 297,214 0000000000000000222da705cc5d3896906f636eb4b3338d5b62ab66e032a2ba 0.31 MB 503 30
297,213 297,213 00000000000000007f00a4d4e9beaf8079295775cdffcb672af774993a4acb02 0.06 MB 128 43
297,212 297,212 000000000000000031d8e2b299be2128c0b494357cff87a9f0994be3b3f4386e 0.02 MB 64 44
297,211 297,211 000000000000000072b6dfe4846a38e6467a3f5092f5ecf6efead0c5964968fa 0.10 MB 107 13
297,210 297,210 0000000000000000138debac3659e97babb4bccf167ab9f48e843482ef1d0e57 0.28 MB 301 21
297,209 297,209 00000000000000007e1425dd881eb84cc6cff828627d7fec3d56b2ae4550f516 0.35 MB 799 42
297,208 297,208 00000000000000002d8531ee68ea3abcc659832fe13ea6cc0ede898cd2c0e96d 0.13 MB 236 24
297,207 297,207 0000000000000000377d3fa35a5107f303c5f5a2d94bbf30386baaa400c2a9e6 0.87 MB 1,471 31
297,206 297,206 00000000000000004ce744860ca3bc181a17de9676ed4ea600779d208b4c1e9c 0.02 MB 34 31
297,205 297,205 00000000000000003a648d742fc55d6dbc32bac44e5e76b8e46c9b3eb5e4b0f9 0.14 MB 261 30
297,204 297,204 00000000000000007bd7b2576bcbc648d1940ba41d0597610e32136b47bef741 0.05 MB 65 25
297,203 297,203 0000000000000000273e4d31d6040bc4b8abcbe97438cc389ab309ae80c6bd4c 0.26 MB 278 21
297,202 297,202 0000000000000000142fd90100bb7ebaf95767a36779e0c366ef518b7f72b643 0.25 MB 194 18
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.