Memory Pool Memory Pool Refreshing

9,692 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,391 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (104,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,628 803,628 00000000000000000003f4a70685756b1c042db28cafd1c64b58f3cc1daac03f 1.45 MB 2,738 14
803,627 803,627 000000000000000000044323e46f84afc9cc04a4f83a5de35053ae8182e1448a 1.85 MB 2,837 6
803,626 803,626 00000000000000000004b145efb07b273fde11359e52293d92ddb38c9ecbd8fa 1.55 MB 2,343 10
803,625 803,625 00000000000000000001b44a4e2dbc4e81743420d31478ce3bc6b36ada945f55 1.69 MB 3,160 16
803,624 803,624 0000000000000000000323fae449948ee44db98005a65d99222c820d4d613696 1.80 MB 1,688 6
803,623 803,623 00000000000000000000b8dbcaeffc4ca0ab93a9870f504def109a1e6974b115 1.68 MB 2,136 10
803,622 803,622 0000000000000000000111b15b76e7a40bbba4971b3fc6019d41086c428e2cd4 1.52 MB 2,092 10
803,621 803,621 00000000000000000001bb726fd6922f1aec792cda68943112a9881891d77e69 1.48 MB 1,933 10
803,620 803,620 0000000000000000000285c14ef158fe0e825b36ddb1d12090485c0bc508c590 1.69 MB 3,302 18
803,619 803,619 00000000000000000002fdf57717fab06e846e4ca109cdb9110691e408aa30db 1.58 MB 3,785 11
803,618 803,618 00000000000000000003c6144bf6e78006c90b367f865f460075ed5dca0df0fc 1.65 MB 3,218 18
803,617 803,617 0000000000000000000190e49c72fed7c003f77dcb4fea4bfa6b976a4eae8425 1.36 MB 2,866 32
803,616 803,616 000000000000000000036544dccf761426218e9d888567da9f091bb8fcbbd1c3 1.55 MB 2,125 10
803,615 803,615 00000000000000000004fc263d50359b206fc0d13b52dedfff2b81d6b457b096 1.44 MB 2,677 15
803,614 803,614 00000000000000000000a43ee922aa83908e3cf154ce6dfd720d7950bb3d9a37 1.61 MB 3,250 16
803,613 803,613 0000000000000000000168efd0df8cf6ad92693598377e5092f7cef1dd23a447 1.87 MB 2,954 7
803,612 803,612 00000000000000000002cc97dfe2d4ccb38f7809ee6c5b5c3299aaefed2a4596 1.36 MB 2,006 11
803,611 803,611 00000000000000000001eec5b7f0f8b0401e5af6d58152522c1a8e75b27bd776 1.41 MB 2,857 18
803,610 803,610 00000000000000000002ad3b963f6171cc5c66ad0962c85bbe5f45f15cff5cd7 1.82 MB 2,817 9
803,609 803,609 000000000000000000018cd7af4a771591ecd4fc07975aa453d522f213a9ee8b 1.51 MB 3,587 18
803,608 803,608 0000000000000000000004b018a5ad3e9565cde72a523da6de909199522772b9 1.95 MB 5,731 8
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.40 GB sent, 92.91 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.