Memory Pool Memory Pool Refreshing

7,649 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,949 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (650,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,085 257,085 000000000000001a9ee777a6713400ff18c798ee684e42f79f8abfc5aa7d22fb 0.10 MB 233 107
257,084 257,084 0000000000000005a27685b18edfcbec09826810ebb8aca5173aad977f4d0d4c 0.03 MB 54 55
257,083 257,083 000000000000001063f972013ab576625966618cc25a849b4899300f9e7e3535 0.35 MB 813 111
257,082 257,082 0000000000000012ea55122467671b43576af5078d1a17d8d864de8040989794 0.08 MB 166 100
257,081 257,081 000000000000000f9d7eadaf6f783f1036954013604028d33a86289f216ad660 0.06 MB 140 83
257,080 257,080 000000000000000bbf3fe854d8d92f63675b1703ea673b016904f85a7a0349b6 0.02 MB 35 88
257,079 257,079 0000000000000001f4ff1a5cc06b8b8a11f6689a79b0295e49ecc818236f0b93 0.09 MB 192 92
257,078 257,078 0000000000000017a82bc49c76bf6dd006e000c152771df5b14e15c37bb22add 0.12 MB 253 91
257,077 257,077 00000000000000272ff16617011170d1bc92562175411095eb5e2467a1e72e9a 0.16 MB 433 126
257,076 257,076 000000000000000a2a725a8a2787384ccf5bda7b1b4e53dd01f5e63f7322dc4a 0.09 MB 150 56
257,075 257,075 000000000000000b3c69c7c33ae6464b1652f677510fbf5db24f996255d982c7 0.13 MB 345 125
257,074 257,074 00000000000000151e7003edd916777f19ddc1e26e3ebdd387ff4cac72c17811 0.06 MB 120 77
257,073 257,073 000000000000000c4b69ec0079ced97e7a07a3d34b19aa112f42264bdbe2110a 0.02 MB 38 63
257,072 257,072 0000000000000017ace3334134f0ea6d88ce6b0e2816cd22c79c92a25676604d 0.05 MB 91 63
257,071 257,071 0000000000000031394bb0a43a92d69aa10577ef05dececb6f10f21fb7590f6e 0.29 MB 635 89
257,070 257,070 000000000000002d17a8bb461e8146f0696597d3f45dd359be1b4c3b1ad107ee 0.05 MB 128 141
257,069 257,069 0000000000000010db15f3ddabdabbc917b7f5cf0f0d5972b590f4400d9e54b3 0.00 MB 11 83
257,068 257,068 00000000000000086224dc66593d0d9f1df179daedfa58d4e71f14bb1c05b678 0.05 MB 104 84
257,067 257,067 000000000000000a9e2616f3a971988ddf54ab3fec15618782e9c8373704e60f 0.04 MB 92 94
257,066 257,066 000000000000000e954ecfec0c5aa062c8791c06e14202d7bf730704bc29b41f 0.14 MB 270 103
257,065 257,065 0000000000000028a888c10454db58c4deedd695ecfd05fb9ab9ada9fa5e8174 0.02 MB 41 82
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.