Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,844 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (853,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,971 54,971 0000000007be1649d08f749c1826babbad4d84d58a87044dd51138c1bcea06d1 0.00 MB 2 0
54,970 54,970 00000000091bd9c19854e3d12a058cb2d99fe661c72d6146ade921872ef2ffe9 0.00 MB 1 0
54,969 54,969 000000000385d775fb5ee075c76a1a51cbb181bd0ff49471a93ecb3a25fc64ab 0.00 MB 1 0
54,968 54,968 000000000095698f7ac9d97d35940b3c99ff41e1db6a442f98d4e18e98814b22 0.00 MB 1 0
54,967 54,967 000000000dc653ac47a72d9a16951d916219eace87d17702f6d555c44d39f54e 0.00 MB 1 0
54,966 54,966 0000000001fdf1f04e3a5083ba17e72dcde9b171971b0f13765a6413501402ef 0.00 MB 1 0
54,965 54,965 000000000c00c3cbf673d90900749488584a0f97c45c863a842d4aae936cba0c 0.00 MB 1 0
54,964 54,964 0000000010e2eedc91de695b7f85ead55389cbd03a5d37e29a652640c7d721d2 0.00 MB 1 0
54,963 54,963 000000000484f1475d693252bb4ffd2ab7b3b136fa66a02ee31360461bb6f4dd 0.00 MB 1 0
54,962 54,962 000000000f68e45acc908646c7df569507f5fc8b12893d399735e299023f4a91 0.00 MB 1 0
54,961 54,961 0000000004f9b720ac3d23335998365b7814381f2ab03f62968eeb5332df4051 0.00 MB 1 0
54,960 54,960 00000000114b4c3a35d39d649ac9aa52b78da5fd42403d109d07779d65cc3e59 0.00 MB 1 0
54,959 54,959 000000000db9d43c2448c37628dbe913d7d8f850a1a4e0b2ed1ea905a107b618 0.00 MB 1 0
54,958 54,958 000000000160e012b5b8a3c32b25c190547f160d0b225f17132224f9beade6a4 0.00 MB 1 0
54,957 54,957 000000001236aab8a2c62504806563a982ac3935ec175720503e9c258ccd5dc8 0.00 MB 2 0
54,956 54,956 0000000002364f8019ac2a6d172440fa34eb217894ae8207818075d1a67b294f 0.00 MB 1 0
54,955 54,955 00000000018dcfaf2117fb65e4862d54ae92b6c10cead6a13b716f26672be4d7 0.00 MB 1 0
54,954 54,954 00000000060a1dd4dde6b412ad2a01d7434b90baead799c75445d1977325ec9b 0.00 MB 1 0
54,953 54,953 000000000635f7dbce653bc6b8980b8ad5904b5601c1dd12b0f03f32f2b61e0f 0.00 MB 1 0
54,952 54,952 00000000056898698b6c8da6d16ed1962fd64467bb0a7d6891dc6e7033b6d75e 0.00 MB 1 0
54,951 54,951 00000000060c5ef3c72517968029894bc0a335436d90a459739407ba40927890 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.