Memory Pool Memory Pool Refreshing

3,250 transactions
2.48 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
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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (765,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,631 142,631 00000000000003c721370f17203829f945491e36a7a38a28c7e97bdcc00d68cd 0.02 MB 45 80
142,630 142,630 00000000000007580a916d619dc909037682ab851b5529c7e5afbf6270520030 0.04 MB 111 74
142,629 142,629 00000000000009004852481fe4afd6214d089f10f43bd52579c002fdf152f903 0.00 MB 3 10
142,628 142,628 00000000000001c570b945541100c0ff0a04449475fafcd8c3d237d4e61b4a39 0.01 MB 31 312
142,627 142,627 00000000000007664fadff938474752a43f16b6f9304398ed4729c6e28da1e93 0.00 MB 2 194
142,626 142,626 0000000000000324fc4102f1f309ef23790ebfa7279b0df7ee466e90452436c7 0.00 MB 5 0
142,625 142,625 0000000000000383ad5eae5815f5b65d3e102e79b22cdece2d2867f9d9cfd27c 0.01 MB 20 55
142,624 142,624 00000000000000abccc009cbd2769736b0687f408f9c271441e706eba79b1a3e 0.03 MB 68 210
142,623 142,623 000000000000079e848a95192f6fbf629555e518704f6441f049477ec55e545b 0.02 MB 89 105
142,622 142,622 000000000000094a48f7c2fcb3e9742b34c8b0340adbacdc6220f6c489050644 0.03 MB 61 165
142,621 142,621 00000000000008198700b8f4fd8e26b01b6a0d33df0dad9f98329f8f48c10be3 0.05 MB 72 122
142,620 142,620 000000000000076fce19c5779f1d406ff8136c7489ab99e2f6a04145ae298949 0.01 MB 47 11
142,619 142,619 0000000000000371d4d8fb01103c701b6034b2a726acc1cf5da3de8f97625200 0.01 MB 25 4
142,618 142,618 00000000000002749e14fccaeddefe14a0d77d372e32f65b3758fe76710eaf6e 0.01 MB 35 129
142,617 142,617 00000000000003149465c529775d888aeb61cbe4a0527fdd29dc9cd62356398a 0.01 MB 26 336
142,616 142,616 0000000000000716bcf287fd3d22757375970a22e82ac45279afdde576eb918b 0.04 MB 46 103
142,615 142,615 00000000000004afc4e32613e361aadfcf18e488576941dcf77a10762fea856b 0.01 MB 35 233
142,614 142,614 00000000000006759c3c8a216f788c9579b4fd8510907679bcb4e8c916d9d986 0.02 MB 12 74
142,613 142,613 000000000000001248b3712a4864a0683f53273708903ed004473eae51d92813 0.05 MB 165 128
142,612 142,612 0000000000000779ebcb7dd30bf4b4a9ad46a35adaf13ac97064b3813a60c795 0.00 MB 13 44
142,611 142,611 00000000000003b20262ebc7e9fcb266e77dc37bbfc169ee01ae815f478aacf5 0.02 MB 32 131
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.