Memory Pool Memory Pool Refreshing

11,926 transactions
3.72 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (703,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,047 204,047 0000000000000320f6def805167552e9ebb0246dbdb5f0f0179e44862b749cec 0.05 MB 121 166
204,046 204,046 000000000000023eb81b92c6978f8155ef74dd69beb37d12c922035adc34df18 0.11 MB 168 96
204,045 204,045 0000000000000357864f77479c725cd09029f2f29c0130a3633f33b6d95d6e42 0.08 MB 167 107
204,044 204,044 000000000000044a7e75ececc36e1ad1709b8d125939f70392a03c2c478b2783 0.13 MB 299 163
204,043 204,043 0000000000000496f309595e8c0d61fbb02b495849a7df7b71d75baac1d8ff71 0.16 MB 389 144
204,042 204,042 00000000000003e040ea440497ea69307811352c8cc40a48b39e6d8a43c366bb 0.06 MB 146 68
204,041 204,041 000000000000037039619f8599faab5ebf55cc4fb75e64482d69159a7d5036c7 0.12 MB 305 120
204,040 204,040 00000000000003d3bcf261e80b7fcd8ca3f7d2979867e146b39d008ac660b715 0.16 MB 324 124
204,039 204,039 0000000000000389dab9f7e47fc9456be991706ee7fa1af5f3b6019a04619ba9 0.16 MB 253 86
204,038 204,038 00000000000001843cd61cb1744cc93cf359954c9739cb81e9f70f9ce14a4b7c 0.07 MB 186 121
204,037 204,037 00000000000001e4df814b14dd7fb060a1374ede7378850a4de7becdfcfba58b 0.01 MB 27 126
204,036 204,036 000000000000052f60a97a2a79a7a376307044bcf3b917145cf48d8b0617cfce 0.08 MB 208 111
204,035 204,035 00000000000003e7d65e92ddcf803285d419bc1398c62f723d0fe2573e39420e 0.00 MB 10 37
204,034 204,034 00000000000003f4abcf8aacce3d9f795d737c7d2a9f6329377deac83476072d 0.16 MB 438 174
204,033 204,033 00000000000000d7c71f4f72e13422885bdfa387b05bc366edbf2c0d205906d8 0.05 MB 111 112
204,032 204,032 00000000000000c9a5c34ce49931d0183d6a0cbc14401e9b14f4df8df03f71a7 0.00 MB 8 190
204,031 204,031 000000000000039bf3836e5081296b2ad600acd4bd9b87ce723cd04a631337bf 0.09 MB 220 163
204,030 204,030 0000000000000089df8c889303335b6abd3ebe4b61ce6efb997ff03e639d8c59 0.18 MB 256 40
204,029 204,029 00000000000003cfad25963f05b3a549dd6920429defd5982d9246abba8e1740 0.19 MB 429 169
204,028 204,028 000000000000052fc8bc1423dc1b0da44d01062e528a224d576173b2f01f6abc 0.05 MB 105 105
204,027 204,027 00000000000004715bd344409f7018d96e4b44f4a7c162ad160cf5e970481093 0.01 MB 25 111
Previous 10 blocks ↓
Total Size: 768.93 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,612.68 GB sent, 92.48 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.