Memory Pool Memory Pool Refreshing

7,477 transactions
2.42 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,525 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (637,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,066 270,066 0000000000000004ea8c2a375f8b876b5f3ac1ec205ff6ccd1b4297600e3049c 0.00 MB 10 56
270,065 270,065 00000000000000006aa282dfcb1ff7ebc70ffe2e08428d595ea0e5f5fda28cc0 0.07 MB 175 62
270,064 270,064 0000000000000002ce927d5ed02998fd25c6d4694ce793454288dc8afb8b8865 0.05 MB 90 35
270,063 270,063 00000000000000001e0e48fd4f677189515a925074b09c8fae84ac10b27ee142 0.02 MB 54 38
270,062 270,062 00000000000000050588f58a5167c84e42607b2a3e507c69a9c4268b4653888f 0.16 MB 266 49
270,061 270,061 000000000000000286b493bf01a23dc728a2e4b779a0715aedc47356283ec841 0.01 MB 23 30
270,060 270,060 0000000000000003995a3513f9cc5102cf5e41b862db0f897d7744f751b25104 0.13 MB 270 63
270,059 270,059 0000000000000007f21c9fb2bcc844ad370113be9337800dd04c834e5dd3f98b 0.15 MB 344 66
270,058 270,058 0000000000000006f5e0c62cd31a699329307bb0c5a3cbeb5755a055a8c87744 0.02 MB 51 83
270,057 270,057 0000000000000004e7d2227cc25b14667fc7bd11ec20435dcd2e88d6673d28c6 0.05 MB 109 46
270,056 270,056 00000000000000009940a96a3e36d9dd9c9de023917e554bf8aa75bc98df8788 0.00 MB 14 45
270,055 270,055 00000000000000054c17e840500ef847f7d422de2af1857b72c2bd023a9a460f 0.06 MB 69 44
270,054 270,054 00000000000000065adeb17c837aeaf313090f092c32424baaf66178702ab1da 0.12 MB 192 39
270,053 270,053 0000000000000002ca2f439cd24277561bd6d6eae9f0a8ef1bd88281198d1bc4 0.05 MB 68 35
270,052 270,052 00000000000000055c5b71aeeea38f5298e6683526ab0f341dbf95bde3ae5f4e 0.02 MB 52 50
270,051 270,051 000000000000000151962ac8c6b5b01c4a8f3aded542118e9cbb5cbb9e503596 0.03 MB 82 13
270,050 270,050 0000000000000000e123ad47606df0c03ee3f5f0f9664ccbad9cb9893d12915e 0.16 MB 298 51
270,049 270,049 00000000000000018909327d80bd3144360307565edfea13a3f263f4b5c9587d 0.16 MB 230 44
270,048 270,048 00000000000000074c54f54c5596e357c625f3d3a624978b3a8acfb0f180a3d1 0.25 MB 497 70
270,047 270,047 000000000000000208f0ccfc425f6d2d5efe8b2566aec84c2a8a84cd3589edb8 0.02 MB 65 41
270,046 270,046 0000000000000003668d18f015b97d6bc9bd614bba68a06d7d545d8f8c51dca7 0.03 MB 51 23
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.