Loading Tool

Explorer IconExplorer

Memory Pool

77,616 transactions
29.09 vMB
0.07114699 BTC
Random Selection Loading Transactions
Max Size: 178.38/200 MB

Candidate Block

Mining Attempt ddc5b1872585ccf1517a8799c10d2886d595feb39984c35cf42a980d3293f01a
Version 20000000
Previous Block 0000000000000000000015f42737b0f6cdaf42b1e766cbed553b91a24f37ee91
Merkle Root 835cb4acb56a9d3713def5b5e6631f04d2d389a071397e2c003380c366f4cb6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,141
Size: 1.00 vMB
Total Fees: 0.00726219 BTC
Feerates: 150.80 > 0.73 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,240 (409,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,319 505,319 00000000000000000075fe4e199a5b870cbc03f2e1f5981bde9fedaabb9c55d0 1,158 1.00/1.00 vMB 133
505,318 505,318 0000000000000000003f6e6d1b864f4577e1cbb8957ff9d70e8fa8f8a692021a 1,091 1.00/1.00 vMB 45
505,317 505,317 0000000000000000002f43d9a037f26554ad7236be78c36caeabdb07fc439b0f 910 1.00/1.00 vMB 92
505,316 505,316 00000000000000000020fb49e6516b796fb2944e3b3f004dcc695939e21db797 2,214 1.00/1.00 vMB 366
505,315 505,315 000000000000000000395ed23776a6991df49c00cbbde16fe215090fed035b14 614 1.00/1.00 vMB 100
505,314 505,314 000000000000000000279d549b0758f9765dc85a2c6dcc52612e57fa2df79cd3 1,378 1.00/1.00 vMB 175
505,313 505,313 0000000000000000000b6ca764ca69af5678b5de65e901b774d4223db8af789d 255 1.00/1.00 vMB 62
505,312 505,312 00000000000000000040f27142a1e240e73981d7bb3e17b78bd2b2689723cde1 659 1.00/1.00 vMB 50
505,311 505,311 000000000000000000468910a9d7f2bf0d13579dc20ee951dc56dcddf07dc268 1,318 1.00/1.00 vMB 98
505,310 505,310 00000000000000000060a317b0a92e5f32a27b8d1ff06f9d339da307dfe5e378 900 1.00/1.00 vMB 46
505,309 505,309 0000000000000000001c98592ad5cb91111ed81ac4fa3059259597f336f9fc8d 2,284 1.00/1.00 vMB 305
505,308 505,308 00000000000000000042b98e9afc74f9fd3c0b1eb606ce7811905f5c45d9ecee 1,324 1.00/1.00 vMB 114
505,307 505,307 00000000000000000043773fd64aa6a904b93bd7cd1065626a5dc43fbadd4356 1,587 1.00/1.00 vMB 213
505,306 505,306 000000000000000000142b299c40885463b35d4887b81c2cb5012d6445becb56 1,515 1.00/1.00 vMB 222
505,305 505,305 0000000000000000000f16e008f5e2810f7aadd268d71f1dd5b23d4df51ef3d7 1,574 1.00/1.00 vMB 183
505,304 505,304 00000000000000000055c8b06ef4537248819119ea5af32b1c02b17212cb027b 1,028 1.00/1.00 vMB 55
505,303 505,303 0000000000000000003dc2ae6ce48079901bb9f9d8df0122a6ef6d795be67a87 690 1.00/1.00 vMB 106
505,302 505,302 00000000000000000050b25a5f412954d590e0cddcf2a4fb4b023b268e758597 1,923 1.00/1.00 vMB 302
505,301 505,301 0000000000000000006ca8d5c8863ee71f11cffde7bfc4725479f030de3832ab 1,142 1.00/1.00 vMB 201
505,300 505,300 00000000000000000054fd43bfab7d9c7479172f8a3f4e62a243118a41e9f449 1,578 1.00/1.00 vMB 317
505,299 505,299 0000000000000000004770f72a2a02a8d518a1acd1e2261036e50bcc51fc4c03 761 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.81 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: 710.22 GB
    • Received: 17.04 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.