Loading Tool

Explorer IconExplorer

Memory Pool

78,019 transactions
29.03 vMB
0.07930414 BTC
Random Selection Loading Transactions
Max Size: 175.68/200 MB

Candidate Block

Mining Attempt 91dc193ff42cb90d42b2d1c508a5414ba8c5a3a46e9cf732699d0a9a33bf9ae8
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 5b31d85aac7dfe09e75cd0623e27bbf32ba8fe0e224df234fc29a495418b14b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,000
Size: 1.00 vMB
Total Fees: 0.01874638 BTC
Feerates: 178.73 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (155,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
759,220 759,220 0000000000000000000650e4e90e16677b75ad8c4a18183ec451fdcfdf822fda 2,997 1.00/1.00 vMB 13
759,219 759,219 00000000000000000006fdeee44c8da72a7986cf54239ba286058b8fd8aa922b 1,145 1.00/1.00 vMB 11
759,218 759,218 00000000000000000000634522f80788557ea7793a95fcce2af36b1cce866355 2,548 1.00/1.00 vMB 14
759,217 759,217 00000000000000000000d6ff30f6d1356640365b14d1bbb9a24f6158ec5d09b3 2,598 1.00/1.00 vMB 25
759,216 759,216 0000000000000000000076783f8bacd2169f6adf4b32588341195334c5ab6ca0 2,019 1.00/1.00 vMB 12
759,215 759,215 00000000000000000001c66ac6940dbbd2847adc896706e9c224a8bd0c07cf5b 315 1.00/1.00 vMB 6
759,214 759,214 00000000000000000000575896ffb029b20615d6f056b42421a7a7c44bb496fd 2,085 1.00/1.00 vMB 8
759,213 759,213 00000000000000000001efad281db5d4b4d08992a5c5ab334fe8db1b4deec837 3,738 1.00/1.00 vMB 21
759,212 759,212 000000000000000000044cf83aa6c5d2612095a4292cb6a4c850f3e99b29b00b 1,856 1.00/1.00 vMB 10
759,211 759,211 0000000000000000000246c8681fd63f3de97f8d1022e10cc00e0d4bed8a4d67 3,366 1.00/1.00 vMB 10
759,210 759,210 000000000000000000043e351b5254ccbcb65563eb43e8583990a323f4d8d609 2,699 1.00/1.00 vMB 11
759,209 759,209 00000000000000000003533ce871dc9d7a9f90aba72bbf9e2e0351e48270ef61 2,669 1.00/1.00 vMB 12
759,208 759,208 00000000000000000004f005cd1cde8ce6c6b1c47de5978478b657e7b3b7cb6a 3,348 1.00/1.00 vMB 24
759,207 759,207 00000000000000000001a7463251acb55d47f56a87d2acb49c642a0dc854f411 2,989 1.00/1.00 vMB 10
759,206 759,206 000000000000000000004fc3afeda5dc86d27c0af365d3cb6bd77da785f19b14 3,433 1.00/1.00 vMB 14
759,205 759,205 00000000000000000000a24feb0b4fe4b369ed524fb60c18a98c5b8839b0d8e8 3,267 1.00/1.00 vMB 23
759,204 759,204 00000000000000000002504f321ef8005506869b58d41fde1c0fb908dabd8a46 3,206 1.00/1.00 vMB 19
759,203 759,203 00000000000000000001e848bfae6dcca1762ac5d3bff86179943e1cb3270cf9 896 1.00/1.00 vMB 4
759,202 759,202 0000000000000000000540c8ffb2ab013bb3bc7ae2852f9fc97e42a3c2370a6d 1,660 1.00/1.00 vMB 9
759,201 759,201 0000000000000000000322294cce60690cdffa0c1fa25743bb040b0965d0952d 2,060 1.00/1.00 vMB 9
759,200 759,200 000000000000000000035888a7587cc9e2820fa32a2fef890ed652e8e59333c6 1,262 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.68 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: 677.32 GB
    • Received: 16.43 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.