Memory Pool Memory Pool Refreshing

6,015 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,909 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (610,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,695 297,695 0000000000000000939cc34b7086bd9719a5d01b12fd16a054578c6e7529a843 0.34 MB 414 27
297,694 297,694 000000000000000091459a0012fab6e45ded0164a16f2e9ee2e0fd4c7ed810fc 0.08 MB 128 23
297,693 297,693 000000000000000076d18f908d78d230003478360d8017363948209fac62ad3b 0.01 MB 24 33
297,692 297,692 00000000000000000a9f677bd44a604ac417f668f1af5b600744e137daa95cde 0.06 MB 104 26
297,691 297,691 0000000000000000187b04e090d9ce7c254d56f81b3547905f3e5700651f5977 0.30 MB 396 34
297,690 297,690 0000000000000000465d1f9cf71aba06c4409fd836e9926cf6dddb168d64e232 0.10 MB 240 44
297,689 297,689 0000000000000000561251bd9bde7771d8528d39f18fa6a3851bf7a0768ebba1 0.02 MB 49 34
297,688 297,688 00000000000000006b0cd40478007eec9fe4956d14158b8e139a8af225020831 0.24 MB 441 40
297,687 297,687 00000000000000009d47f246f9b866483e31730a1a4de11ae1b42c36620ebec2 0.08 MB 148 22
297,686 297,686 000000000000000078c0d37945e2e1d1c93166c0eac345b28828918d6c837b22 0.39 MB 672 32
297,685 297,685 00000000000000003ad933b9c7f5f8c652c1cd84caefa159f6338426e21601b2 0.29 MB 504 28
297,684 297,684 00000000000000003bebf115c877b157cb4b1330785627cd1fab01fd686578f8 0.12 MB 100 14
297,683 297,683 0000000000000000135c94dc3e27eede5a04a0272c16f83ededc59214fe97602 0.14 MB 249 30
297,682 297,682 00000000000000003cdc13b55e912026ce057278cbd1c3bf0670296000e273d4 0.13 MB 244 40
297,681 297,681 000000000000000037e9663f4a9a07be5c6a1efaae91d17cf5a3fc81ec522d53 0.26 MB 447 31
297,680 297,680 000000000000000099fc45b19c69119f95d56854756c9e77a87dca7e21bd88e9 0.00 MB 1 0
297,679 297,679 00000000000000008f021c28bb36c3dc9518ce5f2a3de7d65a2114679e6b16dd 0.05 MB 85 26
297,678 297,678 00000000000000006222dd6cae980e38caeaf61f0d013583d54451a0e1c3156e 0.03 MB 72 78
297,677 297,677 00000000000000003c689083c087d3060accec5cef465275536157b5aaf55e4e 0.54 MB 765 29
297,676 297,676 0000000000000000231ff812c54986461c6f76414390f88e41476a2c2c877304 0.20 MB 385 77
297,675 297,675 000000000000000002f7fac67d6f175308bf06cb1be340cbacdfb6bf604e5dd7 0.61 MB 927 27
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,632.87 GB sent, 93.74 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.