Memory Pool Memory Pool Refreshing

3,787 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (581,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,752 325,752 000000000000000000e963e47150dd55f4a49d898f971bea904de260b735f460 0.25 MB 599 55
325,751 325,751 000000000000000002df0b32766e613e8da5b6513b7f34eb60fc61d7b6562835 0.24 MB 396 27
325,750 325,750 00000000000000000c1b290bee80b77102a7644d8765b5f2ec2e96c06b5048fc 0.15 MB 263 42
325,749 325,749 00000000000000001d53107b6afefcbe2fc6c194ffe0e01ebc3c8de60059bc73 0.10 MB 166 46
325,748 325,748 0000000000000000065bd8f3e522f5b5e7ec74173580851cc600e467a05c6bbe 0.60 MB 846 27
325,747 325,747 0000000000000000020cc55cf55a07c1a3434b29c5cc9ff728e1ff5df8e06545 0.35 MB 621 29
325,746 325,746 0000000000000000005810ec86f6833f0a5f8a1056b900dbd31be7995df84d2c 0.07 MB 121 25
325,745 325,745 00000000000000000c23e7e78000e8be8da54b8de69f03bad4209dff646e3935 0.07 MB 122 18
325,744 325,744 00000000000000000a91ecca1346208a5adb9664b0551459386f10ba0987b98b 0.19 MB 414 37
325,743 325,743 00000000000000000152464660fb30cc1ef4a1e506d00339e3cacae9e9b1ed43 0.27 MB 435 25
325,742 325,742 0000000000000000012361e60ffa91913bdfd020fcad83fc90b7cf6f8f6db8e1 0.52 MB 644 29
325,741 325,741 0000000000000000185bb0dc4e3a3e8bf0b4ef5192feec2afb71cb2af98fe5bf 0.35 MB 722 32
325,740 325,740 00000000000000000235f7458685e83d7a3ef1f82dfca69141069cfb148df62f 0.11 MB 162 23
325,739 325,739 00000000000000000c89d802e1ef15a728bb6631cb4385b32e3b8e58b7aa67c2 0.31 MB 498 27
325,738 325,738 0000000000000000050c420e7244e98ee3b985c029e99a4f346c555eb725912f 0.25 MB 474 25
325,737 325,737 00000000000000000150fc9c08dbcd1d6000787b8395ee4ac3feb91a53ef8f7b 0.70 MB 1,213 32
325,736 325,736 000000000000000013aa55460d9110edc5263cae46d1c29a9469c19a314dd9d7 0.45 MB 844 28
325,735 325,735 00000000000000000123ba5e2274684edb190cf7716110a40fa790c78f9e9f6c 0.13 MB 283 31
325,734 325,734 000000000000000018b1b735b74aecdbf2ea27e78d41f0c7b4f6c38d3c406269 0.56 MB 983 27
325,733 325,733 00000000000000000999815156bb4b0d9afc00888cd34eda4c4c90c892f4b2a3 0.44 MB 632 25
325,732 325,732 0000000000000000066bed2d74ca6feae9be4c6f9640202e361d477df36c8113 0.23 MB 462 28
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.