Loading Tool

Explorer IconExplorer

Memory Pool

53,943 transactions
32.11 vMB
0.18133709 BTC
Random Selection Loading Transactions
Max Size: 171.98/200 MB

Candidate Block

Mining Attempt 50639b04c0758e4cf556de2150e13da15d9e8dd99b1eb9071e91ca84e1e6ea75
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 5e57e0f112e9bbd37824db3f248aae7606fa25216b349333e4b636f31906b503
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.07930285 BTC
Feerates: 101.66 > 7.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (331,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,162 583,162 00000000000000000022adfa25cf5293c6bf5b009128df18e34434a39d9492f4 402 0.27/1.00 vMB 54
583,161 583,161 0000000000000000000a460d0e2bfca321abfa75361c782a2701f6ed2afde622 2,059 0.70/1.00 vMB 66
583,160 583,160 00000000000000000012b04c5de7241cdf36cb9e9c2775dddc30a6f6b7cb90ee 1,635 0.77/1.00 vMB 87
583,159 583,159 000000000000000000102fa6915aeb0c36881b5cd9e62db339df03666337b56a 2,348 0.86/1.00 vMB 79
583,158 583,158 0000000000000000001255b21089ccd971f8edc33325f33a229dbbbfa55f4039 1,591 0.68/1.00 vMB 85
583,157 583,157 00000000000000000013dee35727ffd159daf353206e1f012433a6bc4984a65c 2,456 0.92/1.00 vMB 4
583,156 583,156 0000000000000000001b2b7db6933aee9bcc6571df1e8b1a08df48f3aec5ce82 2,537 1.00/1.00 vMB 78
583,155 583,155 0000000000000000001f9e2c3f789a5ed95b0cd64d81af0d89fd009fcd6f4367 3,169 1.00/1.00 vMB 145
583,154 583,154 0000000000000000000ea1127697d35124a3d4ffbff601873a0655e9caa97dc5 1,422 0.50/1.00 vMB 69
583,153 583,153 00000000000000000015815cc44e1649d9aa06430744518cc4664ef87d9db89c 800 0.34/1.00 vMB 71
583,152 583,152 00000000000000000013927751fdd097065d32baf23cf163ae304e05ba881938 954 0.58/1.00 vMB 5
583,151 583,151 0000000000000000001afe3d182f3a54b93d1cfe7120bb71023f13dc0eb9183a 3,197 1.00/1.00 vMB 54
583,150 583,150 00000000000000000014012bd2244e9dbc59e0fc1e94809f3e19186df7b3e00c 2,975 1.00/1.00 vMB 91
583,149 583,149 00000000000000000005cba8e588bf4fa7b4ef084be9024c91cdd41a115c34f0 2,813 1.00/1.00 vMB 56
583,148 583,148 00000000000000000009bcbea4a43d1ccd0ea8253f80a8676ebddd8fbe003b09 3,020 1.00/1.00 vMB 141
583,147 583,147 000000000000000000081f292e4ffeb17dd4a1a3c13e1d9fe7a0542f9d991714 1,373 1.00/1.00 vMB 29
583,146 583,146 0000000000000000001e98f967e94db20ae8e052f89c3645fe1c36461dc5d2d0 1,784 1.00/1.00 vMB 47
583,145 583,145 000000000000000000230e1f692cff4f9f145425a7930c4d9e23f2baf8d5af94 3,111 1.00/1.00 vMB 66
583,144 583,144 00000000000000000008738b5f97f2a1935736941a15dc9532b4b15c950e30c4 3,024 1.00/1.00 vMB 141
583,143 583,143 000000000000000000121b8ac7af1a5c4cf97d9934a6aa39a19d8aec64d78a4f 1,945 1.00/1.00 vMB 40
583,142 583,142 0000000000000000000d6d8357c9809c7108d9501610df05f3145c7012d13b30 2,623 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.07 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: 651.23 GB
    • Received: 13.49 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.