Loading Tool

Explorer IconExplorer

Memory Pool

79,151 transactions
29.29 vMB
0.09859135 BTC
Random Selection Loading Transactions
Max Size: 176.99/200 MB

Candidate Block

Mining Attempt 0736aabd05030bf2e00e634f33f6c65fcaf4c5a9a437b2780a0b136921e591b0
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root f1c53443999b2f4ee032beef0adff19e388d9258a098ece548793d60f74f94a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,452
Size: 1.00 vMB
Total Fees: 0.03660111 BTC
Feerates: 477.45 > 3.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (115,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,311 799,311 0000000000000000000078687ce180cf91de9d899da475e5b758cb0980267a52 1,491 1.00/1.00 vMB 18
799,310 799,310 00000000000000000002ac8fbab5ae472705fa4f0b5e574004a6b3d3f81ac110 1,258 1.00/1.00 vMB 7
799,309 799,309 00000000000000000003239c8f6d19bce3b1e23e3089c677e6d8a28aae815836 513 1.00/1.00 vMB 8
799,308 799,308 000000000000000000039c895b459131d32108819bc15cc39dc6bc2ac0de6936 776 1.00/1.00 vMB 9
799,307 799,307 00000000000000000004496dca32f9ecf516c60fb12d23a5ec8d77acbc5d6263 2,570 1.00/1.00 vMB 14
799,306 799,306 000000000000000000010d88db6d0bc88a08b9b8e1b9ff7cc23701c80ecaab49 2,643 1.00/1.00 vMB 11
799,305 799,305 000000000000000000042e8a2d164d9529c8fa59c575a932955f4dd4bc99d94c 1,362 1.00/1.00 vMB 12
799,304 799,304 00000000000000000004b4bb3c0f885a9d8b25184cac56d9998889f518896595 2,548 1.00/1.00 vMB 17
799,303 799,303 00000000000000000003b5dc65c0e1b50702152ab5fa7a05bd12bc7dd7aab9e7 2,335 1.00/1.00 vMB 16
799,302 799,302 000000000000000000052f0015f9bb8a4365866099ccc2bba92e843524e8966a 2,892 1.00/1.00 vMB 23
799,301 799,301 00000000000000000001bbbae09b2f9dc2cf2b405c961c86294542f15e068545 1,716 1.00/1.00 vMB 11
799,300 799,300 00000000000000000003d493a44312580b99197e51bcc1e7f3741aa560b5f6ca 2,739 1.00/1.00 vMB 13
799,299 799,299 00000000000000000001c2ceed6f15d59446b2f8eabc248aca575c2e69a5b2f7 2,116 1.00/1.00 vMB 16
799,298 799,298 00000000000000000003819c9700d9ce0441e70a3d9141431901c86b9b1c7155 2,778 1.00/1.00 vMB 17
799,297 799,297 00000000000000000004a137a488b0d1c37b091af4a1185bd4911949b1bea9f8 3,160 1.00/1.00 vMB 18
799,296 799,296 00000000000000000004a0b68fe1a263b6b8232d46fb9cbfeaaa2eaf0130a297 3,534 1.00/1.00 vMB 15
799,295 799,295 0000000000000000000075a57941a006d80b320938582ea6c8703c2993357901 2,531 1.00/1.00 vMB 17
799,294 799,294 00000000000000000001344b0780d0f29ae1cd9511c6ff144dcfc1ec502c378c 2,848 1.00/1.00 vMB 15
799,293 799,293 00000000000000000000c4e60740ccf12f6a225a8c101ac4dbd26578dd3430a9 3,105 1.00/1.00 vMB 25
799,292 799,292 00000000000000000001ac31d136df6577f457e683e8b98b03d628840a1d3b4c 2,963 1.00/1.00 vMB 34
799,291 799,291 00000000000000000004afb53b7d63d81559c5f704333a9468b940949aff25d2 3,103 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.