Loading Tool

Explorer IconExplorer

Memory Pool

34,760 transactions
25.78 vMB
0.06452590 BTC
Random Selection Loading Transactions
Max Size: 130.86/200 MB

Candidate Block

Mining Attempt d286f97f1fc039e2ebfbb91fe92db0adcd23b3d33b294d6cb0934f697cb55c59
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root ce2f1a40a1aa722b45f2f7030f76f0a95bd1f22859bc19054bbde8a73f91b09b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,240
Size: 1.00 vMB
Total Fees: 0.01731169 BTC
Feerates: 101.16 > 1.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (786,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,232 128,232 00000000000011baace4c0afb2e05bf41271e6dc616f854a89abc48b11646675 2 0.00/1.00 vMB 1,251
128,231 128,231 0000000000000eeac3739ba7045788a52bcb02a07b198df682ca2316edf4fede 9 0.01/1.00 vMB 861
128,230 128,230 000000000000081ab3c2e2897963d657cddbe176dce4cf7e27831273796e99c0 28 0.01/1.00 vMB 1,050
128,229 128,229 000000000000020beadab612bc2024d9b56c3795cc2dba519cb793a371e1713b 10 0.00/1.00 vMB 1,216
128,228 128,228 0000000000002693f263f9a1caf8f56f6c19d37eb09500349596446c41d43fc5 35 0.02/1.00 vMB 283
128,227 128,227 0000000000001080119fb6e3b0495a5a89f3c99e9436fe202098b1df3d04e407 48 0.03/1.00 vMB 908
128,226 128,226 0000000000001e0367d268823614b13ade06e7c49eed5d0c0bae2c2d562c1256 86 0.03/1.00 vMB 44
128,225 128,225 00000000000006c49e478738cba8d63f1ddd41df2f0abb7dacc61f577a01a338 38 0.02/1.00 vMB 912
128,224 128,224 0000000000000e27c1f3971f6e079c0260234d6e8962c183e10a886b5bb31af4 123 0.04/1.00 vMB 564
128,223 128,223 0000000000000e47ef4fa32172f4c4c9a5ccf5503828ae480221a71f8d2afcb3 19 0.01/1.00 vMB 3,091
128,222 128,222 000000000000157525d5be92e85a2d8fed21081e55823e2da5bffe6819b19457 22 0.01/1.00 vMB 388
128,221 128,221 000000000000257cd195698e8c4a406ecbe21945db09a4ea791b6ebfca5e90a1 26 0.02/1.00 vMB 653
128,220 128,220 0000000000000e546dc248bd8cb5c8395add63485c13b3a3ad46d328552a4756 11 0.00/1.00 vMB 801
128,219 128,219 0000000000001312bd2fbc51b1c4b9d695a6788418cfac2f0bc6f65b77a1fa1f 10 0.00/1.00 vMB 1,397
128,218 128,218 0000000000001ee9e4a4ff5eaded92b32be8933c3785a4bf317c80d5300583bf 34 0.02/1.00 vMB 720
128,217 128,217 000000000000115662cf2470e182d987dea674cb71667ab3b78ad9ad925d9862 142 0.05/1.00 vMB 230
128,216 128,216 0000000000001f16b58cb305fe1db45b6397bed8a39bf1dd272a1e67bb36552a 14 0.01/1.00 vMB 1,156
128,215 128,215 00000000000022a83c76355b1c8b3c9bc8b5eeacc92efcf1af30aa23f624b9ba 31 0.01/1.00 vMB 510
128,214 128,214 000000000000083e604648bb1b4f465c5d6ecf1bd26cd890ca16ed91a648d70b 22 0.01/1.00 vMB 1,100
128,213 128,213 00000000000009ef91b4e3d5e80791713565b159d3ee3f272d6841ce47218ed7 35 0.02/1.00 vMB 817
128,212 128,212 0000000000001298b9417b8c88f3fa8549bc6736806d1beb113a9146c3feab6e 20 0.01/1.00 vMB 557
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.