Memory Pool Memory Pool Refreshing

5,578 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
908,644 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,535 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,643 (813,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,681 94,681 0000000000005ff402ba17285a6b7571f88d217c77b310cfc5cffa378ea59f91 0.00 MB 1 0
94,680 94,680 000000000000951a1178e4b739b1961b5636138d5d47f827d642e4e0bac48da4 0.00 MB 2 0
94,679 94,679 00000000000103f1767f23aaabe893681aca99d835243e2121b3ce7749b9a17b 0.00 MB 2 0
94,678 94,678 0000000000095f321b7d9f3ec3a4e3ff716ba637f34fbd34100565490d62e9bb 0.00 MB 1 0
94,677 94,677 000000000001298df5208daebe27388ec9485d597b9f6aa3d3154a6eff2c3bfd 0.00 MB 1 0
94,676 94,676 000000000003798cf2ea0e656a7e3da9d092e657cfdc5ec3f38ca3b67be1bc98 0.00 MB 3 0
94,675 94,675 00000000000221f28efd2ba769e8085fc4787b3fda6f23266618b1fa0586e6a6 0.00 MB 6 0
94,674 94,674 0000000000026b08bb6f1c61ef9760147982af9d44e118521db357c6494e0afe 0.00 MB 3 0
94,673 94,673 000000000003f0897ea26fb84f519aa1f56c6d0a156d625f9aae2a56e020e99b 0.00 MB 3 0
94,672 94,672 00000000000239f1f4ffe46872f5ead93ffce1539bfb8d4083aba8094a933300 0.00 MB 1 0
94,671 94,671 000000000000177d5f4474a49d9911b185f791c368613daf9a411d063dd2d991 0.00 MB 1 0
94,670 94,670 0000000000097460ec315ebaca477f785b85261e51426cb1530c86e5ef61b110 0.00 MB 3 0
94,669 94,669 0000000000090599a096dc255d6e95a0429fb636cff6b308d00e5be5e116099e 0.00 MB 6 0
94,668 94,668 000000000008fed7a18bb56b29941d436669a39f8fae92f10132e9a574f15ee4 0.00 MB 3 0
94,667 94,667 0000000000015b3098ff8797678a7c1cd05f6e9d10fbf2edb2ee3324516cc157 0.00 MB 2 0
94,666 94,666 0000000000041048ad57e807a5c0667a9a5836d6c1c9122447a2f42db176a3f8 0.00 MB 2 0
94,665 94,665 00000000000401a097fff16980b41ed1e94d9d4755d6d1ac94af97bd680ee1e9 0.00 MB 1 0
94,664 94,664 000000000000de9694eb3a59d0c7ec89e7334ab1e9948396166888fb61195003 0.00 MB 2 0
94,663 94,663 000000000002bc21d0bc0b2d3f51d125cb33c8663d620c47bc6ac495cbbe1502 0.00 MB 1 0
94,662 94,662 0000000000044c9009889cba17e4f9f9ec2505cc7911298bcd22b4edfb1bff66 0.00 MB 5 0
94,661 94,661 0000000000026f0bf2242febcf14b86a696ff8633940bd16bb531c4fa67415a0 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.89 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,851.27 GB sent, 101.39 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.