Memory Pool Memory Pool Refreshing

5,298 transactions
1.83 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,905 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (755,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,731 152,731 00000000000000ec7510786e5a2edc6654b998be62f4db44cffbccbaf062c487 0.02 MB 63 65
152,730 152,730 000000000000021a0120eb2faaec1675e35622a5a08f606e52d073435e75701b 0.00 MB 11 36
152,729 152,729 0000000000000c1ec7dac8c2d38880a2f6456392a6ae44ca52e5dce69fce86e4 0.02 MB 45 250
152,728 152,728 0000000000000bbb36d4a3bb1b8b8036e4133d01a831494a533675fb60e1cf07 0.01 MB 21 18
152,727 152,727 0000000000000da31fe6270612d770a7313f6245ca75437298671b3c9833da5f 0.02 MB 37 88
152,726 152,726 00000000000004d38223550875d775be67ed7b1059c1effd630c641b15bba8b8 0.02 MB 60 52
152,725 152,725 000000000000017308ff0e5869806b2ca9cc9b63d5830a94a96089a312aa6fc2 0.03 MB 67 286
152,724 152,724 00000000000005c4a920808176463a3064f4d60bdee3e8115a0d1619441532b3 0.01 MB 19 45
152,723 152,723 00000000000008cdca87791dc4ce9a6e6af104ca2a0b339a27861b59cd3631ae 0.01 MB 34 26
152,722 152,722 000000000000047110013d7ba152cb3764527a83e4d1b30140764ab447775e0a 0.02 MB 25 111
152,721 152,721 00000000000009d46966c9645005fd56af2dd6d26ef2d940a2f297e08a1edbb3 0.05 MB 105 68
152,720 152,720 0000000000000bb5e94c1b20d459c0b536f04b51208ff029f22fb3b3f3230f8c 0.00 MB 6 82
152,719 152,719 0000000000000936c914c4fd8e86c048c7baa012317df5babe991e079b2c42bb 0.01 MB 41 170
152,718 152,718 00000000000003c9cf13a02f921961375b083ebc6ad28ca7977f8b8face07ffd 0.02 MB 21 711
152,717 152,717 00000000000006856fb784db44c2f8008ee4a466913bac46cfca833ce33a9171 0.01 MB 36 478
152,716 152,716 000000000000007260248a9d3b8b74bc6350500d2891fc3d76e525e6c29eccb9 0.03 MB 85 70
152,715 152,715 0000000000000a33041b5b9b20373e34adefbdb473a5189c061ae0b7ddc446dc 0.01 MB 23 0
152,714 152,714 000000000000089994b80a47d3ebbbc63399a344f8c917210d45ecd530b77ae7 0.03 MB 54 62
152,713 152,713 000000000000013c873ffbe255384abb157bcfe859ad415666262b018336e595 0.02 MB 44 95
152,712 152,712 00000000000000a5c729ef04767f32dd5506e5e2e900a11212e308e8e2f4b5c2 0.05 MB 123 59
152,711 152,711 000000000000058cb2383aca808f4876e68674f2985a4feec63ed5b2acc1381d 0.02 MB 53 168
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.