Memory Pool Memory Pool Refreshing

17,944 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (44,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,003 863,003 00000000000000000002569fc86569b84f401d94c4a37799c6c9a3c809600c3c 1.71 MB 4,506 5
863,002 863,002 00000000000000000001543889fbd18d9bb194359b3f71eaa3e19205b7aa3474 1.53 MB 3,659 9
863,001 863,001 0000000000000000000195c430a352424638ea8dd91ec80472b01dd090b12259 1.69 MB 2,985 5
863,000 863,000 000000000000000000004e39c557f44435e2a4dffc9fa614765ee593583317c0 1.69 MB 3,077 7
862,999 862,999 00000000000000000001e61a3219826ac91a92f95ab2b4a9afc0c0b392ea0066 0.00 MB 1 0
862,998 862,998 000000000000000000010af492c9ba0678c2ee484a4f028dc5411265f7f6bb47 1.60 MB 3,148 6
862,997 862,997 00000000000000000001ba219e5b772458eb0b947bb8000490f0f9c6ac26b84a 1.56 MB 3,506 7
862,996 862,996 00000000000000000000da00b623b0bf3b477b64e4965b9b994b38cdbe98b88f 1.17 MB 1,644 6
862,995 862,995 00000000000000000000a047d8eff88e61b89716d18d2040c707786c4c3bcafe 1.46 MB 4,292 8
862,994 862,994 00000000000000000000ccc9dd6e962bf6b2b0955db8583122e6c6e7ffb4f709 1.94 MB 3,186 7
862,993 862,993 0000000000000000000055e2b1f940c675a966a22455d0703e3b75f4a70fdf39 2.00 MB 3,242 9
862,992 862,992 0000000000000000000011582a071361c9eb0e78dbe0284d1ece6a86dcb83e7a 2.13 MB 2,731 9
862,991 862,991 0000000000000000000133b499a83b1af4cd2161f85581ee7db0ae3c27d91989 1.87 MB 2,764 8
862,990 862,990 00000000000000000001ee0f8307d312a4bde23957c3d1b7373d0c44d8971ee1 1.56 MB 3,807 11
862,989 862,989 000000000000000000008b2fd45139922166bb274c9cf0912c06ae3143f53fcb 1.68 MB 3,110 10
862,988 862,988 00000000000000000002738ff08a3b988a898edb006c0034d295f60ebbc19eed 1.61 MB 3,841 14
862,987 862,987 00000000000000000000696de2fcccc126c490bd0272a4f75a4aec1c0b773be3 1.68 MB 3,609 12
862,986 862,986 000000000000000000018e409443077dd1e1e3151f0317c2895ad7f9dd5b096a 1.50 MB 3,571 16
862,985 862,985 0000000000000000000098e601c656a1de025241573866ef205bce18cdaefbb9 1.44 MB 3,071 11
862,984 862,984 00000000000000000000135f653267efba9abd6736c1cd7c6a749d755c7696c1 1.68 MB 3,945 11
862,983 862,983 00000000000000000001efdc2b193b3e143795d07a26a2cfe49c94e3ea961141 1.72 MB 4,646 11
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.