Memory Pool Memory Pool Refreshing

2,588 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,994 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,140 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (379,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
528,628 528,628 000000000000000000105a14a059aeff7cbf6c5303686acc2badd903bd2173d0 0.22 MB 339 53
528,627 528,627 0000000000000000000c5e0b8f6de40924e2431e221ad1eb0ca19c827940f20c 0.21 MB 446 101
528,626 528,626 00000000000000000027c4a04ebe2d5abe621c18a5d7383cba13076a02c40c84 0.62 MB 1,263 75
528,625 528,625 00000000000000000015b3b622891df011f7a95b79708d5a8ab0548c83b5a3ba 0.57 MB 826 112
528,624 528,624 0000000000000000000dac40864fba35d39280103fdc0e3de4305e4ba7e69fab 1.15 MB 1,578 52
528,623 528,623 0000000000000000001e348e466d0def5d0781a0da199ebf4a782abf0ef3900a 1.20 MB 2,286 28
528,622 528,622 0000000000000000000866a76ac44e5b3dcc1a018c9fe8f90f06ce9c5a07e2b5 1.33 MB 1,686 129
528,621 528,621 0000000000000000001d5987fe9e632195fa3d5984e19de00a1f027aafc18bd5 1.18 MB 2,717 170
528,620 528,620 00000000000000000017c82812ecceb61903ee5d8e50b0c3fd3d1ca618ad0821 1.13 MB 2,362 95
528,619 528,619 0000000000000000000bf970b4bbf20993255630be14bec013e889dc38c609fd 0.67 MB 1,069 88
528,618 528,618 000000000000000000039b0147f78f40f217de132a984a9a4e5abd35c147256c 0.15 MB 369 87
528,617 528,617 0000000000000000000c4f6f7bead0c2b3ade719f0051dd19c23f72ec1783359 0.38 MB 291 23
528,616 528,616 00000000000000000007fc2276e18e4b30148944e26fd294d04ce3bb2a00bded 0.26 MB 314 38
528,615 528,615 00000000000000000018183382da84c6dc62685804421cc4597c636d0f352708 1.12 MB 2,070 73
528,614 528,614 000000000000000000098b5e59ea6673a72d1c03157568bbb2cd6e0f95b6da48 1.11 MB 2,137 103
528,613 528,613 0000000000000000003293f4ceda9f8451ec6ffee1f7cfd6fd848552c48414d8 1.19 MB 2,906 79
528,612 528,612 00000000000000000025fa14240a7da3008fabb339fe8f6df14621da8e000269 0.06 MB 125 43
528,611 528,611 0000000000000000001462e99c4c861124d3bc7d541eb7e9c7e48f173955b6f6 0.33 MB 791 93
528,610 528,610 000000000000000000179c57f854edf983c1ddf155b69b451e7fc2f53cf413ae 0.05 MB 109 72
528,609 528,609 00000000000000000026b40816626e9e918356e67a1645c49e0df45f265344b6 0.31 MB 732 71
528,608 528,608 00000000000000000014bd605edb24109071e519dc645a44efc8292ee04836b4 0.25 MB 363 52
Previous 10 blocks ↓
Total Size: 769.53 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,648.15 GB sent, 95.61 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.