Memory Pool Memory Pool Refreshing

3,452 transactions
19.70 vMB
Show Random Selection Loading Transactions
Max Size: 80/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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,954 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (857,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,653 50,653 000000000344a818104fa0165bf6d3c2363c1e1de331d5c521331df72b55d758 0.00 MB 1 0
50,652 50,652 000000000b748395cbb19b1b07adbbdc9ecec738f6fbef78ffdf98b7ad7f9876 0.00 MB 1 0
50,651 50,651 00000000002965b755bb7e72dafdc688cd3f42afc44bd862d8d08d722c762077 0.00 MB 1 0
50,650 50,650 00000000110d164836c47d6956b64feae49ec017d92a930436a2a8fe0b8f2f3f 0.00 MB 1 0
50,649 50,649 000000001ea70c0e619087124e1710aefab7ed6577384b63b3d100fba0106c29 0.00 MB 1 0
50,648 50,648 000000001b40683cc8a00b89b89deafe98a1330a3d370e3c9543b4b5f61ca322 0.00 MB 1 0
50,647 50,647 000000001f740995e96c61034d34c5b6b6aefe798071806aad156f93b66c9298 0.00 MB 1 0
50,646 50,646 0000000006c85a6123ad463a841c9ab52bb9e144d2c3f1828e5eb19ee6d2d753 0.00 MB 2 0
50,645 50,645 000000001fe5a70beccac57e448867a092ec2dd38f9054c91c560a5ba531a10e 0.00 MB 1 0
50,644 50,644 000000001f8f3b435772be3279d359acb183c0d44f2c840671e976b910f8ccdc 0.00 MB 1 0
50,643 50,643 0000000011036bd0b9b2cb58cae9e6098c0ff7ccbfe866ec4e8f8008b87c5c9e 0.00 MB 1 0
50,642 50,642 000000001f00ed882ce832686ddd2dcfafe250eb8129155a654d2b07682feb3d 0.00 MB 1 0
50,641 50,641 000000000c72b4443e243b41a494238f653058a9581a67bb1d36b51d2892d042 0.00 MB 1 0
50,640 50,640 000000001464f44ebadb6a3650e801c3f7ad321f609aa9e4b4e75e1dae72395c 0.00 MB 3 0
50,639 50,639 000000001cb927c140f69fc3097c69c5dd6f99d9970c6e4a9cd641ba30f76877 0.00 MB 2 0
50,638 50,638 00000000051a6693bfce20f5226a217c42d9c92b41a8449085dbb97a9265f750 0.00 MB 5 0
50,637 50,637 0000000001071cc8060d975ad4d6c1f7d5ab425342d57f8f1390fea0e257d0d7 0.00 MB 1 0
50,636 50,636 0000000001f94fd2613b6d52e3206819459eebecb35b63a2ee75aa6aa0c10b2c 0.00 MB 1 0
50,635 50,635 0000000004ffd75bfe5ce59b21ae19c16463e393a52d3d49315b4bdf751589f2 0.00 MB 2 0
50,634 50,634 000000001865bb0f436e03b616beb453291be5388ba96382e73e63410307be56 0.00 MB 3 0
50,633 50,633 000000001045b1d6287f271396eaaba85df39d247b87ca1cf0b7ed88770c8433 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,701.27 GB sent, 98.66 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.