Loading Tool

Explorer IconExplorer

Memory Pool

84,493 transactions
32.05 vMB
0.09769908 BTC
Random Selection Loading Transactions
Max Size: 194.98/200 MB

Candidate Block

Mining Attempt 0867d0c286e37eba2040573aaeb4432afedd522726f1c201f0898ecb27fb9422
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 826ca636dea3acfae17c0562c8352921f12e6c9605bd7019f4526f50935c54a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,208
Size: 1.00 vMB
Total Fees: 0.02699679 BTC
Feerates: 179.53 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (423,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,296 491,296 000000000000000000a818e2d16429b89fdd9a96770a62d5d2cf3f86310aa013 1,736 1.00/1.00 vMB 37
491,295 491,295 0000000000000000003eec6e49b8c389ffe9e6be295750d69730c89801091773 1,455 1.00/1.00 vMB 92
491,294 491,294 00000000000000000088049a2d75715d2e9493e816fc26e169deea25efac256c 2,092 1.00/1.00 vMB 136
491,293 491,293 0000000000000000009c3d6c70d4457729669ce587ba991ed6c95c888b4fbd08 2,410 1.00/1.00 vMB 99
491,292 491,292 00000000000000000098e90edb539e8dd0ba3e7badc75ca33e03ccef9fd88cf1 2,193 0.82/1.00 vMB 55
491,291 491,291 000000000000000000a6962efaecfc29550b2fd653268cbe6aaec8c4cfdc04ea 2,106 1.00/1.00 vMB 112
491,290 491,290 000000000000000000b19787af6c14537217c728188657c8a360fb9cad0d6c9a 2,049 0.93/1.00 vMB 135
491,289 491,289 0000000000000000005b1e21f28d594a22b38fd3cfcb944d54344318926cb050 2,154 1.00/1.00 vMB 122
491,288 491,288 000000000000000000534efee61bd42acd613894ec2c3b86f9ad896b86c203cb 2,108 0.95/1.00 vMB 145
491,287 491,287 0000000000000000007c8886c0bb2075e2d7eefbb41c1c57bda45a091395335b 2,506 1.00/1.00 vMB 35
491,286 491,286 000000000000000000e5e3c054fe007fcfd05288a627e956c2d1131ae747a087 2,253 1.00/1.00 vMB 59
491,285 491,285 00000000000000000050ed6d074a5a7f3dc16c98d6fc730522c070228b4e58e6 1,820 0.94/1.00 vMB 97
491,284 491,284 00000000000000000051cb17a2a6d1245ac80f8870c8bf21edc4ada08fb39aac 1,333 1.00/1.00 vMB 112
491,283 491,283 00000000000000000083020714ec73744573a304c1a8e8b3b29c861b7d7611e9 1,115 1.00/1.00 vMB 68
491,282 491,282 0000000000000000001ed459505bd70186c7602a06265e59f65bfbdc769ab20c 2,017 0.91/1.00 vMB 117
491,281 491,281 000000000000000000397c1a7a590f6aba997ce05589364dd5cd4088207ed834 2,206 1.00/1.00 vMB 67
491,280 491,280 0000000000000000002f84c4aeeb0c34634186dcdcc57d21b5d9de443016b1af 1,670 1.00/1.00 vMB 121
491,279 491,279 0000000000000000003760820174b97df8cb1255f43cb0f665ffd214b4576ecb 2,415 0.92/1.00 vMB 150
491,278 491,278 000000000000000000b58aa2efd0ad391be9e6bdb4c508a646f82e9d16f7a0f0 2,478 1.00/1.00 vMB 133
491,277 491,277 000000000000000000405e4c8fa8b3e288806430b718ddba4b6cafc2dbb13f78 1,180 1.00/1.00 vMB 165
491,276 491,276 000000000000000000df2b85bb3f56b26cc8d4c686809c07174e5f3059b69dcb 1,976 0.94/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.75 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: 708.92 GB
    • Received: 16.78 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.