Memory Pool Memory Pool Refreshing

6,081 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,875 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (616,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,873 290,873 0000000000000000119763b66c0368cd05860f88d8e80ef6d89490ed5662a7d3 0.05 MB 113 31
290,872 290,872 00000000000000001c8a6c2590e523c326ff9b28751a82995f65971556a59ec0 0.13 MB 269 35
290,871 290,871 0000000000000000022a9f512948d766260feef40e4200d425cde8ecd3deab03 0.21 MB 493 45
290,870 290,870 000000000000000004a5cab1e4e3f7f134e1dd4bdc7e1c1764c91216a8799860 0.30 MB 698 48
290,869 290,869 00000000000000003da46f34bafbd55f8888840b645b0c3bb00970d1f67f327d 0.04 MB 81 35
290,868 290,868 000000000000000082c95a57573bfbf3bc409d5d855e7af4dad4114742b60edb 0.00 MB 4 27
290,867 290,867 00000000000000005ef50b5410030c9c27233def46899e5ac5738b20cb07b7e6 0.10 MB 218 27
290,866 290,866 00000000000000004d37e795424ee58a11143199b0a737293a2d8bf89ed9f0eb 0.61 MB 708 23
290,865 290,865 0000000000000000c6dc7ccdf62a5fa44daf8e94fd9ecafa97201bb9835df142 0.08 MB 256 52
290,864 290,864 000000000000000048ae9560425e1e6ba5f9ccd72f7ac7c9f8d7e97b6c4da0d1 0.31 MB 560 33
290,863 290,863 000000000000000022ef2b0cecf66046baf4f0adbdb800fc2f63b7995f4efbb8 0.11 MB 236 51
290,862 290,862 00000000000000004dc51e307869305bfc42a74c195c2ee268788fbafb8ef586 0.05 MB 95 28
290,861 290,861 000000000000000012619adc3faf3bae73bb4a1fdfbff0f7ab541690f9934fae 0.08 MB 103 23
290,860 290,860 00000000000000001ab9691deaae8cc879f3b031d74accc0d945f8c7abd70a1c 0.24 MB 350 19
290,859 290,859 0000000000000000c0d58fa5dacf2e262f97e57166fbba32281369fd064974e0 0.16 MB 512 63
290,858 290,858 000000000000000033930d3b6cd12026ab8b5fd47f50e883bae0676a2f4df124 0.04 MB 128 280
290,857 290,857 0000000000000000e0af4cfeab1750bd1d1dd4db99e3b770bbef4bc1476a5bf9 0.20 MB 440 39
290,856 290,856 0000000000000000ae9e7b446460586a2e3359786fdec500726a648ed58c190a 0.35 MB 1,330 33
290,855 290,855 0000000000000000ac98e42a861752d911099433e1775303e81412c02b058ddd 0.10 MB 134 23
290,854 290,854 00000000000000010253c1fec5cf072a07666fd0ee849fd00af855be280709df 0.32 MB 694 32
290,853 290,853 00000000000000001c87ac74ee75ee04baad047954728d2bac4ec85698ce422e 0.35 MB 954 44
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.