Memory Pool Memory Pool Refreshing

1,101 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,621 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,090 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,620 (819,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,011 89,011 000000000006240df5aae48734d7045a6ba1917215416b159bf593df07a379e1 0.00 MB 4 0
89,010 89,010 0000000000080f346f0174cf87ec031e132c5180788cd0f772582b02dad7068c 0.00 MB 1 0
89,009 89,009 00000000001520c583bafd45de5c28569840c3872e1e1505f35edc7d73863c69 0.00 MB 2 0
89,008 89,008 0000000000119d0710666709fee47ef6f290207994eb2d35c06e6fa2b689f7a8 0.00 MB 2 0
89,007 89,007 0000000000086a121e72bcdf5c060b277562f8d52b0ddde0d3900735a522342e 0.00 MB 1 0
89,006 89,006 0000000000008c0963be80bacd3593b4d8f026735739de2ed07f5648f1cba530 0.00 MB 1 0
89,005 89,005 000000000007354bcb097fecaddac1a71c049caad712c2cc30e212372f3da300 0.00 MB 1 0
89,004 89,004 00000000001214bf7faf5ee92f8059019de41ada59f01e9340e4c84004da2557 0.00 MB 1 0
89,003 89,003 00000000000e5dc1c5b27579866af4c9393559b12ddccc3a85e0fa38f1aa048c 0.00 MB 2 0
89,002 89,002 00000000001492c2a86e45ad0b9f5a8d294ca3d7754e5824870dbff653b8b3fc 0.00 MB 1 0
89,001 89,001 00000000000540c6f0c8a870a8b61926748ff72bf6b3f366559d06de24bdb15d 0.00 MB 1 0
89,000 89,000 0000000000078b8967aabc82021fe024484be7e2982dfe19c58a1b6462130da8 0.00 MB 2 0
88,999 88,999 000000000015253d941a4ce8a9af4252b5fd8c4c9e2761fa044c13662dcbf28b 0.00 MB 1 0
88,998 88,998 0000000000022a89d265419ffe2079346ac60f874f55c0a71ab1723d8cad768c 0.00 MB 2 0
88,997 88,997 0000000000090005bdb58ab30f8530180283aed518f07b0fa31df787143fa138 0.00 MB 1 0
88,996 88,996 00000000000e18ab41ab3defacaf83714196eec7abac8baddf4e16b47be2d288 0.00 MB 1 0
88,995 88,995 000000000009f57753aa20f8e608ee1ab4dbcef76fb9c49e25d2c1dc49b20799 0.00 MB 6 0
88,994 88,994 00000000000a749f920f69e10071e374514181bc3870e4dbe794367143f5d9f5 0.00 MB 1 0
88,993 88,993 000000000004be0eb1ed09dc6282fe19719f8640dfafdce46a7f8b70cbb0cfbf 0.00 MB 1 0
88,992 88,992 00000000001065b91bee148312b0452298594b8af3e171c833200ea7279d8ff7 0.00 MB 1 0
88,991 88,991 0000000000113c8dffb5d255032ac25ede718cd6e9fc3920bbd98e9e2486c668 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.09 GB sent, 101.19 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.