Memory Pool Memory Pool Refreshing

4,763 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,072 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,947 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,071 (732,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,577 175,577 000000000000010de988a81957762716499d5c78db9a7a7128d937ae41e3bdc2 0.02 MB 43 148
175,576 175,576 00000000000005d9541e7c8a4c6cae24cf7bd389fc362f9f7d01fc4691ba35f2 0.02 MB 38 13
175,575 175,575 000000000000013f831812372e29bb2a067f009d21f7e79c47925613554ce03f 0.04 MB 51 179
175,574 175,574 000000000000024e35cdaf4ed640fc57df2464bca50be51c6f21cee1a37c1927 0.01 MB 21 214
175,573 175,573 000000000000091bf0a66eeb87e4b23cdad9437c402fd75f1fe0b1bc47ce4c27 0.00 MB 11 137
175,572 175,572 00000000000009bd8da9f04953280935b0d80e8377d7d1edcbca4ebe7a23c7ec 0.02 MB 54 125
175,571 175,571 00000000000009186db749fe2332b18d0bb11512b3cdc04c5e9f31759c19487b 0.01 MB 22 76
175,570 175,570 000000000000027c14c1469ff6f43f28152be0bef68554f7c551237f6493554e 0.01 MB 34 92
175,569 175,569 0000000000000048e3c402fd1ed3d1d97a120dcacb627200a0fcf127e782c93d 0.02 MB 17 19
175,568 175,568 00000000000005a7b08722c63272f5cf6608edea759eb9eea1abdee744364e62 0.01 MB 51 93
175,567 175,567 000000000000093dfbb467f60618ec3a9ee0888e7158236036a4787229aea515 0.00 MB 7 269
175,566 175,566 00000000000008153a1cfa2c9eba9079a8befe071188f2b192889270d9887e51 0.04 MB 54 210
175,565 175,565 00000000000000af24a76a2616592b759473331652efa164fb31ded39a1e369d 0.01 MB 42 104
175,564 175,564 000000000000067451058c186f863bbc5539bd4eec9f18ce66f4f6778bb0d9d8 0.04 MB 53 69
175,563 175,563 00000000000000584a70812e09548bebd1a8323e403014dfde18be7633a1dd6d 0.00 MB 12 345
175,562 175,562 00000000000000031ee40daf46cf64ada721146ec55a503b581d892c4bf6ffca 0.03 MB 31 49
175,561 175,561 00000000000005d354cdf38438bc5154da1b76db05fa1452e6576fe6059466c4 0.01 MB 40 26
175,560 175,560 000000000000030a2935c0c823e28b85073eca602bb26b24a6d818bec5ddacb4 0.04 MB 21 53
175,559 175,559 0000000000000a20fdcded6868e6c5e9c0abcefb1e1a9144355d10b4e94f2b3a 0.05 MB 162 43
175,558 175,558 0000000000000875623d58b04d91884ba08fcde597cd91ade581610f8028f6d4 0.05 MB 119 123
175,557 175,557 00000000000006a57af0cd9caa5b9ec8d921ea198c715c6bcafe9622971eebe2 0.05 MB 84 476
Previous 10 blocks ↓
Total Size: 769.68 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,655.11 GB sent, 96.28 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.