Memory Pool Memory Pool Refreshing

3,759 transactions
23.92 vMB
Show Random Selection Loading Transactions
Max Size: 98/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,317 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,944 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (853,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,629 54,629 0000000005904ae78013b751df3752f8e38736514e8f3cf8e14d7478ea3de998 0.00 MB 1 0
54,628 54,628 000000000d5627995b4b4c91d341bd2c3275b2a4f6dccf0d5ba82ee02657d40b 0.00 MB 1 0
54,627 54,627 000000000cb478c6bdfd7e30173b79005a327072c1908005d4b0567b2ef5005e 0.00 MB 2 0
54,626 54,626 000000000c952aab42bccb0c0a03ee9d0abfcf9de96e7d6e516a5b61c9da08a6 0.00 MB 3 0
54,625 54,625 00000000052ce7310cb18015b168edca5f1f7c5fe6162355a7759adab580a847 0.00 MB 1 0
54,624 54,624 0000000009c930edcd4b64b0387d9abf96a1562eee14f8706b81414bdcb1b86e 0.00 MB 2 0
54,623 54,623 000000000beee03e914e39fb76f48e1524ffc4fd3fbbc7e4edea5ec617a760cf 0.00 MB 1 0
54,622 54,622 000000000d775cb1953215096fef7be5b24a4dc04e001f52b85423c5fdbb255e 0.00 MB 1 0
54,621 54,621 000000000e1749ec0b6e36abea80b19b2032c7530f17fcb480e127fc70049476 0.00 MB 2 0
54,620 54,620 0000000008590580c744404c7927fcfef6aa724023beb0acb2bfcf1e34f3fd27 0.00 MB 1 0
54,619 54,619 000000001167282f8b3da49446fd11323e4604db0454581769436d701a4d233b 0.00 MB 1 0
54,618 54,618 0000000008b67dc21a05c539c226994c6a1e0dea239161109674bb04f61c5610 0.00 MB 1 0
54,617 54,617 000000000f381ea90f251f7a35c0de4473da16147ae8c0f66a250a5f248af062 0.00 MB 1 0
54,616 54,616 000000000bbfce92d8b4c6d0c6ca5ced7cfcdcc62ce90015cbf3c9b38f0cb7d2 0.00 MB 3 0
54,615 54,615 0000000010011d49f0b75ea34b8189384fe864f9c1919f2585d817a7caa2b800 0.00 MB 1 0
54,614 54,614 000000000f933c37974fb6bf30b46660b64f3800c8be0762504fcfbf838577b7 0.00 MB 1 0
54,613 54,613 00000000035ed0e55c41ee35edf7368f6eee95ad69746021b8ceb0ba7487a21b 0.00 MB 1 0
54,612 54,612 000000000f5240f9aef40173211a55053a73fe48fcf0d65848591f7924f0ef52 0.00 MB 1 0
54,611 54,611 000000000c300507cb2e247fa1cb12fcaabda21e2ae78f8f942f4264ba3a6e62 0.00 MB 1 0
54,610 54,610 0000000011bf783130ea0c7f164eec024f4ef9f2067992c908ef755056f80c31 0.00 MB 1 0
54,609 54,609 0000000002a6d7e456578b5efd0cca571bb503f19e763541a58fb791f2cb9a22 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.23 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,701.00 GB sent, 98.63 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.