Memory Pool Memory Pool Refreshing

5,758 transactions
1.72 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
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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,270 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (576,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
331,131 331,131 000000000000000013999ab58c523e83b509c793e2932281e14c3b0972a13bc5 0.37 MB 680 27
331,130 331,130 000000000000000004095bdc9146526cd22c048a0c740e30172828992c88016d 0.13 MB 281 27
331,129 331,129 0000000000000000042a17f4f04fc9c288a4b00133802d84d2ce7f7f3e916758 0.45 MB 595 24
331,128 331,128 00000000000000000a01c1b397e2eb3f2fe7a5453d01812d02d47a86d73edeaf 0.14 MB 209 23
331,127 331,127 0000000000000000106bdb2101f63c06b940446e69736083fbb38876e1f8ce09 0.03 MB 45 12
331,126 331,126 000000000000000017f12b4396cee523b3001783d618456f7db4135f6c935906 0.17 MB 179 14
331,125 331,125 00000000000000000efff08b9e91fe00cab16fcbdc74515c0b85bd4d7cfe8325 0.09 MB 256 75
331,124 331,124 00000000000000000186f834151b6b80c1833e2d04c4d039865115a0b0c7b707 0.45 MB 786 38
331,123 331,123 0000000000000000120e508ed53e07e1be8a6ac14a15e1e8255a6121b9a5d9ea 0.18 MB 365 22
331,122 331,122 00000000000000000d133cf3ff3d951ead17e510cef91a59ce90736b5c7f4360 0.19 MB 317 24
331,121 331,121 000000000000000007ea3fbe26609edcb53a46e04997e945de4667d7b0939857 0.51 MB 787 25
331,120 331,120 00000000000000000c3030f2abd2441f1b65edba0f333a7b5d472227c9c90f39 0.56 MB 990 23
331,119 331,119 0000000000000000017c6ae5a464e8860020248eb8a17afad89439279d8b4f62 0.75 MB 1,527 29
331,118 331,118 000000000000000001e102afdc2da78b069635d3b87bf09dfc5170aad1a982ae 0.29 MB 452 22
331,117 331,117 000000000000000001f5c40885615e060630462a93bff9616018e7c44185ae17 0.19 MB 297 24
331,116 331,116 0000000000000000134a53dbe2e04f8d59dc181fc8afeb1bd6c8f0fbc01d4946 0.21 MB 320 25
331,115 331,115 000000000000000016b82b665d041909f3cd1dc4ffe5cb167e6ef8a483a48cb3 0.42 MB 598 21
331,114 331,114 00000000000000001013938bc86158dffc573c0d32718ef570c756d8b1b62086 0.18 MB 294 22
331,113 331,113 00000000000000000b59749e57da6c0bd9a3fc67e60573dec489458fe994a458 0.03 MB 65 33
331,112 331,112 000000000000000008f2a1a4bcdfd375cfb1389d5b439442e3299f56ce7e91b5 0.08 MB 152 25
331,111 331,111 00000000000000001a2e985407e8b1fbc6015d77c2f7c7c071af03de6f91ae51 0.53 MB 940 23
Previous 10 blocks ↓
Total Size: 769.26 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.21 GB sent, 94.20 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.