Memory Pool Memory Pool Refreshing

7,332 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,726 (796,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,593 111,593 0000000000005bf90d0cb19c1f81f9add224e7576f94705a605d75866f30612d 0.01 MB 32 2,797
111,592 111,592 0000000000010af344d708e661f8f60f3fc880bd9df1820ca69d8a127a8deda5 0.00 MB 12 670
111,591 111,591 0000000000010120f55807940874e17f769e9e7ead0dc6f801f9be03247e9533 0.00 MB 14 2,001
111,590 111,590 0000000000011a9549e1b79bca921ebe325cb5ecdb82cd4df4be444d64a89fea 0.00 MB 11 720
111,589 111,589 000000000000a86ce8aeabd340ad2e0ea4e2438d7f7b79495e75b6d3fa67ea24 0.00 MB 11 729
111,588 111,588 0000000000008231f3a1526b01ad28f945add5b446f28205033529c198a0ec83 0.00 MB 13 678
111,587 111,587 0000000000006709937b886841657ffdc4b9e5f9e5c3def10db81200efe3aab0 0.00 MB 18 1,825
111,586 111,586 000000000000f0d98e5122c99bd22928f3d00fa9f3f3e14fd64d783a47e6b7ea 0.01 MB 15 1,588
111,585 111,585 0000000000012bcaee57461ce361680e03391d6879235bcb473661faafab2f88 0.00 MB 12 1,559
111,584 111,584 0000000000005fa82e35e903eafc1f3bbe9bd27dae5181aac6d735a6d48491a5 0.00 MB 12 1,058
111,583 111,583 000000000000f08f26e18801d931e2110bff05a773ed33395d19a2d4a171872b 0.00 MB 15 1,614
111,582 111,582 00000000000095a5fff24870354ff48b7024a32bb1574c352d8a76eafb9faae9 0.01 MB 38 1,595
111,581 111,581 000000000001280cb767b014156fbd07bd0403c6255a6e7d8b3283f744a4b76d 0.01 MB 27 3,975
111,580 111,580 000000000000df56d6fd291155f12e02bc5e6a5c1ecc4ae94695d230fdcf3170 0.00 MB 14 1,568
111,579 111,579 000000000000b212785be3dd4e8f31409f3bb19f48e3723b49f622b05d62c5c1 0.00 MB 12 0
111,578 111,578 0000000000005d20b87b011978bec50e00f823be595aff3c65092283ba42100d 0.00 MB 14 1,491
111,577 111,577 0000000000009cccce1876657492142a93c40a44322de42f0d312d49759333ec 0.00 MB 12 708
111,576 111,576 0000000000005319c951952e7329f36b87e711d4889f901c44b5000775f95d01 0.01 MB 26 113
111,575 111,575 00000000000026efc107aa3b9111c4cc45efd2d7b629df82a45f05503928c727 0.00 MB 15 1,133
111,574 111,574 0000000000006959d702464b48682029d9fe1e2a63cbab900a27f405855f57bf 0.01 MB 9 286
111,573 111,573 000000000000314bb10cf55ef48a8a2952bccaef5a7a692d8a74c766a40ceb66 0.01 MB 20 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.78 GB sent, 93.04 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.