Loading Tool

Explorer IconExplorer

Memory Pool

45,213 transactions
28.65 vMB
0.08467238 BTC
Random Selection Loading Transactions
Max Size: 151.35/200 MB

Candidate Block

Mining Attempt 63d8014cf81d7aba7b10e3a2a339cd0ac3c4b0da5d5349d4e3209beb0e0de953
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root a3427d81cf54b09a8b05ae713bfb1b4640f5ec90e4b8807bee900bfe868004ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,255
Size: 1.00 vMB
Total Fees: 0.02996821 BTC
Feerates: 120.00 > 3.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (454,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,969 459,969 00000000000000000050cda25bd0be57c6f85cdbb730f0451d062d8622f67cb2 3,051 1.00/1.00 vMB 122
459,968 459,968 000000000000000000cccb37bfde45bde54518fba4bb283a427eaa1f1a870808 2,659 1.00/1.00 vMB 168
459,967 459,967 0000000000000000003d3e155251c879379e2adc3b8be5171f9efbc9ac6656c7 2,172 1.00/1.00 vMB 155
459,966 459,966 00000000000000000185f6e51d0ff6c9ed1d79ea7337435f2c862e73395ce5c7 1,860 1.00/1.00 vMB 170
459,965 459,965 00000000000000000160aaa5023098b30956e67c00bd3b35355258dae2fd1e9a 1,939 1.00/1.00 vMB 187
459,964 459,964 000000000000000000a764e0daab8e54d39b232d4b5513d0bb14140bf4059ab1 2,512 1.00/1.00 vMB 167
459,963 459,963 000000000000000002329c3277c178bc75ac7b84a1a4340d4ade841b370e8376 2,258 1.00/1.00 vMB 207
459,962 459,962 000000000000000000017b0996365bece22fc81164ed6b0854bbfae44871d3ac 876 1.00/1.00 vMB 235
459,961 459,961 000000000000000000f68ca29829b1ee451683155c0db8687a99e24fabb7926f 1,612 1.00/1.00 vMB 245
459,960 459,960 00000000000000000205a183c7d98750e0ecb6ebeb1f363763c3466ae5ca8aa9 2,515 1.00/1.00 vMB 193
459,959 459,959 000000000000000001a1611e146ae7f65811c321525544bac0d2330ad0e1afb4 1,637 1.00/1.00 vMB 104
459,958 459,958 00000000000000000149d5748f932cc0d3ac8536d9057029431ea17a20555aa8 2,552 1.00/1.00 vMB 129
459,957 459,957 0000000000000000012c6104008629ecf75a892a89bfa0c3f6a38a49dbc529b3 2,057 1.00/1.00 vMB 163
459,956 459,956 00000000000000000127d83afd3d8ea155da743729768b242659911262a8d10d 1,932 1.00/1.00 vMB 133
459,955 459,955 000000000000000001aa4d88a6ef14765cdbf45b18fa08d95934bab7fabd49f1 1,694 1.00/1.00 vMB 145
459,954 459,954 000000000000000001952c712dbd357a72ced2b2de18d687c1b937964494f685 1,952 1.00/1.00 vMB 167
459,953 459,953 00000000000000000165651a7149a0fabd8643096300efa22860560d17df30b8 2,574 1.00/1.00 vMB 226
459,952 459,952 000000000000000000bf5eb13d328cb01adadc40e1504b58ac91431b5af2d2fe 2,544 1.00/1.00 vMB 233
459,951 459,951 000000000000000000aaf4a9de28df1c353a3815d98e0ce6131e17c102e865c2 1,787 1.00/1.00 vMB 138
459,950 459,950 000000000000000000ff7f0c0d7cf691ae7352dda40054b95583acfba2906e1b 1,506 1.00/1.00 vMB 220
459,949 459,949 0000000000000000023274fd5da24434b812e4a4ee727ebc38bdb522b2e5f52a 1,396 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.10 GB

Node Details:

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