Memory Pool Memory Pool Refreshing

6,271 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,771 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (596,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,330 311,330 00000000000000000d564694dabc82bece39ba3b4c23fc7396048cf897a8986a 0.45 MB 690 27
311,329 311,329 000000000000000036590ba8de5f2e0c03361df06b56e03c1b5bce4f9c142cf9 0.05 MB 108 22
311,328 311,328 00000000000000002de7ec765ce1b98e2c58124bedcd9e953efabd159307a595 0.50 MB 758 44
311,327 311,327 00000000000000001a69ceac7d71076ee0e91869234e879639631f431d68f41a 0.55 MB 1,096 46
311,326 311,326 0000000000000000062ca5d6eee2196603a1854f6c3faf43a1a0c008a73103b5 0.29 MB 29 11
311,325 311,325 000000000000000029a2f269bfa6d4cad2048d33b147d6bf3978bf04b22e9166 0.75 MB 1,243 33
311,324 311,324 00000000000000002704d9395680d935526ffa6c88001674299cdacad217ffa7 0.03 MB 64 13
311,323 311,323 00000000000000002a4c3f0408d2a9b0e09e3cc3503ea5a95f79737c8ef076d1 0.72 MB 847 26
311,322 311,322 00000000000000003bf880e0d68513064d0af9fdb2e6d4541989184cc1a2b0bc 0.44 MB 927 36
311,321 311,321 00000000000000003c32623b17e12b659c898d8fc79117b7a04a7cc07f33d599 0.04 MB 83 16
311,320 311,320 000000000000000005f5b00ee8f82d466e2baf733dceba776803a98ae71e38cc 0.40 MB 757 33
311,319 311,319 00000000000000003bc89ae94e25a18db30aa440658a211fbc950e5c7b78b29a 0.02 MB 27 14
311,318 311,318 000000000000000004bfc4c9afd2ac4de717c3bc968f033567f30a0dfe53444a 0.11 MB 163 28
311,317 311,317 00000000000000001d9732764bb747b13931fdcd8225a2b77147965a65a07121 0.01 MB 12 21
311,316 311,316 0000000000000000116e848022f66a2fd57ac26ccd007dc9bc92061d67a5e0a5 0.06 MB 74 17
311,315 311,315 00000000000000003aa363af04878cc7ce1eb59ded2876f06a4d5e3ac8f9958c 0.21 MB 237 18
311,314 311,314 00000000000000002038e9f501a66d0e0dc139c6c4f52511e26d3c1e6246ae5d 0.10 MB 256 60
311,313 311,313 00000000000000001a7cd0b8ebc1f93340d819b5dd67f58c7e0d94dd5e1a590d 0.02 MB 35 16
311,312 311,312 00000000000000000e1d90ba639c1e03ca1dd3ef7f912bae5380d189cb3b8c6d 0.25 MB 370 27
311,311 311,311 000000000000000013edc00bfd0b804f215f39c3fd17a6361067be85ecb364d5 0.02 MB 46 39
311,310 311,310 00000000000000003176d5224d43418ee3123fa006b216c7cb43983f58b306a2 0.15 MB 257 32
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.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.