Loading Tool

Explorer IconExplorer

Memory Pool

83,225 transactions
31.22 vMB
0.09175331 BTC
Random Selection Loading Transactions
Max Size: 191.49/200 MB

Candidate Block

Mining Attempt ee9ab180eab6fb87422097be3624b9c81ce3e7c8bbe3a82ec522cdbdc26be7ca
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 8ed97a5ce78a9170c889367c5268ef9dc2a624a4da63ddc1fbdbded1768ff5da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,416
Size: 1.00 vMB
Total Fees: 0.02133108 BTC
Feerates: 114.60 > 2.14 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (221,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,255 693,255 00000000000000000009f261cac836e2087d77b9994aaebc3a0636eaa4dc159b 1,594 0.50/1.00 vMB 19
693,254 693,254 000000000000000000041006bdedc7a9d104e984007b5f0fa79d43499dcd65c9 239 0.12/1.00 vMB 14
693,253 693,253 00000000000000000001fb2a33c359cc64b48363714f6b481a68e5d7500c87d5 1,793 0.70/1.00 vMB 11
693,252 693,252 0000000000000000000d68f597926ecac659c36a5315bce83851df66b15f1973 1,545 1.00/1.00 vMB 2
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
Previous 10 blocks ↓
Total Size: 782.77 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: 709.43 GB
    • Received: 16.91 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.