Memory Pool Memory Pool Refreshing

1,204 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
4 sats/vbyte 2
4 sats/vbyte 3
2 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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,195 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (172,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
735,673 735,673 000000000000000000055f860c112bb5728c6f2608ca72d7c8b39cd2c08c1e33 1.59 MB 2,244 7
735,672 735,672 000000000000000000011c4751f482f4f8a74bf29f0254fd18e2214beefda96c 1.66 MB 1,471 5
735,671 735,671 0000000000000000000310f071552286f653e14890cffaa5d9d73dac9ef9c7ac 1.76 MB 1,899 5
735,670 735,670 000000000000000000007686f261f5acc230b4c343b3827f67198ed777c8f094 1.51 MB 2,551 11
735,669 735,669 0000000000000000000311621a6ea372df521a4865f869caa935a48747c251b5 1.37 MB 2,074 7
735,668 735,668 00000000000000000002e1098412e3be3b675c0e056c9674b7ac4770a8e53d90 1.57 MB 2,351 15
735,667 735,667 000000000000000000019f5ed3399f0aa0ad044759cd78e2d8157d145f53eb84 1.59 MB 2,667 19
735,666 735,666 0000000000000000000297417d9a47cd94190f7f837360dc9d7e90eb414aaf59 1.48 MB 2,870 25
735,665 735,665 000000000000000000096ecdfa798f4d2def7ae0f9602371c7c0aa4693b66518 1.59 MB 2,381 17
735,664 735,664 00000000000000000008745ff1d5a2f2fb32f5a42b8bed504d946bef6256615e 1.45 MB 2,190 11
735,663 735,663 00000000000000000002f5efb0273ce8cc1032cadd58a4651b713b4b5de4cdb1 1.64 MB 2,404 11
735,662 735,662 00000000000000000003e53a01f6598449feb563198fb3daabf94db20e2afa9f 1.85 MB 1,981 16
735,661 735,661 000000000000000000056c2cdc3a748642d3e89e1fcd76123111475e6c1d8c0b 1.44 MB 3,197 28
735,660 735,660 000000000000000000044539de1469c5b87c53a34361d1b2cf9ea8fbd604e43b 1.47 MB 3,040 17
735,659 735,659 00000000000000000002bec290eaf3670f3e8d33703249d620054736f2efd5e5 1.66 MB 2,029 19
735,658 735,658 000000000000000000014b3c2e3b6e71a7d7afa51cf3f7fcd2b00ec9fb835377 1.45 MB 3,178 27
735,657 735,657 00000000000000000008d1a495a439d669a43cd9efc0eab914d3e7b124aa0cf6 1.53 MB 3,506 16
735,656 735,656 00000000000000000008f772ee1f70192254f87a7161e89d1059066c66266dee 1.62 MB 2,093 15
735,655 735,655 0000000000000000000638ea467764dfe54d5ff6db5294489df13cd1b62acef8 2.07 MB 1,031 18
735,654 735,654 000000000000000000069045021d3a4528e82c2ef0e721448d14cd3a9a29d14d 1.93 MB 1,744 24
735,653 735,653 00000000000000000000443cd0052fc368400da69ad1fab2bfbb437b40facc8e 1.55 MB 2,971 24
Previous 10 blocks ↓
Total Size: 769.10 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,628.77 GB sent, 93.39 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.