Memory Pool Memory Pool Refreshing

6,140 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
908,124 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,701 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,123 (799,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,917 108,917 0000000000008bd218ec6a8d23da2357ca07fd1bf8649bbede5d52b713dc49ae 0.00 MB 12 0
108,916 108,916 0000000000015d2285f18bc15e49ec0fcb64dae95264c5e25176789a55cf7be7 0.01 MB 11 0
108,915 108,915 000000000000052c59700172dc2f076e88213924a6f9332e9209c60fd67be9e9 0.00 MB 7 0
108,914 108,914 0000000000018abe1bba15babd3e512fae6a2e1ea73972d1c5d91cd2ed6742d2 0.00 MB 2 0
108,913 108,913 0000000000007e1fe370630b95e6d743508d9a01197ac87f75af09da5a7d81ea 0.00 MB 3 0
108,912 108,912 000000000000f5335fb79bf4864d7a3d05b25a73dbfea60351a4dc802ec8cb36 0.00 MB 11 0
108,911 108,911 00000000000047db31c84c16ab2a680ce5d1860483f908de6b761b960739b5a7 0.00 MB 12 0
108,910 108,910 00000000000152d1b2e752486a924b8433b064c362ace1bb99c12326e93cdd2e 0.00 MB 7 0
108,909 108,909 0000000000018f1715d1d7fb6302de63472bf545faf1762ac928e14479fa2ebb 0.00 MB 3 0
108,908 108,908 00000000000062285f7a2783afac8fe1d9e439881ced60bd2f6421b063062647 0.00 MB 8 0
108,907 108,907 00000000000101c576ce755bae92cbe7f803b758afcb0925be76adffba09f2c7 0.00 MB 9 0
108,906 108,906 00000000000048aac525f36663811917ec6bbd7cd38bb38764abb1adef3497bb 0.00 MB 6 0
108,905 108,905 000000000000c1a1a4ddccaceba5a71276952e4c715c9866a18361b04eb68af5 0.00 MB 2 0
108,904 108,904 0000000000014faa7c684905efbdb47a5390657f36834ce7d372246b4359f7fb 0.00 MB 2 0
108,903 108,903 0000000000003eaea0e006ff87136057a3e047dacd1f3a9a84b3fd90137fdb4d 0.00 MB 1 0
108,902 108,902 000000000000de63bae88f62e5f64cb24da0779fdf5f8e8cacac5e2549a34f4f 0.00 MB 2 0
108,901 108,901 0000000000012873306a8d410562d88fd26dcf5c60e7ca6eef7f1b7190eb7634 0.00 MB 9 0
108,900 108,900 000000000000c5eaf935144b7ca54558339b17ab60d02ed007b056413513c0d0 0.00 MB 8 0
108,899 108,899 000000000000d29f387b0e15767ee37093dc427531199bdbfeaedd51c5053637 0.00 MB 2 0
108,898 108,898 00000000000119e1bc891e1929d2c6a0a184524df1658c25b720dffc1912dc0b 0.00 MB 6 0
108,897 108,897 00000000000005255c761345a80132cef2e43ea94dcd90d279825579e8b35abf 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.78 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,679.94 GB sent, 96.79 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.