Memory Pool Memory Pool Refreshing

5,421 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,846 (610,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
297,674 297,674 0000000000000000852baa93672889c1cc0ebe0b886b153410529d6bf404b835 0.25 MB 512 37
297,673 297,673 00000000000000006b7ca7bd35de837fa97af93aaa0c0d76378b9b546b0df3f9 0.16 MB 126 11
297,672 297,672 00000000000000006407c80d5d4506a4253b4b426e0c7702963f8bf91e7971aa 0.72 MB 1,246 30
297,671 297,671 00000000000000004177fd33481ab34e67b852a58d6acb5349f4e58c45be5103 0.11 MB 58 8
297,670 297,670 00000000000000000614bc8b265d1f39db5172cfaa76ce0fb4a54ddcccfe64ba 0.14 MB 128 16
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.