Memory Pool Memory Pool Refreshing

4,504 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,629 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (50,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,606 857,606 00000000000000000000939d1a57f0b08cc1196f73f5e784ea6f2709c0728be4 1.55 MB 5,101 6
857,605 857,605 00000000000000000001e3f09523a33cd30940adb326b7118867f7fc15b7e3ca 1.71 MB 3,722 6
857,604 857,604 00000000000000000000585c183640f0902793b3cb3a2f2d4ed7e742d8b21a6c 1.41 MB 3,902 9
857,603 857,603 000000000000000000018d0e7c8b2632aac8cd023e45b7f3ef77b060b66c09fd 1.64 MB 4,169 5
857,602 857,602 00000000000000000002cde1ed2fc3d59fecc706831a1af310664997ac35d24b 1.61 MB 3,299 10
857,601 857,601 000000000000000000011c328fd44156f7cfb1f795765f6a1cb8627bcf776d8d 1.67 MB 3,342 7
857,600 857,600 00000000000000000000588589e3f844f3f0d17e762c037bc0974df6e2a19661 1.63 MB 5,482 5
857,599 857,599 00000000000000000001dd50e3453a2c98e1f4f4a3723631e695563a79f1d193 1.60 MB 6,413 6
857,598 857,598 0000000000000000000277668ee0153d7f5405183f2f5bfbdaa205ba0840eaef 1.62 MB 7,000 4
857,597 857,597 00000000000000000002f40ea1787bae4312a1ddb0ef92eb950bb3177bde8b11 1.67 MB 4,619 5
857,596 857,596 00000000000000000002598ce690ae3bb751dc943949aba2c7950810cb85ff55 1.56 MB 7,082 3
857,595 857,595 000000000000000000015a13de51fed1de339193aab9286adcce674951ecd616 1.64 MB 3,260 6
857,594 857,594 00000000000000000002b9d087758ae6f7028b6d594d374bd6e41bb0109cc201 1.67 MB 2,866 5
857,593 857,593 00000000000000000001388af107455fbfde88e5a4df8f13160311919f541402 1.80 MB 2,980 8
857,592 857,592 0000000000000000000330f73514fc4517c9ebb88f61e7eaf62605d0d8b147c0 1.77 MB 1,790 10
857,591 857,591 000000000000000000004f23172d0e1e5605d9b39cc373f6b42d11dee63234e6 1.66 MB 5,771 5
857,590 857,590 00000000000000000001d9b151586c184ad288028f63c5d015fdd7a8067e40d0 1.98 MB 3,230 5
857,589 857,589 000000000000000000033b023a3a0070e97730ee06ff79187af32780443e0fad 1.60 MB 3,542 7
857,588 857,588 00000000000000000002cee69ab300494202d3b43261118be21f63fd2c23128f 1.62 MB 7,597 3
857,587 857,587 000000000000000000030e7aedf8a5bcbf55b3f04e052b9d0f8c648ca1175284 1.57 MB 3,703 5
857,586 857,586 00000000000000000000a641ce90dda48cc055a2f1a3b43264d2e9ebd8abdd7f 1.88 MB 5,445 3
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.