Memory Pool Memory Pool Refreshing

5,413 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,842 (418,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,909 488,909 00000000000000000054d0123c4612be1613d4bf0f134bd7ecfd99731575d9d1 1.03 MB 2,433 121
488,908 488,908 0000000000000000005622e19cd5fcc8ca771480ab3b607e2d0d1eb32d058a07 1.05 MB 2,430 88
488,907 488,907 0000000000000000004eaab21456f632e859b292b1b072662faa3ca1d29f6500 0.30 MB 176 12
488,906 488,906 000000000000000000210ac9e145667d23339246da7d37c103eece674199ba52 1.04 MB 2,166 38
488,905 488,905 000000000000000000ca28579d0f5b1c6c4cc0ef303a1c508b5e5fc0e3eff142 1.05 MB 1,956 141
488,904 488,904 0000000000000000000e1872d25a728be3cf06e888d1c581319a3f5df0db4ee7 1.00 MB 1,975 44
488,903 488,903 000000000000000000e4e01bcba1a77a31d9a76657942a8af0fb38a02a1b0ab9 1.00 MB 1,928 77
488,902 488,902 000000000000000000b123f62545bee7c8aeaa51c6aa0ddb92fa213156485894 0.01 MB 17 185
488,901 488,901 000000000000000000390b5c7ed03554bd3738113af8caafefd842df64bc0349 1.05 MB 1,902 46
488,900 488,900 000000000000000000346ceb91bf55c1e4a1f49d018227ed8041da6c5ebd00f7 1.07 MB 2,194 77
488,899 488,899 000000000000000000cef84dcbe778c05ce0494b388bd07934c8130cf3a3ae37 1.00 MB 2,057 173
488,898 488,898 00000000000000000060065b356cec4adc2af7ab1a1cc776128869441b9837d1 1.00 MB 1,865 141
488,897 488,897 000000000000000000a4b54380c37c20caf5e44dfeb8ffa5a1d22787863e470c 0.00 MB 1 0
488,896 488,896 0000000000000000007a3470c604b57de6c21bceaacdae8f8733de870ac0e87e 1.35 MB 1,622 41
488,895 488,895 000000000000000000dc7452770ddde6843904bbae799ec3d3394b4e19b9a348 1.06 MB 2,241 49
488,894 488,894 0000000000000000008e352b34c6a0b97e3caa68dffe4577b3a40101a6061ba3 1.10 MB 2,366 11
488,893 488,893 000000000000000000f0bb78fd66d25832ed8cf48b00d3c58701f4bde5d6a8ce 1.00 MB 2,190 67
488,892 488,892 00000000000000000078dc39900ab6306c365e12b05813a593c5281a78184246 1.10 MB 1,936 35
488,891 488,891 000000000000000000334bd3b99631e8ba37987cf811b97139b4a088db498f90 1.05 MB 2,326 122
488,890 488,890 000000000000000000a645102b5ecdd590be8afc704b5df652535ca5d5e9be23 1.00 MB 2,068 170
488,889 488,889 00000000000000000021175e4362664b6f77210b96e642dd0f4e0f4af0105c87 1.00 MB 789 9
Previous 10 blocks ↓
Total Size: 769.25 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,635.09 GB sent, 94.15 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.