Memory Pool Memory Pool Refreshing

9,215 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,857 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (759,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,104 148,104 0000000000000457fcf80d10babe13f3c54bbfebc8606ad2843d05678f066f2a 0.00 MB 10 61
148,103 148,103 00000000000000635791aad09957057115a510a171079d1993e7e606d116d129 0.02 MB 43 293
148,102 148,102 00000000000004432423b649bb2c1883598b2ccddeb1f1a52cb14310c08b6d7c 0.01 MB 23 381
148,101 148,101 00000000000000bf1b30fbb2e539f7b32f781186a7ea3eb4654dde8a0e99b1b8 0.01 MB 31 300
148,100 148,100 000000000000015d8bbb783256280108e05e03bd508672380ee0d2ff2b6959a8 0.03 MB 84 75
148,099 148,099 00000000000001674b9e02aa4eee65c600e2cb7b5aa8246b9c6a5123c9b7f8c2 0.04 MB 88 121
148,098 148,098 00000000000007024f4d23fba3b4985619cb06adc243ac128cfcc3586d4c5d2c 0.05 MB 100 119
148,097 148,097 0000000000000340d6cd9852b0a196fb43174b29f59283f217de9a8bacf93f96 0.00 MB 8 263
148,096 148,096 00000000000008551a7b803749ad3c3d3640590e8d47e45e0008ef2362c52ef6 0.00 MB 12 197
148,095 148,095 0000000000000887ac3543b1253c156815ddfa0364404eaacdaf27f8fbc7d44a 0.04 MB 99 38
148,094 148,094 000000000000068a88df07c840fe43d75e86f9c969d6c964226fff9342a62434 0.01 MB 23 53
148,093 148,093 00000000000005903d834a9106a0eb08c3a8c16cd7e738f8b45021292d71e6ba 0.00 MB 12 44
148,092 148,092 00000000000004d19632dd284d73f55868613fb391282d334108b765b31aab3e 0.02 MB 34 27
148,091 148,091 00000000000000542b7bd60ad456d2d56c449d5b31f947ec042f24028cd1cccc 0.00 MB 7 106
148,090 148,090 00000000000000a5b5c1f07296a3e5006a584b5824ad8bfc3251a288acf1cf02 0.01 MB 29 80
148,089 148,089 00000000000009add65b237b18fa71a68bece266e73d836e5798749b39e6305a 0.02 MB 48 78
148,088 148,088 00000000000007cfea3ec83c369f14e1c12518e4720bab6568f3b6206489d83e 0.03 MB 59 355
148,087 148,087 00000000000005e7d7d680ab495985b307adeaaae3c9210b8adadd921fa2f497 0.01 MB 25 355
148,086 148,086 00000000000000df3269f873a3d3be59e643f8caa9dbf5c09e061c281b44850b 0.04 MB 87 174
148,085 148,085 0000000000000010ed3cc5faca6532138ab7dd6c8af29e7a6eae82cee811a5c7 0.02 MB 37 143
148,084 148,084 00000000000009301d488d6c98cd8eda95ee5cbf8d1480b5d0e958656126ee4f 0.05 MB 140 98
Previous 10 blocks ↓
Total Size: 768.98 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,616.42 GB sent, 92.72 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.