Memory Pool Memory Pool Refreshing

4,593 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,588 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (339,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
568,791 568,791 000000000000000000134d734982d42729a6f2cd3af9fdfcdc9ffb83a47f8173 1.40 MB 1,287 8
568,790 568,790 0000000000000000000c8a85c20ff4cd2dd290b5b888a9ae2cb3d07eacfbd33a 1.10 MB 2,963 5
568,789 568,789 0000000000000000002bc5fec54e693d83edbd881140fea729544bb1f8d36ace 1.34 MB 2,658 19
568,788 568,788 000000000000000000049b3cb898b3739be63cce27c7f3354fe39b298e9385c4 1.16 MB 2,864 10
568,787 568,787 0000000000000000002952617f2b37df1068f3513481181351d5f53b779d50bd 1.10 MB 2,833 4
568,786 568,786 0000000000000000000e8cbe8514a372bd3cf7150c258c96a806f3577782cb64 1.34 MB 2,936 19
568,785 568,785 00000000000000000006ec3ca484767629682857c08a1ab28547e6e483427e6f 1.07 MB 2,715 6
568,784 568,784 0000000000000000002a48dc8d2f4afc8b1b8b95ac0e355231204214fc6eacc1 1.11 MB 2,920 11
568,783 568,783 0000000000000000001ca2add3dd5194c000366d321fb14f571ca50d6daf0ad3 1.36 MB 2,393 11
568,782 568,782 0000000000000000000101fa97ed37ab7eb76e21a4d6136b3e264334e2a14769 1.28 MB 2,616 18
568,781 568,781 00000000000000000010f8da2933ce2f86e591b82114ee26e363d37cf1cb72ba 1.37 MB 3,560 31
568,780 568,780 000000000000000000183761bbdf54f18e6ef5063d949859b266e0a37c65c17a 1.20 MB 2,760 42
568,779 568,779 0000000000000000000051be2e9aeaff8efcb91b75a1aaa9e64d09cb9888f449 1.16 MB 2,654 12
568,778 568,778 0000000000000000001902c98bb83a8ab8255340c410ab0b156829d521dc5b0a 1.27 MB 2,236 14
568,777 568,777 0000000000000000000d1e4bd387d38cd6b3374b233e0c935ea03fb2358bf588 1.28 MB 2,937 32
568,776 568,776 0000000000000000001dadbeabde041245eddf4f991bcd68c6d2aa45eed202cd 1.31 MB 3,051 33
568,775 568,775 0000000000000000002305d539e20e4c3bda99da9f798440e3bc71209f397af0 1.33 MB 2,995 25
568,774 568,774 0000000000000000001e831074428de9cd6112ec1c097202f37f68932add8447 1.20 MB 3,246 19
568,773 568,773 0000000000000000001992e42c89001138dcf0bd0c498247090be8ef933b4eda 1.31 MB 2,819 36
568,772 568,772 00000000000000000011108793e3c0eb06ef368a9daf9a8eff245c82a3656299 1.29 MB 3,407 36
568,771 568,771 00000000000000000012fa3da331ad3109fb026632aa9edd4841da0bca3ab3cd 1.36 MB 3,047 33
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.