Memory Pool Memory Pool Refreshing

338 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,450 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (862,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,636 45,636 0000000026755e0a698a3e34d54d73ba0abd3fc7719b9e8a40512e23d9f794b5 0.00 MB 1 0
45,635 45,635 0000000032b1cf1c08cc22fcd968308f49cb7fe7228cc5f037407f9aaf00ca86 0.00 MB 1 0
45,634 45,634 000000000826b13a46d4545336f214324b9e1c0ae481706cf8f0169daae814ca 0.00 MB 2 0
45,633 45,633 000000000a7b9fc86b961fe0d05463e9ba532e29324a2c6757ba0be95d77b618 0.00 MB 1 0
45,632 45,632 000000001a37f3f11739d4469cb5f0111df1ef990c3db823707c2b5007d0c600 0.00 MB 1 0
45,631 45,631 0000000023c8bf4d76afe89147364f6ec37be1803190e822c84ca9e36be2f9bd 0.00 MB 1 0
45,630 45,630 0000000031237e6e2c0b08bfb2458d7ccf999bf3ecb38d99cb324e51f3e6d73e 0.00 MB 1 0
45,629 45,629 0000000037c65f20f0d3027062351cc167024215c7a3b3c6631915510988277a 0.00 MB 1 0
45,628 45,628 000000000318067eb677188d2f49bd695af1c9480e7e3c9d87f14195d5e9e92f 0.00 MB 1 0
45,627 45,627 0000000014f30221825f9f75c814b719318a71e41bc8b25a46a03336ef8dd957 0.00 MB 1 0
45,626 45,626 0000000031b8f1c1ea531ddc0d019b691353266babc8fee03e608eda6485fac8 0.00 MB 1 0
45,625 45,625 000000002b475336991a82509e411ed1142644db1b8ac7544d62e8673273a587 0.00 MB 1 0
45,624 45,624 000000002d1b7f00737eff8348f2c86b1d98fac05f07620820d846d773d739dc 0.00 MB 1 0
45,623 45,623 00000000082d567396c9ba966d22f5aaa1b9eab122976ece4a475b6737c3f933 0.00 MB 1 0
45,622 45,622 0000000003ea9bbb4777823bea61b584b5152efca0af341ba1afdde834744012 0.00 MB 1 0
45,621 45,621 000000002eae8b8d8ab8a47fcacb70bdb056228d59ca20529d573f84ffde15b5 0.00 MB 1 0
45,620 45,620 000000000c83744f62570fa3ba4ebb2d038ab8a10bf2e82ea2f04bc5c917c248 0.00 MB 1 0
45,619 45,619 00000000077f54abd7b289b9d6dc8a0051fa9d9d158b55be551e76b36c391efc 0.00 MB 1 0
45,618 45,618 0000000011e337008562c35148d5ffcd77c61e01057359571399edca07cfcd22 0.00 MB 1 0
45,617 45,617 00000000179971679330f0b0d4ae98e6339faf7b28f1763990c263339729f6ef 0.00 MB 1 0
45,616 45,616 0000000018a174c13d1b14c7c85c31aeb45e5574c373f4dabfd610215a1fc6fa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.68 GB sent, 99.73 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.