Loading Tool

Explorer IconExplorer

Memory Pool

28,997 transactions
9.52 vMB
0.10127388 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.06/200 MB

Candidate Block

Mining Attempt 1d432a97be91c0afa7c116ca1512efa35e86f14913c9e732407451ebec4d3525
Version 20000000
Previous Block 0000000000000000000100c607e5fb02a3a79e6481631dfb85d36b8d3ee157d9
Merkle Root 5e06d2e9bc08c18ec9eaff96c93778f85f38712af1e4eefe407fe948e7ee4ef8
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,000
Size: 1.00 vMB
Total Fees: 0.02918987 BTC
Median Feerate: 2.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,219 (688,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,068 225,068 0000000000000356531d69ac5396774252e1983067d6972341c34b4c73fd2186 256 0.30 vMB 54
225,067 225,067 00000000000002bc3883b1bb2e344fbd7f10fb781efcf86faf4b63d6bf015835 8 0.00 vMB 148
225,066 225,066 000000000000038e4ab0f16e0ad5423efe66bd9485a1fae019ad068dd88b082c 823 0.25 vMB 312
225,065 225,065 0000000000000318003fa15c90c1f69b33fbc9d107e0ca7c88292689dacf25ab 103 0.06 vMB 146
225,064 225,064 00000000000001beab8f27aa46b5e960331991f56b00d3ad93b6c58a3d245b79 100 0.11 vMB 54
225,063 225,063 0000000000000290c08ddd7b13f2f316b0d02b746be92b4cc9df8913ff364b69 625 0.25 vMB 216
225,062 225,062 000000000000004fd9fc2685f0e06adeb61af88b66a8f4f2fb06eebc1010ae6a 419 0.17 vMB 216
225,061 225,061 0000000000000067c6797f5b9bbd1eff87763006b3891dc8b443d895fab73122 456 0.20 vMB 195
225,060 225,060 00000000000000cc14638d0fd4728b7ff8f71bd7bdde8efc07b1b79f8bd05a84 81 0.05 vMB 144
225,059 225,059 00000000000002417e1fe47622b9ae936c7b03c3d594d9c9257f604245f64cf0 685 0.27 vMB 205
225,058 225,058 000000000000039bed2845a23f9bede93e99ff2035f85439aa5a3a6be44e9030 27 0.01 vMB 188
225,057 225,057 0000000000000375434d84bf7fdc403a2317a34b88c3d2fb67cba4b0f80b56d8 466 0.26 vMB 151
225,056 225,056 00000000000000bedac533664f277114f266e2c2fd49cafe3b0df2858ecc3a4c 98 0.05 vMB 58
225,055 225,055 000000000000007176e174118bfd3b24ef1580d447a89582ac9ca46689fd4b4b 399 0.16 vMB 218
225,054 225,054 000000000000009b27d8769dc4d2527b19692be3507559bb20efb186d02a1701 646 0.32 vMB 177
225,053 225,053 000000000000035e25e660c19d6a22d4399a9d8f034199d212f4f4de80f0ab49 552 0.25 vMB 180
225,052 225,052 0000000000000101ee3c999b29684f77d3f5af868056454615099981c240525b 295 0.17 vMB 163
225,051 225,051 0000000000000266ede6a56ee278f46132503aba1de2493c5cc6384405f6254c 199 0.10 vMB 190
225,050 225,050 00000000000003af655b3ab0202b30b0ed30005b5b637bbf94caedcd3800431f 57 0.03 vMB 85
225,049 225,049 000000000000019b181fd7557322baa723e42da4f73683a4000624f2573bf30c 663 0.40 vMB 146
225,048 225,048 00000000000002e13bc0cd6cc4f1ace530522dfac4cf4947787081246270b64d 68 0.03 vMB 153
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 71
    • Outgoing: 10
  • Data Transfer:
    • Sent: 23.33 GB
    • Received: 0.46 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.