Loading Tool

Explorer IconExplorer

Memory Pool

81,114 transactions
29.85 vMB
0.15143648 BTC
Random Selection Loading Transactions
Max Size: 179.90/200 MB

Candidate Block

Mining Attempt a5fcda7ec71b271a425e17d3ea90518011a6099de04b5bf7e03a0e99a70e77c7
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root ed58811901ba6bb941bfc7f73ff9e64a21d8fc6e3c28e6c32805915b3e1819f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,495
Size: 1.00 vMB
Total Fees: 0.05728049 BTC
Feerates: 1,002.91 > 5.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (409,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,324 505,324 00000000000000000045a5ce94c9b603aeb7937056e04aaed5ce2f614c02b51e 1,474 1.00/1.00 vMB 80
505,323 505,323 0000000000000000001fd1803a0755cf92cfce1f65092d15923fe710a88fca1c 379 1.00/1.00 vMB 92
505,322 505,322 000000000000000000639c37f151999bf14386953249ce0c1176ace42f41a597 583 1.00/1.00 vMB 118
505,321 505,321 0000000000000000006a44e4e38494d9934ca6c8f18a1e5185e9ee02417c509f 1,808 1.00/1.00 vMB 274
505,320 505,320 00000000000000000038ad31c7e64aaeacab7bb76684cd6c0a737ebce6bf0ecf 1,659 1.00/1.00 vMB 260
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
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.