Loading Tool

Explorer IconExplorer

Memory Pool

82,515 transactions
30.13 vMB
0.10088765 BTC
Random Selection Loading Transactions
Max Size: 182.85/200 MB

Candidate Block

Mining Attempt 1cc7ea603afca8e74a3ca58fe04ccdee1375d11a6a7226e2422fbd675091e05e
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root c7fd391b75889f6914c19fc89230e5b6c639cca8ab4750a023cc5e4d5010939c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,332
Size: 1.00 vMB
Total Fees: 0.03025514 BTC
Feerates: 301.57 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (495,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,251 419,251 0000000000000000002529be2e527b2763075dc60c66415f298d0b64c12e8b00 1,452 0.83/1.00 vMB 38
419,250 419,250 0000000000000000019150fe2f5b5339605b267c8bd6ba5f4d18d0857cc3a0cc 2,422 1.00/1.00 vMB 64
419,249 419,249 000000000000000003ee47edc7b7f6d091b9f3aeaa04232d05241e828dcbead6 838 0.37/1.00 vMB 53
419,248 419,248 00000000000000000375b263f2859f2c4fe567b6b5d051cca4bfe6e38983c652 1,603 1.00/1.00 vMB 38
419,247 419,247 00000000000000000011f205728dc0e53d44a898e8bb529d56273216e0fbb602 1,336 0.66/1.00 vMB 50
419,246 419,246 00000000000000000063109034a9c50cff49b4b59ab38db2f698b39c8b095b97 566 0.24/1.00 vMB 51
419,245 419,245 000000000000000002da981ddf0350453a2ec28006d1be18ccef9d5aaa1cda58 1,396 0.68/1.00 vMB 46
419,244 419,244 00000000000000000152169e3e118b5d4d24a958e58c27e1bc5135bce1cdc4b9 1,225 0.58/1.00 vMB 52
419,243 419,243 000000000000000001a19133c3fe78479be603621f74eb6eda337c92c21ba71c 1,033 1.00/1.00 vMB 25
419,242 419,242 00000000000000000412c84ed6b88cf7a6e4d3e943f6fda0384655acfdd2c947 840 0.69/1.00 vMB 25
419,241 419,241 000000000000000004903adb20bf72fa310c6338d31001f267e33e0b11de20f0 2,794 1.00/1.00 vMB 70
419,240 419,240 0000000000000000043b95498fda3a5dbbf8600dba99971767e47995d8bde39b 1,916 0.92/1.00 vMB 47
419,239 419,239 000000000000000003b255d93c2aea40ec3fa139e8ff48247981a7d123c23533 1,299 0.67/1.00 vMB 44
419,238 419,238 00000000000000000312f0ced51e4dc5cea87fc999042641ab91b60fe52a5064 1,862 0.99/1.00 vMB 43
419,237 419,237 000000000000000004afbe01bfb8402f0ef89d85c5454000a598709d17e140aa 1,167 0.52/1.00 vMB 51
419,236 419,236 00000000000000000393d692bb6a25f1e6b66d62dd6fbbc8d8aa1e04a16deac3 612 0.99/1.00 vMB 11
419,235 419,235 000000000000000004b5972f43aa1f663cb1a48c4fffa053d61cfb0b58d6cdff 2,395 1.00/1.00 vMB 61
419,234 419,234 0000000000000000013baa02d4c3f7b6f08a0f6822b23de1f37ac4f8f2210074 595 0.34/1.00 vMB 37
419,233 419,233 0000000000000000009158e5fbe76c787adbfd587aba9c579195fd304c6a5708 706 0.30/1.00 vMB 55
419,232 419,232 000000000000000004e6303df6eb78be80ccd6b96322c8e0c25153951ed5fce8 1,093 0.48/1.00 vMB 48
419,231 419,231 0000000000000000015480bafd37c50fbcd8ad39a001303e32812821d36771fb 972 0.41/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.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: 671.77 GB
    • Received: 16.00 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.