Loading Tool

Explorer IconExplorer

Memory Pool

37,063 transactions
28.11 vMB
0.06006901 BTC
Random Selection Loading Transactions
Max Size: 141.76/200 MB

Candidate Block

Mining Attempt 5b5a765c2f4df9b83f6b73ffbb30d2b7bb15af911eacb36204bdf9754ea39148
Version 20000000
Previous Block 000000000000000000002f9dcde73bc5f71e6d226bcadaa835a84eee0f46153e
Merkle Root ea31e79598195396cd89867041ae076d695ac94f6a91512603bcc51a9b719204
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,278
Size: 1.00 vMB
Total Fees: 0.00616802 BTC
Feerates: 54.59 > 0.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,557 (177,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,252 737,252 0000000000000000000892bffd6981316d1e3bc4b733e98797c5f65081be5681 1,582 0.55/1.00 vMB 13
737,251 737,251 00000000000000000000d2d004d433ddfa1955a5313cbda6adf226c594d8a6e6 194 0.16/1.00 vMB 3
737,250 737,250 00000000000000000002db1b1bb253ef8a77ffef5f2c4557c8aa9f1b962cdd00 1,141 0.43/1.00 vMB 15
737,249 737,249 0000000000000000000060f487d53b1b4e874ef88bd4c21e039a0a35ffbe3926 422 0.16/1.00 vMB 6
737,248 737,248 00000000000000000000f292b3327de0982cbc8921fcc981b1118f8f55c133d4 2,855 1.00/1.00 vMB 14
737,247 737,247 000000000000000000034f1dde2c68c0dadadac660231612e7606b59c997b37f 356 0.19/1.00 vMB 7
737,246 737,246 0000000000000000000089924bbb04acc1e3e7482a381228c5c4329c14d7ffe3 1,999 0.88/1.00 vMB 17
737,245 737,245 00000000000000000001d9cbf633c3b81b955c17504985eb910166d4ec2f1464 1,643 0.63/1.00 vMB 7
737,244 737,244 00000000000000000000de73e5a91de54c74cb14f02eeacb934588fd7a6d8118 2,491 1.00/1.00 vMB 15
737,243 737,243 000000000000000000009ef2461c3670ce4d70cedb22d05fe2cfb55563d3cd23 1,485 1.00/1.00 vMB 19
737,242 737,242 00000000000000000002a3d38b35675726515e3195df7471eb1f91ead2a57a4c 1,280 0.50/1.00 vMB 13
737,241 737,241 0000000000000000000467a84214ec96f89c075f13943d843b12f0ca7f15620a 803 0.30/1.00 vMB 12
737,240 737,240 00000000000000000004bd9c6e325c144c2846f78deec9b960a1b7a91d394510 819 0.72/1.00 vMB 3
737,239 737,239 000000000000000000089bfb3c32f33b6d567763e94806d2cec47ddcdc1b00b0 1,148 1.00/1.00 vMB 6
737,238 737,238 00000000000000000003ba159e3a22ea91282a000b789e7b942a381131960701 1,001 1.00/1.00 vMB 4
737,237 737,237 000000000000000000075111f4f7c8698b2b0ffcf9b7dc5c36a0f129e261717a 2,613 1.00/1.00 vMB 14
737,236 737,236 00000000000000000007be498f4f7d75b0bd349d077f4aae3dd2fccd14c0e632 2,381 1.00/1.00 vMB 5
737,235 737,235 00000000000000000007a2fd8ff89a18298e5cb45b3355919c087da0b61b9015 2,568 1.00/1.00 vMB 12
737,234 737,234 0000000000000000000334cfb68f317ec716591a3d6fa9bf216f12c3bad6a295 1,759 1.00/1.00 vMB 18
737,233 737,233 000000000000000000081e34448b4eb62bc7daed1779ce8221b523c2ba240d01 2,341 1.00/1.00 vMB 21
737,232 737,232 0000000000000000000709881cc8d33f84815fe8ea1baad9889042146b4d3042 2,528 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.60 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: 623.66 GB
    • Received: 11.47 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.