Memory Pool Memory Pool Refreshing

3,717 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 2,972 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (907,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
625 625 0000000099424c7f78847a97b95557110802c172cd97fa3044f76e6c4700ed22 0.00 MB 1 0
624 624 00000000cf6faaa863599e2e84c38c87ae48ab71b0d181a86921ec265a94aa1f 0.00 MB 1 0
623 623 000000003584db918b8667b768953ddff4489d491287aee518a91822e3660db4 0.00 MB 1 0
622 622 0000000045aa7ab90c20cf83d0206c6acdd431b52926962ffd46930ed7a04f5c 0.00 MB 1 0
621 621 00000000ee4c3bfaae7ced8917c27b277b279e681f13bed9005c74e4557b27e5 0.00 MB 1 0
620 620 00000000beecc05104c1cf910a44524f717be71686f339b751824aa0e76ad313 0.00 MB 1 0
619 619 0000000080af4f2b1c483e0942b004618fbd23ec0b4acea09486fd5257b4ecae 0.00 MB 1 0
618 618 00000000b90e354dad0524303be97ca253572fb99c639a55976aa683cce7facc 0.00 MB 1 0
617 617 000000005eaaf15c3e3291f1d8aac5ab817e828e6de8925985225dc97f247bd0 0.00 MB 1 0
616 616 00000000f5805c3ed1c24ecddba78c6a6f2a671ba6b2d3c89cddc7c8e0c16a2f 0.00 MB 1 0
615 615 00000000882cfb02e7b8ae59353c0fa2e7b7a0d030128fd81a21a77f756959c8 0.00 MB 1 0
614 614 000000007c85141167dad3a3c31beee277664e7050e2af9a1befae630e7c2d1d 0.00 MB 1 0
613 613 00000000459941238f97367414684ae72ee74f2981797c26508e5b77577426fc 0.00 MB 1 0
612 612 00000000f047c44f82ed0653e0d661b10f714f567ca7904a0f9ee475893a95e2 0.00 MB 1 0
611 611 00000000d0dbd675a2abec27951b87fe2c0f8e059ac2566d3042165a3f4082db 0.00 MB 1 0
610 610 00000000efe4090f8b075603d047b16ea2d2c23eea6027a1b13f05c829b28588 0.00 MB 1 0
609 609 000000008c1f7653c7e61858d8024c0d6981bd2186166730e5c0d2650ab5648a 0.00 MB 1 0
608 608 000000006f50d6c328e0438358991d8905cb372d06dfdfb40b61ab67490b85a9 0.00 MB 1 0
607 607 00000000a2f73f89957afec478a73c5227f9b7a1f697de7f71bc1f9c9c9cf419 0.00 MB 1 0
606 606 000000008aabb7df8289ae5fea5e3a5ddb5ae9725193d6421d5e9abf42a8272c 0.00 MB 1 0
605 605 000000004b3d9501669152bc65bd56eba1992da6737c8c454662ad7ba7b5e443 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.14 GB sent, 93.54 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.