Loading Tool

Explorer IconExplorer

Memory Pool

40,390 transactions
28.21 vMB
0.06152625 BTC
Random Selection Loading Transactions
Max Size: 143.99/200 MB

Candidate Block

Mining Attempt 7489cd5587c02eec47a2dcdc37e10518a4cc0f45c67f3410c6a6641835f059b3
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 0d8f2e5b15c86e7636a305f2c6e007eb3c680108e6cb7161ad8e8e818668a6ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,255
Size: 1.00 vMB
Total Fees: 0.00715365 BTC
Feerates: 87.72 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (338,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,233 576,233 0000000000000000002731746f6225e901d7444c4bfd0807db37ae628e9ce4a1 2,924 1.00/1.00 vMB 147
576,232 576,232 00000000000000000023eda2da2bcc3daab44077684456f9b7de7b87fc7bd118 1,301 1.00/1.00 vMB 156
576,231 576,231 0000000000000000000ce6bf0633ccd1c2186b81a3f55a5182f63f6591673e3c 2,543 1.00/1.00 vMB 181
576,230 576,230 00000000000000000011a038efeab2a7eb1f8bc1c94f667fbdcf0dd66d437f17 3,120 1.00/1.00 vMB 188
576,229 576,229 0000000000000000000dc34a306ba4941b7e3312303b8f42809caf9159075e74 3,148 1.00/1.00 vMB 146
576,228 576,228 000000000000000000054976e0cdad8a6924422045ed72b79d2e8e121659be68 3,045 1.00/1.00 vMB 182
576,227 576,227 00000000000000000021df4571a938649b7c245aaec8d7007433202d5345e99d 1,309 1.00/1.00 vMB 128
576,226 576,226 000000000000000000122131d3b27c0146b82d087c038ada4822e54b4504339e 1,294 1.00/1.00 vMB 140
576,225 576,225 00000000000000000027ea839beb6aab57cf1deaa19ecf62b330f4162a9d4273 2,406 1.00/1.00 vMB 106
576,224 576,224 000000000000000000249314470b196c9d3ec30d7e3498bb4f0010d8fa2ba79a 2,695 1.00/1.00 vMB 114
576,223 576,223 0000000000000000000ff1a7096ce7210d3aef3ad72b4b20c2868b86de918cf2 2,113 1.00/1.00 vMB 115
576,222 576,222 000000000000000000086118481410ebb66655cf218c1a5bc29722078cd62975 2,448 1.00/1.00 vMB 125
576,221 576,221 0000000000000000000e250abd9f7d09a92e28f84f2faef505e43267fa64482e 2,606 1.00/1.00 vMB 137
576,220 576,220 000000000000000000245cba4a472b7f45b30c72d7de734b28765d4706e0ab18 2,322 1.00/1.00 vMB 124
576,219 576,219 0000000000000000000284f0fa4d4c485b3319d0c9c9372d45e96d437d9701cc 2,953 1.00/1.00 vMB 149
576,218 576,218 0000000000000000000b93056378ef07c8ad58e0ff05a001e788ac48cd0da665 3,004 1.00/1.00 vMB 146
576,217 576,217 0000000000000000001b4523bc1c0f858e2c8cdc168664aea8c0eb585ce7254a 1,525 1.00/1.00 vMB 125
576,216 576,216 000000000000000000020cfb9fbb5e3a00dc87ae4399907b071f17da7cfee2b3 2,590 1.00/1.00 vMB 138
576,215 576,215 0000000000000000002111922005a76738191801a672863d505a11ac83e9b341 2,906 1.00/1.00 vMB 117
576,214 576,214 00000000000000000015fa11c7d1352e99b0ec96d788296d07057e19a28f6383 3,048 1.00/1.00 vMB 166
576,213 576,213 00000000000000000006016f867480e5700ae6e00c5c2261e88492cfa6df0399 2,995 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 630.34 GB
    • Received: 12.02 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.