Memory Pool Memory Pool Refreshing

76 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,964 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 53 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,963 (688,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,069 219,069 0000000000000526bee62d4740e3e05de7a78c9b3df36f9e1b6f0f744e00e4fa 0.25 MB 664 207
219,068 219,068 000000000000015cdfa4fb3fd4969e0d5fb9c07c419c1e4c6d44c1fa04d6fdab 0.18 MB 276 104
219,067 219,067 0000000000000195d466e5fe1b76c39f8f18d6d67a4ebce8943297b52594970e 0.05 MB 123 207
219,066 219,066 00000000000004ae680192538c80f7e8c691a2d79452e012eb7ba525c0b1348d 0.21 MB 552 237
219,065 219,065 000000000000008506011f9c71b31977505dfb1fd4e18a3f1f76096fb991dc68 0.00 MB 10 83
219,064 219,064 000000000000046a69c340a72f743118f769ee31f2061c34cd018e235008daf6 0.20 MB 416 202
219,063 219,063 000000000000013a5b297d8dd4638ac3444567896c1377945ac888476dc3dde0 0.00 MB 12 68
219,062 219,062 0000000000000486b25e78221980bea7602570d3880aa10c3827e8e6dfb4e816 0.23 MB 475 167
219,061 219,061 00000000000002f831de7bc5cde297befa8bf080fb685a284a83067dcb1c0ea2 0.16 MB 237 62
219,060 219,060 0000000000000003f350b4a937175ecb85c85e893bd55f273f2e407ad7dba590 0.25 MB 617 208
219,059 219,059 000000000000032ef3fc6b19c7fd1a6e20ba85114640ffcc8822eb70ec8f0635 0.25 MB 820 263
219,058 219,058 000000000000034a09023874c82d3b3e4d720eb01e696f3e8694237649a51071 0.25 MB 268 98
219,057 219,057 00000000000003968572fc8b3bb70d2eb2905ed7a6dea0f2c7cbcbf5422406a1 0.25 MB 568 162
219,056 219,056 0000000000000465adf8a94f99f4dfb0c63d64e1694f3a0822cbe966ce86eb0c 0.05 MB 119 100
219,055 219,055 000000000000033c945549b2208aeaa4a459a44bc18da1e21d347f6f72220475 0.25 MB 892 306
219,054 219,054 000000000000004d3396fd93e16650d5f780f035197cecf556e579e22b6fe670 0.00 MB 13 171
219,053 219,053 00000000000001f84bced6fcd5c952a695a735fd91ddb2e0015b5197f774cacb 0.00 MB 7 60
219,052 219,052 00000000000001550c71835c9379bff48f51d94e56797a11df5cf889cf063c7d 0.09 MB 185 159
219,051 219,051 00000000000005182ff431cca98c2e5707adc824a5f72a36118ff20072f136d6 0.02 MB 33 4
219,050 219,050 000000000000018e2a060ce8a8a7f9868683bdc9f93511f268523eae6ea74aa0 0.20 MB 490 189
219,049 219,049 00000000000000cc3a642d611488b58ec960393b342f360dbc4c0d6de0b03534 0.11 MB 313 260
Previous 10 blocks ↓
Total Size: 769.48 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,646.35 GB sent, 95.32 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.