Memory Pool Memory Pool Refreshing

1,794 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,772 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (374,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
533,409 533,409 0000000000000000000a49dd9ad028d423fb710c7163ff2b1292ece99fc0b214 1.15 MB 2,680 45
533,408 533,408 00000000000000000010a8f76684289743f0312ed523fd940707b2d28dc64325 0.75 MB 1,500 22
533,407 533,407 0000000000000000001b138c32aa007fbf7e96cb7259d1ccc6bba915ab03f1c1 0.16 MB 289 39
533,406 533,406 00000000000000000008119a35dc26e3df267f5a5ae199203263eab043dbf796 0.26 MB 496 27
533,405 533,405 0000000000000000000e2aa2258d7d7b7237f19eb905bdf42b56ec5ccb346a3b 1.07 MB 1,618 5
533,404 533,404 00000000000000000014090483be1db404bb10ccff1da1ca9db0f6fd756c7104 1.15 MB 2,351 24
533,403 533,403 000000000000000000022d74161acc397b6ae5a0cf290ab3f3543f3be10ced38 1.15 MB 3,188 12
533,402 533,402 0000000000000000000d44ccd8afc644e9633816a91424ff49a646a83ce3dac0 1.13 MB 2,246 62
533,401 533,401 000000000000000000255aa7f82c9f3d7381bb12070825b18e9308bf17ccd6bb 0.02 MB 41 12
533,400 533,400 00000000000000000000f9ec191e2fd85f2e8580dc1beca86c7ae76b6dfe4af1 0.98 MB 1,811 4
533,399 533,399 000000000000000000114b17fc7215a29dce67034278d79c46b60f0a0de85cff 1.14 MB 2,297 37
533,398 533,398 0000000000000000001ade1dff3b0e3c716849ef8f52402ed1dc8df1f24ae62d 0.52 MB 967 24
533,397 533,397 00000000000000000035d8055a939b81a2e5b487549c61f8c93cbf9c969bf778 0.23 MB 487 25
533,396 533,396 000000000000000000347b01a40b65b9732b536e42b0e7b148cbbb296381e06a 0.09 MB 220 17
533,395 533,395 000000000000000000058c995fa5ac38efe7783e2c66d5c68f45326f6ee1174e 1.18 MB 1,980 12
533,394 533,394 00000000000000000016903f2b89d8a2cd8f10db47d9e121bedd4d8eb7ddcd64 1.11 MB 2,395 26
533,393 533,393 0000000000000000001508a9bd856bd1dcc7a88302f41d8662a25d81742ecd5e 0.83 MB 1,911 22
533,392 533,392 00000000000000000032f8602643368906d2ca0fed63a0f1ddcdd0f4c87e91f5 1.29 MB 2,652 23
533,391 533,391 0000000000000000003447960ec4d6fd9a04ff77df6d74550e41310d9948eb25 0.76 MB 1,200 32
533,390 533,390 00000000000000000006ba1e96ba2c5fb1a1d7348c852526709f3b58dc83be42 1.14 MB 2,073 38
533,389 533,389 00000000000000000030f55a3ffdb8fc68dbe2f3f617804d114aff35f23fe2ff 0.35 MB 892 17
Previous 10 blocks ↓
Total Size: 769.10 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,629.04 GB sent, 93.40 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.