Loading Tool

Explorer IconExplorer

Memory Pool

82,459 transactions
31.92 vMB
0.08327346 BTC
Random Selection Loading Transactions
Max Size: 193.68/200 MB

Candidate Block

Mining Attempt b05786cb23f21f2ba4ebd712c37eb9936cc3d9f9f7c096bd544333da1f30f5f4
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root b0b2d3a0b908e82183bdc08c6e0b97a1a001c2bbc51a9080c4e8e93e54efae2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,502
Size: 1.00 vMB
Total Fees: 0.01357275 BTC
Feerates: 73.20 > 1.36 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (221,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,251 693,251 0000000000000000000126557ae28d6c46dc419ea0138f34fd37b4f985570c1b 418 1.00/1.00 vMB 2
693,250 693,250 000000000000000000055b92eb38b58370094740190a708e77db30fc39767f1c 2,248 1.00/1.00 vMB 8
693,249 693,249 0000000000000000000c809030bf949356281c66dd181042c70903baf663d333 2,121 1.00/1.00 vMB 9
693,248 693,248 000000000000000000063ddc4ca7e2e1a427863d1d5e72f9fed7b42669e50abc 1,698 1.00/1.00 vMB 9
693,247 693,247 00000000000000000007640121f20bc6f6be9ca5880417eebd0a4d22f5e01ecb 2,443 1.00/1.00 vMB 6
693,246 693,246 00000000000000000010ce7e7cb292b579e3287e2947b5a5d7c7fee8b8d1398f 2,904 1.00/1.00 vMB 22
693,245 693,245 00000000000000000010975d9c75ed5f457a84ef9db9f9406d0ab7d077d26c81 2,287 1.00/1.00 vMB 12
693,244 693,244 00000000000000000002cd568d5f892a0cd4724594e82b8ab94fc8fcf1921735 1,758 1.00/1.00 vMB 7
693,243 693,243 0000000000000000000c094d292671d1936562cc36865c5173211972d7867cb8 2,578 1.00/1.00 vMB 3
693,242 693,242 0000000000000000000c517a4a68aebfc60771ca94e49e4043c911457d1c0d56 2,686 1.00/1.00 vMB 10
693,241 693,241 0000000000000000000ccb6ada495a89d8dc49dec346356add98ebac666b8516 2,814 1.00/1.00 vMB 33
693,240 693,240 00000000000000000006c6f566e519902283292c6e231342eef9d8bf260a7c0d 2,822 1.00/1.00 vMB 14
693,239 693,239 0000000000000000001160ea4855cf79b6287d29e164148f2e4736c7eff17f29 1,146 1.00/1.00 vMB 2
693,238 693,238 0000000000000000000a2bb56b81aee5e9042a6ab93683c1715914cbc10b3a71 1,968 1.00/1.00 vMB 17
693,237 693,237 0000000000000000000966f3cf5434d090472be4d8fd11c65560c2d28c5e8c76 2,789 1.00/1.00 vMB 9
693,236 693,236 0000000000000000000a390cfad0639b44300dd32acf5d0b4c23ef8575b61791 2,423 1.00/1.00 vMB 15
693,235 693,235 0000000000000000000a6b401e3b0aaf02f449ad3dc7e3230866e9e6bfcd46b3 2,967 1.00/1.00 vMB 22
693,234 693,234 000000000000000000143205369d2f5198fa35c4972ecf1ebd74f47544431fc8 2,828 1.00/1.00 vMB 9
693,233 693,233 0000000000000000000f332c8641dd5506fffae319fc9bccf12742e71cb0fd76 2,799 1.00/1.00 vMB 5
693,232 693,232 00000000000000000009229b4082081ae984f4ead77fe01297d2d9c4b8733e2d 2,949 1.00/1.00 vMB 39
693,231 693,231 00000000000000000000d67a5011113b6c3877daa293b352aab2e2d3e54bb5ea 2,258 0.88/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.76 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.97 GB
    • Received: 16.80 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.