Memory Pool Memory Pool Refreshing

17,475 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (683,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,623 224,623 0000000000000288c6814f45fd12b18905b6512e7fc8e8c511c37f57fd8cd5ef 0.00 MB 9 304
224,622 224,622 0000000000000002c3b3ff6e8873eaa959b05502b1021cc644c58da4bba27df9 0.25 MB 499 156
224,621 224,621 00000000000000b0b3fd6142f98de6dd0ca13adac1aab705fc14eee4caa8a4c5 0.25 MB 819 344
224,620 224,620 00000000000003b54d59a0ef04d3b95eae0b76bafdf67b001c4c1707e8698654 0.25 MB 176 60
224,619 224,619 000000000000013a97f8da0bc402762a30ae78c7b6efeda5fcfd9f31c829f0db 0.25 MB 553 178
224,618 224,618 00000000000000963bbe6c5221244daa0918ef6f68f81d940d76b657673446a4 0.25 MB 652 171
224,617 224,617 00000000000002c8af6892c7c0040298c706ba294583db655f8fbf5919e965db 0.25 MB 859 386
224,616 224,616 0000000000000044fea1dc9416ccb2488ed2d66cc1694e13baab959d52ad657d 0.00 MB 9 0
224,615 224,615 000000000000009bd0c06f6885e1df8e1790d9155fc37aa4c884a5a22429f61d 0.05 MB 126 31
224,614 224,614 000000000000019adf8f83f9bf46fc51695a0cdbb2e8dc4d0dc05a291c3138ed 0.05 MB 127 86
224,613 224,613 0000000000000118f965cd58d3bc5f004131dd66286d964697e6f4368ba64d64 0.25 MB 462 146
224,612 224,612 0000000000000159ebf27b633cb36166bcb67bd7492ffdea2ec71b7ad6414a49 0.25 MB 726 245
224,611 224,611 0000000000000065c645424be64d4995557360d72da3f8f6b925915e9ba8caf6 0.19 MB 324 201
224,610 224,610 000000000000038f9e919cd7c59704d022f3729a88928f07c74884d88fb0331c 0.25 MB 570 248
224,609 224,609 0000000000000031350e76276a80e141401ef05bc602f334bc48959c6828830a 0.21 MB 141 76
224,608 224,608 000000000000031f4baa6173f95ab6b8e44dc62b607c9f05b7882195fd35f084 0.25 MB 429 121
224,607 224,607 000000000000024b0868237fd278a817ac3a66c0da118e1733e3e7b81e38c050 0.25 MB 360 119
224,606 224,606 00000000000000e0cfbb729186ab35d14d73221fcd8b07059239bc6f54a820da 0.25 MB 365 112
224,605 224,605 00000000000001fa144d5421bc9ac4a3b5b91a490bbf4e9c7bc61a04bd5e3911 0.25 MB 498 324
224,604 224,604 000000000000008c4735cb1237f0a87e0b93470fa29fb3e27070e0bf14499e7b 0.25 MB 457 163
224,603 224,603 00000000000002f188b1ec107ae35a444f34886a93b31e98ef3fd56bca978d90 0.25 MB 508 223
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.