Loading Tool

Explorer IconExplorer

Memory Pool

82,515 transactions
30.13 vMB
0.10088765 BTC
Random Selection Loading Transactions
Max Size: 182.85/200 MB

Candidate Block

Mining Attempt 1cc7ea603afca8e74a3ca58fe04ccdee1375d11a6a7226e2422fbd675091e05e
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root c7fd391b75889f6914c19fc89230e5b6c639cca8ab4750a023cc5e4d5010939c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,332
Size: 1.00 vMB
Total Fees: 0.03025514 BTC
Feerates: 301.57 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (166,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
748,237 748,237 000000000000000000078187f86d161e609a8454b62c64a2f9f869032b2ed9bc 847 0.32/1.00 vMB 14
748,236 748,236 000000000000000000082118db52eb88cba07222d9637127ecf338030f92873d 526 0.31/1.00 vMB 8
748,235 748,235 00000000000000000008859d521d471b780e24d00eea6bd5fbb5f892bc96564c 1,157 0.65/1.00 vMB 11
748,234 748,234 0000000000000000000755d532818054ab0d83beca9e4dd07cc19519582dcf94 371 0.30/1.00 vMB 5
748,233 748,233 00000000000000000003236e727b7c80f237900137e27d4d623c237e8e1614d6 104 0.02/1.00 vMB 13
748,232 748,232 000000000000000000047a43fe7b57712f47cabdb3221da46ac5fc957706f342 373 0.31/1.00 vMB 6
748,231 748,231 00000000000000000004858806e975f459389f3f8d8200dd40240ac825618e85 994 0.29/1.00 vMB 14
748,230 748,230 000000000000000000022b339705887992cd7fd9778277c8bbdc907726f16b9b 1,025 0.44/1.00 vMB 10
748,229 748,229 0000000000000000000439348693be7210a2514462131654e95f1fe46866a9c6 1,191 0.98/1.00 vMB 7
748,228 748,228 000000000000000000040033ccc9f55c2d8cd9ff4f1cad9044db30f563cbe441 1,832 0.99/1.00 vMB 4
748,227 748,227 00000000000000000001735e13b2d170bee3110c73e41b092f9fb879a1ecf465 2,456 1.00/1.00 vMB 21
748,226 748,226 000000000000000000067a5b4dab52c257f042fc1d1f577c16d58cfc51d3714e 136 0.06/1.00 vMB 14
748,225 748,225 000000000000000000091757687449b3790d6e25e031d397c9cf261575ce2614 315 0.12/1.00 vMB 14
748,224 748,224 000000000000000000046d564117df245ac9ffef79145ab73c05682ae081131b 448 0.14/1.00 vMB 13
748,223 748,223 000000000000000000084f59e163d2a5e3c255f88cd8178748c963fb1b5c874c 87 0.02/1.00 vMB 15
748,222 748,222 00000000000000000000d9a7041ae790d7fd47e97ab58c8299ad5aeac7ca3e78 963 0.85/1.00 vMB 11
748,221 748,221 000000000000000000063f9ee3c84d03b9cfe2889dc16b20fd46ef818e2a4233 223 0.07/1.00 vMB 13
748,220 748,220 000000000000000000004314d8c4484d703ada58b521e8188116684339cab667 226 0.05/1.00 vMB 15
748,219 748,219 0000000000000000000927a86fe289e40612d579e84e903d4ccea4e8f9a04253 451 0.13/1.00 vMB 14
748,218 748,218 0000000000000000000435847d8e80a1b19836dbe50800c09779285ff7c47a3e 1,765 0.66/1.00 vMB 13
748,217 748,217 000000000000000000002e04a2d064cba5d0ec876c5b65843fc14b46a4583c18 2,673 0.99/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.60 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: 671.77 GB
    • Received: 16.00 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.