Memory Pool Memory Pool Refreshing

10,953 transactions
3.28 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (50,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,614 857,614 0000000000000000000297efc389546fbfc4701551b8e174b115ff3be77d65bf 1.67 MB 7,791 3
857,613 857,613 00000000000000000001ae7ce4a66abdf3082ba8924a11abddf5963618458042 1.68 MB 3,977 6
857,612 857,612 00000000000000000001ff89989db2eef029277c784bc1e04e5de40bde1440ed 1.60 MB 3,666 5
857,611 857,611 00000000000000000001418c06599088970dd4c998b37f2285ce845c4277c25b 1.91 MB 3,045 6
857,610 857,610 000000000000000000025471af1b9438c3e6297c038fc964c12ef58246d67f01 1.53 MB 4,694 9
857,609 857,609 00000000000000000002b45c2c96f1716de1b5a1f72eab75b0533f55154fa157 1.62 MB 5,299 10
857,608 857,608 000000000000000000027d87815a98be958818e33768e4c9da612d28a98a9160 1.51 MB 5,494 16
857,607 857,607 0000000000000000000327104203a5f7b32f9d0440a38cfd3aa8545a499ef4f5 1.60 MB 4,778 15
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
Previous 10 blocks ↓
Total Size: 769.01 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,621.48 GB sent, 92.91 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.