Memory Pool Memory Pool Refreshing

17,220 transactions
5.56 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,915 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (44,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,013 863,013 0000000000000000000296985d4b89577f26cca527d805d06c01b8d5ef09fc36 1.50 MB 4,784 12
863,012 863,012 000000000000000000006079e35782a20b4a328116459aa5f604c89da2c2a5d6 1.46 MB 5,708 8
863,011 863,011 00000000000000000001b90f3664e5e382857951b12adf14f4848144c33323ee 1.42 MB 5,105 7
863,010 863,010 0000000000000000000131167a209ce84907e725f1b5ea1a60e1d0b4236c4ef0 1.48 MB 5,533 8
863,009 863,009 00000000000000000001f0abca7475829e506bba86f529569eacf0c896fbade6 1.47 MB 4,581 8
863,008 863,008 0000000000000000000045b0110890d0ab8057c72ebabbee7b3a30746e82ee52 1.50 MB 3,789 10
863,007 863,007 000000000000000000013b97259b6381202e550bb6935f781af147ede9cb312a 1.66 MB 4,502 3
863,006 863,006 000000000000000000002c5478090f6aaa91cb4dff4548614578ee9559a8ddfb 1.51 MB 4,756 6
863,005 863,005 000000000000000000004f87aebfb083313f94dfd0f2aaafdea30b473a74a2e5 1.53 MB 5,637 3
863,004 863,004 00000000000000000002631d5254dcee3ff4b671f62aa32806986c83d2257d98 1.72 MB 4,008 5
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
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.17 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.