Memory Pool Memory Pool Refreshing

8,271 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,291 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (848,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,173 59,173 000000000d425b4c5482d8cd560ab2935995d07751b818d42d50181b0689fc80 0.00 MB 1 0
59,172 59,172 0000000002195b755b1931df4ffe2e5ea959a239aefe3cbde0d072d740799272 0.00 MB 1 0
59,171 59,171 000000000f15fa9fe3bd3d5a372b54f0bb776530f6dc63ee7d8fd60cc90f8dfa 0.00 MB 1 0
59,170 59,170 0000000005acedc846091f708db833b6418bd901f408fd3e975e3a28a442cffb 0.00 MB 1 0
59,169 59,169 000000000074d50c3e3fad169c7cd3d3fec5b552916a61955741cbbada0b72c2 0.00 MB 1 0
59,168 59,168 0000000001ffc12df2e79be8e66bacd4f4afe6be1943f5ed8b0c0322aa1a9958 0.00 MB 1 0
59,167 59,167 0000000001b9c2bd8b76615469d0968ad6a1fd802780f8a22d64ee71f36799c6 0.00 MB 1 0
59,166 59,166 0000000000de0e70320839bbbe17673f446f6b9bd81e8782873b80c831639495 0.00 MB 1 0
59,165 59,165 000000000656a521c4a7f72d6045340c0856011eff8923faa39730d9eaa62e45 0.00 MB 1 0
59,164 59,164 0000000007919a28ee1fd8b309131999777ab33a5c4cccc636b53efe08e93463 0.00 MB 1 0
59,163 59,163 0000000002e5506d0291ff8357e85b1b237e5935e29b970abc380c88a941fb21 0.00 MB 1 0
59,162 59,162 000000000856d99530451d5fbf01270e4c1016b60e4d61c2d5fa99acd619c50b 0.01 MB 2 0
59,161 59,161 0000000000cdeb3bec96d74ccafd505656f182972f30ca42cb09a584c66995d6 0.00 MB 1 0
59,160 59,160 000000000d4b3a817b10de3431a5759fd339eb7810b4038dea65689ab8ee7697 0.00 MB 1 0
59,159 59,159 0000000002e737f2760c886a67705e90743563a600a9b47857d2580af5b4121e 0.00 MB 2 0
59,158 59,158 000000000a9ea0d0f443df79053359a96f7d80477f3bfa62a21ecb14fffa7e8b 0.00 MB 1 0
59,157 59,157 000000000791119d12c4f17182ce3e268991c87b5bfd2a7818c1792acd719e55 0.00 MB 4 0
59,156 59,156 00000000059b02dac0b6d638da254f0979b8e02a7c157299b1a0dec09ca9fd0e 0.00 MB 1 0
59,155 59,155 00000000013bebba836e98f9919d1c01e23e27fa0a481bad91a5e739af222c85 0.00 MB 1 0
59,154 59,154 0000000004dbdbbfd1340d0f72bba2062f18db8503cea15f5b6b681f16c95fd7 0.00 MB 1 0
59,153 59,153 000000000cdec94e35eb20a57de2d5757a96cea13d370cabb88feda5a48572e6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.13 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,631.69 GB sent, 93.56 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.