Memory Pool Memory Pool Refreshing

8,294 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,282 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (555,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,816 351,816 0000000000000000143cdfd798453ce87e845f565a966ac430cd7ce6012ff44c 0.17 MB 429 38
351,815 351,815 00000000000000001419859cb3523a3ecf160eb5fa037dd3b1216afe7bf48f05 0.07 MB 160 32
351,814 351,814 00000000000000001161311f12a810c3ebe27e44648838be70b8ee0506ef1745 0.23 MB 505 31
351,813 351,813 0000000000000000087d782d5ba4cac0c7b24eb9783483ef91061dc4527b5b91 0.33 MB 831 26
351,812 351,812 00000000000000000f56a371907afe71b99817d08518b1f9f142779d342f75a1 0.47 MB 876 34
351,811 351,811 000000000000000013c521e97dd4fb8a4fa581e0ca1df1a0daef5e4b0899bbf8 0.35 MB 631 34
351,810 351,810 00000000000000000acb4698415bf128c592536fe0661182707e779b0642a327 0.26 MB 256 9
351,809 351,809 00000000000000000deaa50b050001776950abdc15d22d98862dd0a2d1ff1139 0.75 MB 1,671 34
351,808 351,808 00000000000000000838a9c806b92b06e6f99d6d3865b224c5f9ffd850c57306 0.16 MB 512 59
351,807 351,807 00000000000000000ff6d44309f3c5ac3adcffb1adaecd530424d34404ad1a05 0.12 MB 180 19
351,806 351,806 0000000000000000015c441704a3820f9cdfa7196eafb3148f02efe726d2737c 0.15 MB 197 21
351,805 351,805 00000000000000000e8c902c320db967756d5f88b2823446771d90243699d1c4 0.30 MB 566 29
351,804 351,804 00000000000000000b421a69380f5ed70c42d853b3b3ed675b103b9089761365 0.43 MB 1,021 42
351,803 351,803 00000000000000000fd4288b3232989399362641c7551a9d7ae5625423ec2c64 0.00 MB 1 0
351,802 351,802 000000000000000008fcd45af3ba00995878ecf9c7ba9f52d84f9d0f9fcbb15b 0.02 MB 55 29
351,801 351,801 000000000000000005ce6a482a7dc969912bd0071af86e4c0edd9c2bcf169d9e 0.08 MB 115 17
351,800 351,800 000000000000000014a981dde606376678409a62aa29cf30ca6ffb4d5e006375 0.75 MB 1,658 38
351,799 351,799 0000000000000000014c283acad734212820c5301e86dc023942cad06e74e19f 0.19 MB 385 33
351,798 351,798 00000000000000001218c2016d178ca1dee7e93b8c1758046452980b0e0e90a8 0.25 MB 357 31
351,797 351,797 0000000000000000018ec19a84dd75b0343891b5472f87d766003d76d464fbf4 0.43 MB 925 35
351,796 351,796 000000000000000007d471832d704544820cb7af145c27916ad497795ceceb8a 0.15 MB 261 31
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.