Memory Pool Memory Pool Refreshing

7,384 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (661,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,837 245,837 00000000000000c8b181c4b7f5c6f2e209983e0cb7230f41bd2e6563b7e02f87 0.04 MB 107 171
245,836 245,836 000000000000000c6a0c48109c0157aa4ae81d150efd465d10d0b9473479206d 0.03 MB 64 191
245,835 245,835 0000000000000055de5191fc8ef24639f6d2e09aa737349d850533700257556d 0.06 MB 132 175
245,834 245,834 000000000000001deb550b30564e236bcd105b08224c75978da662c77db0403c 0.08 MB 128 127
245,833 245,833 0000000000000064da98052156fe6480622402807bdf11f7287edb5e9931500c 0.16 MB 116 26
245,832 245,832 0000000000000042b8fa3e7f69669cab4526267be98333b4a18edcd5a5db6d5b 0.24 MB 570 178
245,831 245,831 0000000000000065728fba6228064069654fccd7f86eeaa367a5879c4ab0f075 0.17 MB 317 114
245,830 245,830 000000000000006667a45a61db1abe4f013dbd342aa6a14c5e0175b33d2ddb73 0.03 MB 69 21
245,829 245,829 0000000000000010da5c43b6b99fc74d3a2371737ee7274d1af35c5c1a8749de 0.19 MB 472 203
245,828 245,828 00000000000000894cd40cfe7c248d96e521f0721469c7fe7fb14067c5429a2c 0.21 MB 494 202
245,827 245,827 000000000000000d6625d8791a7301ba9e3cec553c9b79985b344c21133e1951 0.01 MB 32 120
245,826 245,826 00000000000000a3cb8be99487c8a4a12cd111e56bc8c71ab8dba74c630f17ee 0.13 MB 291 184
245,825 245,825 00000000000000b02b46c44bb761dc6a9fa34bed36897315e5f7bf73c26fe355 0.03 MB 64 16
245,824 245,824 0000000000000080be3641fe33d4225eb308c27cc587dc3ed78e855e66be93f4 0.13 MB 298 132
245,823 245,823 0000000000000062ba72c9cb2719b2a9f3e0ddcb8d5bba962b62dc2686346f08 0.09 MB 135 110
245,822 245,822 000000000000001ed6eb1c4a37523197fe51a00dcb9d7fcd13d2f0162f865e02 0.07 MB 112 21
245,821 245,821 000000000000001747aad6861f1083e308f7a584a83a09a933476a231279d6e3 0.25 MB 635 221
245,820 245,820 0000000000000037aa1949fd4bde09545f079b6ab47ea9e86fd17fbffcc63124 0.18 MB 349 131
245,819 245,819 00000000000000859a6c6d46db8b084cd3f3c2fdff6f525edf498a0268bac8df 0.21 MB 435 186
245,818 245,818 00000000000000930492ba2caeabde9449da0f4e7531bc1964106a238ff25511 0.01 MB 26 160
245,817 245,817 0000000000000093c9aab366fb4e1b6c8e4503ae05deab87882188245d5e707a 0.10 MB 192 155
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.