Memory Pool Memory Pool Refreshing

10,415 transactions
3.28 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,150 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (12,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,732 895,732 000000000000000000001f35e665d3c5baee1b60013468c9e419a438ae898f69 1.31 MB 1,502 3
895,731 895,731 00000000000000000000128a1bf8c07dd134a56ebce11ff9cac153425affeb9c 1.55 MB 2,546 5
895,730 895,730 000000000000000000019d4114918504d7449b43a97dbf987ac577db37ff0f40 1.56 MB 3,450 6
895,729 895,729 000000000000000000009f9a7ce56c8ab4d388f9f91c41eba74ffd92449ee4c1 1.19 MB 748 1
895,728 895,728 000000000000000000000f99aaad493c4571c52fbf6d838ad2b85d24b2397d0a 1.26 MB 1,220 1
895,727 895,727 000000000000000000022837090d90abc14c749997bbde6a9709bfbac7ede8e2 1.12 MB 542 1
895,726 895,726 00000000000000000000045ce7b3156f4629943ca1e9be1165e147a2b4dfd0e4 1.56 MB 1,569 3
895,725 895,725 0000000000000000000186c4761c772f3fcefe1306be4e52a1ef0bf0fe56bb4f 1.60 MB 2,412 3
895,724 895,724 0000000000000000000148eb23afb8bb31859b671d78bc8d931fe6175bbae22a 1.32 MB 1,524 1
895,723 895,723 00000000000000000001ebe32cc800686071137b45a26bcd4be12387f18ad3be 1.44 MB 2,242 2
895,722 895,722 0000000000000000000237ab9ff57347a41c287e595814b7af2508b2a1c0b36c 1.39 MB 1,610 2
895,721 895,721 000000000000000000003eb16e3a8ec123ca8224e6e3c39f87166ff1dc5421a3 1.50 MB 2,325 3
895,720 895,720 00000000000000000001f14e691bde866304d284fcea8d2c268f7661c559ea8b 1.49 MB 2,978 4
895,719 895,719 000000000000000000023b4c32cabb8b1677f35e7f6c850292127b91c59cbce4 1.37 MB 1,441 2
895,718 895,718 0000000000000000000162c12b219cbd3ffde76beec74fbeef7d4266c8cd9572 1.18 MB 766 2
895,717 895,717 000000000000000000001a6b8d89da5f6c049ce7013dcee9676726435fc2f382 1.39 MB 1,479 2
895,716 895,716 00000000000000000001b4bbc3e5dd46fbc4639f4e022832e87f4671b5ec7600 1.82 MB 1,719 2
895,715 895,715 00000000000000000001978c78616e44b69163fbbbf930ab1b37d2642040385d 1.58 MB 2,327 3
895,714 895,714 000000000000000000015aec21a8c7b5ec5f314f03aa0cc0ca3852c9d567776b 1.71 MB 1,376 2
895,713 895,713 0000000000000000000246b8709262ab8b77c5061f49913f610591c26e0554ec 1.85 MB 314 1
895,712 895,712 00000000000000000000ed646097f2ffe6a0753a584168c590a02bc967258922 1.81 MB 974 1
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.