Loading Tool

Explorer IconExplorer

Memory Pool

5,372 transactions
2.82 vMB
0.00557061 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 15.29/200 MB

Candidate Block

Mining Attempt 9ded3f6fbb42a685f0632fa1f3ff679a40ed0b926809015dc3a153ad8137dac2
Version 20000000
Previous Block 00000000000000000001a109e4333f7b259933cbadbf16b45500b7c32c757bf6
Merkle Root 7aab27718a85b9b6c5a3a24ecc87c583693eb284d06473ba9a7fcc235c1d71b1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,976
Size: 1.00 vMB
Total Fees: 0.00358743 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,493 (764,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,113 149,113 000000000000058b956dae3313c1212209fad83f9e7f788c7fec15f54953b5fe 12 0.00 vMB 0
149,112 149,112 00000000000003f26e2f294987ad77100c2e07088f02b3b135a9eee27074eb82 19 0.01 vMB 588
149,111 149,111 00000000000008b21af1d353e965de5257e125f34902c63bce2f1676900ccffb 18 0.01 vMB 83
149,110 149,110 000000000000078b73d493d4978eedfc1996c4b4b6e4d4665c39def7220f39df 26 0.01 vMB 160
149,109 149,109 00000000000000b9fec7a997291b276085f31fd789adf27b7345c739eeb90711 30 0.01 vMB 51
149,108 149,108 000000000000077d01e0920c5843b6b4f6dacbcaf67fe1d95c89d8ebb004c5ce 178 0.05 vMB 5
149,107 149,107 00000000000008226b34bfaa43e5237294fe98c1bde0f8ab41c2f3b9402d6dd2 19 0.02 vMB 13
149,106 149,106 00000000000009dc4af96a1d2c3b265ba2bb6a66093da5b1ce619c68fe276b9b 15 0.01 vMB 66
149,105 149,105 0000000000000014cca65736b7c46d74dad69a0b7bcb473b4c2a92270551596c 20 0.01 vMB 161
149,104 149,104 000000000000068c83a7190e44f194f33ba001a29b59adc121618cb3a1c5014b 77 0.03 vMB 213
149,103 149,103 0000000000000584fd0483799c5c212f2a3c0314b24b7a890448ddd18c7977ae 166 0.05 vMB 68
149,102 149,102 00000000000002e41c823c463c91a250874c2c2bbc547d891eed3a1358f6e7eb 12 0.00 vMB 397
149,101 149,101 000000000000067f217e1c1bee955bf8256fe110a78dd1ac15ed611086b656b7 1 0.00 vMB 0
149,100 149,100 000000000000091b548dbaf642c80b6ae353f321afe30516f83dd941c13eedb7 108 0.05 vMB 52
149,099 149,099 00000000000002b35d1e69359576f79585db567116c93315d0a9d29a7c535823 141 0.07 vMB 124
149,098 149,098 00000000000004f6a74c54c7df842134e3f7a363c1a56137a63c3a2d1e869972 88 0.05 vMB 378
149,097 149,097 000000000000036289b546359f1a7ae4d643ed0282c8866ba1c656a9122a8a1f 7 0.00 vMB 117
149,096 149,096 000000000000057cec515b3ef8743418f537687a2e80684383d451cc3461dc95 12 0.00 vMB 0
149,095 149,095 000000000000034384670bd9d6e397611d1beca8c9c1902c298c09ba35a4ee7b 22 0.01 vMB 197
149,094 149,094 00000000000009a88672966edbd6bc83b933150c9a075ebc8b05e349083068db 139 0.05 vMB 188
149,093 149,093 0000000000000406d25e9c7d82b510accc887605475a8ef290779d9608c183af 126 0.06 vMB 111
Previous 10 blocks ↓
Total Size: 779.72 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: 364.39 GB
    • Received: 1.75 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.