Loading Tool

Explorer IconExplorer

Memory Pool

80,941 transactions
30.97 vMB
0.07117466 BTC
Random Selection Loading Transactions
Max Size: 188.56/200 MB

Candidate Block

Mining Attempt 703c7546231dd8c9ed25680dacb6387f66943d9b5dd5e7288f8926afeb32c60b
Version 20000000
Previous Block 00000000000000000000e6b6d7770bd2fe9564667081eb588a4ee37f4db3b6f3
Merkle Root 1119661ef77160a5f5adcd99bb0135ae553e7d9056ab8919f03e897982fa8e4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,934
Size: 1.00 vMB
Total Fees: 0.00448277 BTC
Feerates: 70.37 > 0.45 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,213 (230,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,225 684,225 00000000000000000000152af677e6056334d4a804c6f49f16ee0053afee663f 999 1.00/1.00 vMB 105
684,224 684,224 0000000000000000000a798bd75b0621a2cff770a187f9b57a3e66e26cd6c9b1 2,124 1.00/1.00 vMB 127
684,223 684,223 00000000000000000007a0fcba11a63c785e70a653b44e7ec4ef83cb5b76b605 1,146 1.00/1.00 vMB 115
684,222 684,222 00000000000000000002d452692cd742bc6de9d1147e1d7627b2c7f1ac442336 2,365 1.00/1.00 vMB 125
684,221 684,221 00000000000000000002beabb0b3a407210d2277ad5cde340fcb58e082fabf98 3,283 1.00/1.00 vMB 113
684,220 684,220 00000000000000000001e50cb6f5b8c5eac5727633241ab0c507ab8a2d0922cd 2,567 1.00/1.00 vMB 113
684,219 684,219 00000000000000000002ded864c3935dd0df7943ff4197cf8fc4611e5eab642f 1,226 1.00/1.00 vMB 106
684,218 684,218 000000000000000000041bbcf7391a133b4dd49f2dd4a8dcbf98fdf070a68722 1 0.00/1.00 vMB 0
684,217 684,217 0000000000000000000a867dfa572cd689c1c42bf4351b72db48d4dadbbc56af 2,231 1.00/1.00 vMB 111
684,216 684,216 0000000000000000000008cb180510f6ac6c3f52ba1fc45cfeee0b37041409b7 2,936 1.00/1.00 vMB 153
684,215 684,215 00000000000000000008c2d600654cfbe87f4f4252414ab43645492285bd8df1 2,696 1.00/1.00 vMB 104
684,214 684,214 000000000000000000032ed000f6777bede060a1a7fd384abc72ff6b07b1fd43 2,476 1.00/1.00 vMB 131
684,213 684,213 00000000000000000004d832bae7f14ac4509a38bb1003478421eaafb8381339 2,046 1.00/1.00 vMB 121
684,212 684,212 0000000000000000000574adfccb4571b2117a8a8ddc7f29b2a1f89301f7237c 2,436 1.00/1.00 vMB 110
684,211 684,211 00000000000000000005d07696d3135eac46db3a7d0f517a7ab1e55d28818c88 1,856 1.00/1.00 vMB 113
684,210 684,210 00000000000000000000d044b486abd520334f18da82805c97bf24d2f41bfe0b 2,568 1.00/1.00 vMB 139
684,209 684,209 00000000000000000000389c36ad3fd3aedd7825fcd39b32d5ff4ba849d94ac0 2,330 1.00/1.00 vMB 139
684,208 684,208 000000000000000000008b2aacb1e99b02e7b87e4ce779147dd3f8e651734278 2,657 1.00/1.00 vMB 95
684,207 684,207 0000000000000000000710e95931c9786a047d7e80c6070e4bfafd29e486b0a5 2,425 1.00/1.00 vMB 104
684,206 684,206 0000000000000000000324fce93e434e73a85ca7f88db9a09201e214841a98d3 2,298 1.00/1.00 vMB 114
684,205 684,205 00000000000000000009987e30b39123129a3d448e42fd2d87f21cde21fa96b5 2,607 1.00/1.00 vMB 112
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.96 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.