Memory Pool Memory Pool Refreshing

1,538 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,508 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (16,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,570 891,570 00000000000000000001bdad15e86a74d778c00a570de2eb01b02dcee7922fd0 0.54 MB 915 2
891,569 891,569 00000000000000000000e27d807210860966c4a91affc22caa92add1c0d9d39f 0.79 MB 1,414 2
891,568 891,568 000000000000000000019178d7b78197990c79f30adc34dd802d0b8917f77b10 0.81 MB 1,558 3
891,567 891,567 0000000000000000000112a6fbd4b1e8460b9674dcd29dbd32e25bafeda510fa 1.35 MB 2,937 3
891,566 891,566 00000000000000000000b0fa0d7e809d2344a8c507c2435bc52627fb4f8591ee 0.02 MB 37 5
891,565 891,565 00000000000000000001771f9e2b84de57c15d972f85048af8facb6ea4956568 1.07 MB 2,314 2
891,564 891,564 00000000000000000002395d146c146337df065a5895186e7f9fb68a5c8a5149 0.71 MB 1,555 2
891,563 891,563 0000000000000000000228858364e060f2ec06c5f39d9f52a605b98cff137bc2 0.37 MB 1,080 1
891,562 891,562 0000000000000000000146a4ee7b82c758a90f98ddb1c4cdba63c8b0d8f587af 0.85 MB 1,461 3
891,561 891,561 0000000000000000000051d6668012e68f3d6fa9f570ea8b74f14749ff0f10b9 0.04 MB 115 7
891,560 891,560 00000000000000000001fa4b4a306d101a429ca2eda8ac596d3fa78c2d83ed7e 0.65 MB 957 1
891,559 891,559 000000000000000000012562213c133972a93e101b92d31201a1fb980c4df96c 1.67 MB 2,341 3
891,558 891,558 00000000000000000000b83d987a1e26d85e937d1bf2dc7f2892838a14053b4e 1.45 MB 2,654 2
891,557 891,557 0000000000000000000050cb31719c0bfc07b68ce4cc5063ea1c2358958a0710 0.66 MB 825 2
891,556 891,556 000000000000000000002af4488ffa9efc34fa655d2edf29a6ec9f9cc702ae05 0.46 MB 917 4
891,555 891,555 00000000000000000000cd8ab7cb909a48e575b17670911f2c6bf34c896bdcd2 1.53 MB 2,677 1
891,554 891,554 00000000000000000001c7b7c1fbe583ecde5f2b56a100e3be47a08c1606231f 1.55 MB 3,579 4
891,553 891,553 00000000000000000000595543155031f32d30a139b68d0b3df71d641bf772e5 1.76 MB 3,197 3
891,552 891,552 0000000000000000000110d839a349c677fb4dedfcb94c5d687ae02d7ad7849e 0.71 MB 529 2
891,551 891,551 000000000000000000005c8c6824def66974a6cbba9aed796f209c53de63ea8d 0.57 MB 1,163 2
891,550 891,550 0000000000000000000133f5c1ca02b8e02e940098d7b84bfb4545597f2b184b 0.47 MB 851 3
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.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.