Loading Tool

Explorer IconExplorer

Memory Pool

53,366 transactions
29.84 vMB
0.15308531 BTC
Random Selection Loading Transactions
Max Size: 160.01/200 MB

Candidate Block

Mining Attempt 7b05cceed9da8d9e8e5915a83d40fa50109d35245389916378dd5e58b6dd2d3c
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 4bf9b65ca0961a2f563476fce0ca11ba711c3a4595aa260672aeea90760357a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,096
Size: 1.00 vMB
Total Fees: 0.07998925 BTC
Feerates: 445.47 > 8.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (458,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,418 456,418 0000000000000000021dbd6c7246f0a11bb8b89e0e54b2f70f6fa2a063de2230 2,242 1.00/1.00 vMB 194
456,417 456,417 000000000000000000d4ff3f4041694dce6fc02aa84da2a798cfe25a93d966c9 2,842 1.00/1.00 vMB 288
456,416 456,416 00000000000000000016abddb951bd760315d554ff2bc84e356e4705b3428511 1,768 1.00/1.00 vMB 183
456,415 456,415 000000000000000001c177334260a4950cd2b25bf6f89afcfd3181d971202d29 1,986 1.00/1.00 vMB 138
456,414 456,414 000000000000000000c862edc6ec3ff124eb9571ef06226fc34fcac037d19d0a 2,278 1.00/1.00 vMB 190
456,413 456,413 000000000000000001dbac8f73991b934f8df3f3e6d2f56d5382ecc8983cb476 2,477 1.00/1.00 vMB 217
456,412 456,412 0000000000000000009891ddab79aa493b9d5cbd7dfdc30fccc9f6c8832630cc 1,799 1.00/1.00 vMB 148
456,411 456,411 00000000000000000194f44dc32ac1201232ea17ce2047d9359da4b88f63ecd3 1,462 1.00/1.00 vMB 106
456,410 456,410 000000000000000000bf6c11eb2ef9c004f4580bf59d2f7df21dd306afbc42cd 1,706 1.00/1.00 vMB 226
456,409 456,409 0000000000000000004a2e725974b94fbca023458aae55f8bdaca4d1d0e6032f 2,001 1.00/1.00 vMB 170
456,408 456,408 0000000000000000005f50d0f5ba7e57588ec3658ec35c15086c4b918e69dd2e 2,294 1.00/1.00 vMB 224
456,407 456,407 0000000000000000006929861a37475b9bf98d04904ebe79dded8357c23a0310 2,184 1.00/1.00 vMB 193
456,406 456,406 000000000000000001da97d394c52eed09f0345d308461c3d9478ddf8a86f468 1,451 1.00/1.00 vMB 134
456,405 456,405 0000000000000000021bce400409f07b63985bfbcf43c88414374d0af63760cd 2,725 1.00/1.00 vMB 211
456,404 456,404 00000000000000000156c68693b097733b83084f327a10a591948b9dec54032e 3,074 1.00/1.00 vMB 263
456,403 456,403 000000000000000001e69b5c9b723c8c12fecf10d49190c88763f7f80ebcfe49 2,226 1.00/1.00 vMB 87
456,402 456,402 000000000000000000acca3ee246434b7df8e98f71e997ce56ff0b30d6b7dff7 2,243 1.00/1.00 vMB 166
456,401 456,401 000000000000000000afb4f3a64acfd5cae7423250ca871359090c66666c76d1 705 1.00/1.00 vMB 91
456,400 456,400 000000000000000000e832d7d9653d310f2d1039abdd1fb14af09ce5c8feeb98 1,242 1.00/1.00 vMB 119
456,399 456,399 000000000000000002481bfc7640d40d04b2eb49eaa90de4cc896923bfa66b6e 1,889 1.00/1.00 vMB 140
456,398 456,398 0000000000000000014db028a2cedb30e4a73e284980a6e711ac60e5945c7f17 1,957 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 781.89 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 645.20 GB
    • Received: 12.70 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.