Memory Pool Memory Pool Refreshing

2,856 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,364 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (114,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,153 793,153 000000000000000000056f71204f7cf5525b610a4c0a5f230d90800892cc5b47 1.73 MB 6,415 62
793,152 793,152 000000000000000000003c53e457c1382bc513050607733d3d4d7eb84238852b 1.54 MB 4,221 74
793,151 793,151 00000000000000000000f0b82263f9824a8d50975f3f3a84742b4b80c7083606 1.70 MB 3,503 72
793,150 793,150 00000000000000000002be0c46f987625722708439c636e2c69f93f5fcb03b05 1.61 MB 4,189 75
793,149 793,149 0000000000000000000073cfb889c881192b56aacdd5b07b3a08d5548f46dc8a 1.52 MB 2,846 93
793,148 793,148 00000000000000000002d5aef41f0feb93b4b083d1630166c80be038cb83e8c5 1.36 MB 2,856 98
793,147 793,147 00000000000000000003771f2820f2ac05d4250d0f6db52fc543cfa8c7a19ee4 1.51 MB 2,846 64
793,146 793,146 000000000000000000047e98235e840c82218ca1345a356a471e38da8aa132dd 1.51 MB 4,327 59
793,145 793,145 0000000000000000000101bceb15df0156fdef6f75c97ca9fe24cb503c500613 1.56 MB 4,647 66
793,144 793,144 000000000000000000039e92230e2023331bd1ec1dda556e43f8564135c80cc2 1.47 MB 3,087 76
793,143 793,143 000000000000000000039b0d1de336c83553621d0c5716bd80216e772927a0ab 1.34 MB 2,974 93
793,142 793,142 00000000000000000001bd5e31660438294a609cf5f162a170704137a63cd6a6 1.41 MB 2,380 38
793,141 793,141 0000000000000000000164e89f42bbf519e110d7b1b36c513643d95861c84d3b 1.59 MB 2,518 29
793,140 793,140 000000000000000000012213265230dfbb08e2837324d4bdf76638dbb148e136 1.71 MB 2,189 25
793,139 793,139 0000000000000000000326831954901358caf85e783a37b0fd46d6b12b2d24ca 1.70 MB 2,880 35
793,138 793,138 000000000000000000044e3a3815bf23c808c7e73a70e32ee1dd26e58f206c4a 1.50 MB 4,043 53
793,137 793,137 0000000000000000000192709419bc760bc457600e21699b9fb9388034eeced0 1.61 MB 3,292 69
793,136 793,136 00000000000000000004f9e9e17f9f8cc9c8d2e2cba11206ad8b281b1921c752 1.60 MB 2,073 77
793,135 793,135 0000000000000000000060c048245c82b7a29896eb40c66500c4649eff8fbb14 1.71 MB 2,651 70
793,134 793,134 00000000000000000004cd38db39c326091443c2009384ef0f7791807c27debf 1.38 MB 2,958 93
793,133 793,133 00000000000000000001ec2a917835fb6f1a41f74908d38592dc7f18248673f2 1.62 MB 2,019 31
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.42 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.