Memory Pool Memory Pool Refreshing

11,266 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
907,261 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,201 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,260 (421,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,900 485,900 00000000000000000015400ed49f6b56037c4e21bc68202352dc0277752d377d 1.01 MB 2,289 202
485,899 485,899 000000000000000000d6a4db46bfffac4be8ab753023103d249ec8a2b24552eb 1.02 MB 2,017 162
485,898 485,898 0000000000000000003c1a6b6947c312fb32ae747fcedb2c0efa9950655043e0 1.02 MB 2,053 160
485,897 485,897 0000000000000000006308d373957a57be8f80e4458848e541384075e2883ac1 1.00 MB 2,134 196
485,896 485,896 00000000000000000073e7c8d66b5d8c1b86181e91ac7d56f0b3ec4c9faf8819 1.01 MB 1,884 217
485,895 485,895 0000000000000000001d656de453526f5e5197a9efc6f6669e23dde1423a7c4c 1.01 MB 2,112 208
485,894 485,894 0000000000000000008314ebbac4b6b9e62fea617e35f9b261714c64f5fe8835 1.00 MB 1,838 139
485,893 485,893 000000000000000000ddc687291613d8b0858b27295f6512be56a143a208fb00 1.01 MB 1,975 151
485,892 485,892 000000000000000000fa1c288f23088be057c85bd2e70615b4336cbf9679925a 1.01 MB 1,904 210
485,891 485,891 0000000000000000007ea3c67381ecfcf8e44e9941dcef554e8b029068857b55 1.01 MB 1,520 144
485,890 485,890 0000000000000000007dca64c070d5e6408f343509a4442de88b6d359ad85b04 1.02 MB 2,008 153
485,889 485,889 00000000000000000004f18d8cd69446cc48ff287c8cbe578d4a4f016f931fbe 1.00 MB 884 134
485,888 485,888 000000000000000000e61c94a31e0a8292dc03ad4930ced7b54f7ad4ed6d345f 1.00 MB 958 139
485,887 485,887 0000000000000000001245d169940ce5cbb726301050b3839b84033cc5036b2f 1.00 MB 548 121
485,886 485,886 0000000000000000001a3bbfe278de438f4018fe08cbb3c0201c8ec2eac46168 1.02 MB 2,189 121
485,885 485,885 000000000000000000cb20776b09f6744ffb81827cc1a9cc360c26978c2103bf 1.01 MB 2,284 120
485,884 485,884 000000000000000000d3afaec41dff3611aa9c2dd12e0c866e947443434e55da 1.01 MB 1,631 150
485,883 485,883 00000000000000000025c14bdc8c98485ec1e0bf979cf09ad5130260d537b6a7 1.03 MB 2,240 151
485,882 485,882 00000000000000000054bfe83819d9891585bc93dfb6b3860f361d80d91c8bb2 1.03 MB 2,208 185
485,881 485,881 000000000000000000c3df8843bada3340dfabfc4706042502a37a2a85cb8982 1.02 MB 2,241 177
485,880 485,880 0000000000000000009b6c873f44dc67e707b031337bd63d479818ad7b095a02 1.00 MB 2,491 211
Previous 10 blocks ↓
Total Size: 768.15 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,536.86 GB sent, 88.17 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.