Memory Pool Memory Pool Refreshing

8,430 transactions
3.05 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,295 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (325,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
581,958 581,958 0000000000000000001ba4d764cef113e8f49582f5c6a4c5351c2aebc6d21dd2 1.18 MB 2,091 47
581,957 581,957 00000000000000000012afec2c4b9f769df220659786a9884c29edb06f282949 1.15 MB 2,951 63
581,956 581,956 000000000000000000049cd2c78e5ba4add350c220ff7a70e27ca4103f0890b9 1.19 MB 2,409 77
581,955 581,955 0000000000000000000c970f7a8a9e96cdf2423782d6ea75d919b6ba9078659b 1.20 MB 1,697 45
581,954 581,954 000000000000000000177d962a9d98756fd722c58f054d1d94fe02ebfdd84a63 1.20 MB 2,295 37
581,953 581,953 0000000000000000000c454b07cb0160e144889f88c29e5d23463e1a93cedc25 1.29 MB 1,211 9
581,952 581,952 00000000000000000017d370f3dbb90319c84aa08201451c162b5075c2dac155 1.21 MB 2,045 55
581,951 581,951 00000000000000000008a1d3855c38b2bd2abeb6f9800bf3186b00aa705b8415 1.23 MB 1,667 10
581,950 581,950 000000000000000000020496eb3f83140923b8751b6b3ed55c7954214dca7fb7 1.17 MB 2,241 55
581,949 581,949 000000000000000000131c1be06053c6e12830c471267cfb36e384776abffdc1 1.13 MB 1,830 40
581,948 581,948 0000000000000000000cfb070f9ebfe34e828f4f828ae85e761bbe0fa69ec713 1.27 MB 1,676 28
581,947 581,947 0000000000000000000aa02db0873290e2d93d9d2bbfefc40889c79823eadcdd 1.12 MB 1,576 104
581,946 581,946 0000000000000000000c4273ebb48cf5e0f395eaa4aa14aa182fece5e4e9ff41 1.34 MB 2,728 81
581,945 581,945 00000000000000000015269a9ee4908b449c92ef2881f8aac37d24806ab63562 1.11 MB 1,620 24
581,944 581,944 00000000000000000014d368fff7f1daf40d0ed9ad1515748a39a7ed488c9395 1.23 MB 2,675 64
581,943 581,943 0000000000000000001880dfc46b5f5fc484a2f85aac3185f2c4060d840e3343 1.34 MB 1,889 29
581,942 581,942 0000000000000000001f26184d251989697179d3987486f2c2f176ff75d22f2a 1.13 MB 899 13
581,941 581,941 000000000000000000001c82b729864f073120dd47ba61f42b5bdee457f4d761 1.08 MB 2,093 31
581,940 581,940 0000000000000000001c4672fce9f498046b96e8a02c2023d8b3feaab31908cc 1.10 MB 1,712 17
581,939 581,939 00000000000000000016f69be041be663f81771b487dee24c7ef7e4ac5abc911 1.30 MB 2,471 79
581,938 581,938 00000000000000000003a6f4a3029c8ba133f945aea509c4b7f82e7990e3535e 1.69 MB 691 25
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.56 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.