Memory Pool Memory Pool Refreshing

5,949 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,537 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (55,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,011 852,011 0000000000000000000169425911180892cc006d018b1b27bf32a4f89f891291 1.49 MB 4,982 6
852,010 852,010 000000000000000000012ef1d3dbdae6d41f0a60d8e39a82c9a6066f92612d2c 1.54 MB 2,053 9
852,009 852,009 0000000000000000000221557adcc4fff1659924b344262919c541a98513d4be 1.06 MB 485 5
852,008 852,008 000000000000000000001f797cedf6bf5562cacac7053da2d3704fd6c2cd97fe 1.48 MB 2,155 10
852,007 852,007 00000000000000000000e7757c8881164f3d97986b6900ab79dd8df0d429080f 1.56 MB 3,705 13
852,006 852,006 000000000000000000017ba105e7350b04d4841e9d97b7af5d81bcadff8801ec 1.63 MB 5,131 5
852,005 852,005 00000000000000000002318de1d4894d27d0a2219cf11baecf9af56301dadb95 1.59 MB 3,461 16
852,004 852,004 000000000000000000000274d65f8b30011b263c5ec8feb20ff01eb579b19ed5 1.58 MB 3,155 10
852,003 852,003 000000000000000000000a497f163f2cb321df9b8db3ee979c64103a5d1d1ac9 1.55 MB 4,752 10
852,002 852,002 000000000000000000008cadda5a342278085f8e55539a6e5add4437199af253 1.52 MB 5,225 7
852,001 852,001 00000000000000000001fd5da47312cc0d877d0ce885168592cc3f638ccbf48f 1.63 MB 3,682 6
852,000 852,000 00000000000000000002e46f1afa7d6f61a4df9011cec94069a5286fdb450cba 1.55 MB 2,343 12
851,999 851,999 00000000000000000000ca064b588b11b32b04e5ae8fbe8bfc210ee1dc4a1496 1.21 MB 350 6
851,998 851,998 0000000000000000000352503e5f80f5409ee5e008976f91f12251c081bd7a6e 1.48 MB 976 6
851,997 851,997 00000000000000000001da348b578250d19a0c2f72857c51bb741ee753e5d0e5 1.61 MB 3,264 10
851,996 851,996 00000000000000000001be0ff2d3c91a1849333153373ea5a4e20cf7688e05ed 1.72 MB 4,463 6
851,995 851,995 00000000000000000003205750a45443f5c7ecd9ec9daf06a8e68e719ce6ebb7 1.75 MB 2,709 8
851,994 851,994 00000000000000000003348fde073e7908d1774e8045f687a39350d175192d69 1.66 MB 4,457 7
851,993 851,993 00000000000000000000a0a2db2955120418e6042d1ca6f684e1af1eb8bc665b 1.52 MB 2,825 11
851,992 851,992 0000000000000000000266f9cd6ca803966862bf860977693f48bceed331598a 1.70 MB 3,554 10
851,991 851,991 000000000000000000035ea4159b5b3b961080dbad9ec3031664ae730b86b9ca 1.58 MB 3,441 12
Previous 10 blocks ↓
Total Size: 769.21 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,634.60 GB sent, 94.02 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.