Loading Tool

Explorer IconExplorer

Memory Pool

83,157 transactions
31.39 vMB
0.16301883 BTC
Random Selection Loading Transactions
Max Size: 186.44/200 MB

Candidate Block

Mining Attempt 71e3d945912ef430c276bcef1fe4ae655bd321b021b13b1ae81a266ba9a7f017
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 87b44db39fdc54f7545740ac98e26a5430deaaf30bf5ecd37b4a5530923e708a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,095
Size: 1.00 vMB
Total Fees: 0.06158535 BTC
Feerates: 269.69 > 6.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (520,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,278 394,278 000000000000000002b55f052e477b163ca964aeab32cf6195883a209f4ffb01 588 0.90/1.00 vMB 13
394,277 394,277 0000000000000000089787e5b2838f9303b6c82e6bd6d40856cbba1940b6e26d 1,157 1.00/1.00 vMB 23
394,276 394,276 00000000000000000152cac609562b0752a6e411f686e78c3d636207abf1f731 802 1.00/1.00 vMB 17
394,275 394,275 000000000000000001858ca6f2082f06c3200ab6e523c1c10447b9f607388b5b 1,824 0.93/1.00 vMB 34
394,274 394,274 0000000000000000070091724c766d5c984df7c1f99f9c8af190918fb996b1bf 1,942 0.99/1.00 vMB 47
394,273 394,273 0000000000000000069cd1dee021847c33756f894ba6f7562f6e20bbaced9ae3 1 0.00/1.00 vMB 0
394,272 394,272 00000000000000000394bf5d01ee98bda3cde000151a23b3354d44d0beb8ab9c 2,101 0.75/1.00 vMB 65
394,271 394,271 0000000000000000083486307864a9161619b66d65f9eb4989ca4defe868bb88 1,457 0.95/1.00 vMB 30
394,270 394,270 000000000000000000d21294b68223cb042fd3715a6bd3e20ae56a07ca5f6e68 1,441 0.75/1.00 vMB 28
394,269 394,269 00000000000000000150110f1e7c5bb25c2f8b4bb18e92214b856002c5d97660 3,002 1.00/1.00 vMB 59
394,268 394,268 000000000000000000689b1416e5cfed36ca2e90e9002d44e2e70281382c70cf 2,438 0.93/1.00 vMB 78
394,267 394,267 0000000000000000089936d25f9e65640a744c2bd5d0ef2bc5c64d775dd0eb49 1,755 0.93/1.00 vMB 27
394,266 394,266 000000000000000004eebdf4a592c911e9b5ce5c26d88d6fbde13aae19ae5232 2,351 0.75/1.00 vMB 69
394,265 394,265 0000000000000000082dd7d36c714c3c524e84dae6d8ba0b1ae5a82ce1c1785d 286 0.64/1.00 vMB 15
394,264 394,264 000000000000000001364eaac51d9cbffe1086b67f3ac4d92fa4ce33eb983bf5 1,543 1.00/1.00 vMB 31
394,263 394,263 000000000000000009562e4f5cb3ee6c203e9e248ca2c8789df4f7428ce8099b 2,237 1.00/1.00 vMB 50
394,262 394,262 0000000000000000085dd6cb09808b707cc0437b9f586f85e1e0590ed07abf50 1,140 0.95/1.00 vMB 24
394,261 394,261 000000000000000008aecec83317808aff6fc813f5cdd5dc211e1a69cd2999eb 2,011 1.00/1.00 vMB 35
394,260 394,260 000000000000000000c0c9d3f02158bb128ce79b01c18c96c1ee0d222dbd6af8 2,059 0.95/1.00 vMB 40
394,259 394,259 0000000000000000060dfa01e8c72a6e28746e4a2d90573d736ef49fe7adba65 2,348 0.75/1.00 vMB 75
394,258 394,258 000000000000000004b2658a5399f9b5f8ed522fa616d8f9771944c0a144099c 1,416 0.66/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.28 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.