Memory Pool Memory Pool Refreshing

7,371 transactions
2.50 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,182 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (423,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,882 483,882 0000000000000000010fd4ae99b2955962ae52d74612f0a1e4b37f07c8188ba5 1.01 MB 2,017 240
483,881 483,881 000000000000000000f7a5016598aa573a743d1e0922c1dc2ce08333dfc5d15c 1.01 MB 2,276 277
483,880 483,880 0000000000000000004b93324c0af9140815cc7abe97b55d1e9117991c490d0e 1.01 MB 2,343 332
483,879 483,879 000000000000000000552b6136bb0f40652db9d18d9003b7fc9d4f66e8b5879a 1.00 MB 1,571 259
483,878 483,878 0000000000000000010ea4dd284a90288986979adc65fe531823f2d249950a66 1.00 MB 2,771 353
483,877 483,877 000000000000000000cdda0891ff854e57360a9174e73c78a158bad4ecd0b974 1.00 MB 2,219 142
483,876 483,876 00000000000000000019751e91bc6fc51cdec85b6c15abdb39755d890ac89554 1.01 MB 2,136 274
483,875 483,875 0000000000000000011d1152e4e6f8796a992a45e60e2eab42c5f2079380d2d2 1.00 MB 1,794 159
483,874 483,874 00000000000000000100c0f3747e3b041760a71b90194d9ae1685bbf2d5e53e3 1.01 MB 1,416 29
483,873 483,873 00000000000000000066bf60b63a50b9ebd28515bd745e7e1bae1602d1242471 1.00 MB 1,811 123
483,872 483,872 0000000000000000004e2243e94b723f71d2167b884eed047e61a3907b162838 1.00 MB 2,354 288
483,871 483,871 000000000000000000693d92df92bd81c4d95a4e814bd9be393ad56ddfbf133d 1.00 MB 2,054 200
483,870 483,870 0000000000000000007f81925d5995f81ebb101d94babe29faf8bfc4d90f2a58 1.00 MB 1,452 87
483,869 483,869 000000000000000000545c3bc2334b69bf25fff5ee57bbe073ec21492f06f77b 1.00 MB 1,462 215
483,868 483,868 00000000000000000003573ed5af4f5a6c13f5573cb0f0611d739cdc1feeb2dd 1.00 MB 2,157 249
483,867 483,867 0000000000000000000bfa58a00145f33507e060a5c57b6a3894f9cd523747ca 1.00 MB 2,188 384
483,866 483,866 000000000000000000f4f2a64adc20497f0eca696cefc5f39431b4395f6ccfc5 1.00 MB 1,691 102
483,865 483,865 000000000000000000edb897ce52e3afe735a9e64150e244086e8cdf27b4c892 1.00 MB 2,366 66
483,864 483,864 0000000000000000005ba37f167de8e30502578cc81a99849062f2a6de0ed6fd 1.00 MB 1,729 163
483,863 483,863 000000000000000000333e6e6109a3e5a829ab1087aa770293273609b71c93bd 1.00 MB 1,493 127
483,862 483,862 000000000000000000b6f41c348536ad7148005e4ac9a19c0b0ce9a9be1e43b5 1.00 MB 1,764 205
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.12 GB sent, 94.17 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.