Memory Pool Memory Pool Refreshing

5,645 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,734 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,248 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,733 (372,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
535,187 535,187 00000000000000000009a691148d8f796fe5f7565c518ef53d7f093c525398e9 0.46 MB 906 17
535,186 535,186 0000000000000000000d198e93fd3277b2e2d780f478db4c346f4d9f7796cdb2 0.00 MB 1 0
535,185 535,185 0000000000000000002a690923869a160fecbf9e33be8915b989b689eb285c3e 0.89 MB 1,757 3
535,184 535,184 000000000000000000128be4dd777071036ed38b21b930a89f6b8866a340bb43 1.11 MB 1,993 22
535,183 535,183 0000000000000000002228b3fc66b7e356bcfcceaf5fb066f5574a5fc28481c3 1.07 MB 1,673 12
535,182 535,182 0000000000000000001f4f801acc4511cef38b0f96bb8714ed1956bbccf0dd16 1.03 MB 833 25
535,181 535,181 000000000000000000229556844a7027d4330e4c960be31df7dc4679e404f053 1.01 MB 593 53
535,180 535,180 0000000000000000002a5d805310cc1ca38424c503e591158abda8a462cdb569 0.11 MB 167 42
535,179 535,179 00000000000000000009bbd55b8cbcd464359e2adcfdf414b9a4226bed8334c6 0.33 MB 611 14
535,178 535,178 000000000000000000162cf05ff9eced96eabdd797c96b0123a06fd3099c795f 0.04 MB 77 7
535,177 535,177 000000000000000000245689a22b7ff082e711f2304bc812a9a11a22bcc95ae8 0.28 MB 655 17
535,176 535,176 0000000000000000000e575d7d07e6b0a8c906229c36d8264468146996e0de59 0.54 MB 1,070 19
535,175 535,175 0000000000000000000c465063cbabc18d16f776c1f17fa594663308bb654d41 1.14 MB 2,807 222
535,174 535,174 0000000000000000002abf1c4d6e92ac09a7f190c41b12e4e276ec34dec06f79 0.71 MB 1,161 13
535,173 535,173 0000000000000000001ba6566488129eaadbb6f846aa04b948aadf523c557b04 0.51 MB 1,086 16
535,172 535,172 0000000000000000002d43defe4c4f7452c17d61900831a18512b52ea8e956b6 0.03 MB 63 7
535,171 535,171 0000000000000000001273432a1101eb863850292a4f4a6b346a835fadda3a96 0.90 MB 1,776 17
535,170 535,170 000000000000000000144b7125e902e5eb48ae69c6cfe6c6648b49baa9e58593 0.96 MB 1,879 24
535,169 535,169 00000000000000000018e622d90154742004f552cb789cd64b8ca5f48dbb0d56 0.58 MB 1,014 12
535,168 535,168 0000000000000000000a48a4e85b41fc61212e4ebde322bfa13038d0cb2f652e 0.00 MB 1 0
535,167 535,167 000000000000000000060f353c707958dd8318eb21dd0e47275724e09720ebb6 0.17 MB 259 10
Previous 10 blocks ↓
Total Size: 769.05 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.13 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.