Loading Tool

Explorer IconExplorer

Memory Pool

77,126 transactions
28.81 vMB
0.07878579 BTC
Random Selection Loading Transactions
Max Size: 174.26/200 MB

Candidate Block

Mining Attempt 7d29b726f9f3555f6316fa4eb289eccea25016002766e64ad3271fde7012580b
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root e56e446cacd1cf2ba860570653af4d15b985310f69ed8d7a13eee9db8c7e49ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,474
Size: 1.00 vMB
Total Fees: 0.01885851 BTC
Feerates: 150.93 > 1.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (255,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,396 659,396 0000000000000000000302222bdb858504933aac1369289b33431888548c36d1 2,982 1.00/1.00 vMB 124
659,395 659,395 0000000000000000000282be6700fdc48f37de46a95c16950948ac6eb97a8f72 2,544 1.00/1.00 vMB 113
659,394 659,394 00000000000000000006bbb114e36b53be8d3310d8e6168eef320dace9f4a77c 2,135 1.00/1.00 vMB 102
659,393 659,393 000000000000000000026b8d13f78d00bc83be1bc55736df9bcc39ebc054bea9 2,860 1.00/1.00 vMB 130
659,392 659,392 00000000000000000006e07616d33199eb4119aa5c1ca0540771d80f3af4adc7 2,958 1.00/1.00 vMB 98
659,391 659,391 0000000000000000000d5d26bc46f7890903322b98221a4afb6c68ba8832ded2 3,006 1.00/1.00 vMB 120
659,390 659,390 000000000000000000015dbaf296d84f37e5c2c6eaef324a36261b3c30a2c6fa 1,938 1.00/1.00 vMB 103
659,389 659,389 00000000000000000002cadff62aa40e108face0562d2629c2d8dd9adcbeae35 2,400 1.00/1.00 vMB 115
659,388 659,388 00000000000000000003c28fffcd02a5efe79e026984073e2b2143024233b697 2,988 1.00/1.00 vMB 100
659,387 659,387 0000000000000000000c6fae1a83d89832735e91a95b05ace1c66cb8aad1e009 2,996 1.00/1.00 vMB 107
659,386 659,386 000000000000000000033ca861f5ebdb89dccb9732e853e2a0ce593db99d1d49 2,356 1.00/1.00 vMB 114
659,385 659,385 0000000000000000000587a1cfb1a3c8eb0c8ec736ab66944695d01f6fa1e7d7 2,739 1.00/1.00 vMB 114
659,384 659,384 0000000000000000000a17acb523f95dcae0d7f5d5b57be2d19867ecfedf14cb 2,676 1.00/1.00 vMB 117
659,383 659,383 000000000000000000075481b79891fac5951de07dfb35966eb00da49728d318 2,816 1.00/1.00 vMB 131
659,382 659,382 000000000000000000019734e76ef8208ee2376f9e96fb87bbac266f0eba87c6 1,729 1.00/1.00 vMB 95
659,381 659,381 0000000000000000000178420bfde7488683d6e42889636e2b077f01a8b6ed9b 1,616 1.00/1.00 vMB 95
659,380 659,380 0000000000000000000bc84fa96431d7fb54b6eb3ad5e65dbac604f8d5f76d9d 3,080 1.00/1.00 vMB 105
659,379 659,379 000000000000000000061fb5a6baad186a2ff7b22251c99e834696525608b0f3 2,562 1.00/1.00 vMB 105
659,378 659,378 00000000000000000006240154c8d4f98dd94af04d1101c404e8ebdbebc3bb15 2,615 1.00/1.00 vMB 111
659,377 659,377 000000000000000000044c76b470663e98f8cc3843f99cf9b9da7008657b68ee 3,008 1.00/1.00 vMB 148
659,376 659,376 00000000000000000005d6fcc5aed65e463890125e213447b96e0bd9e1ebe1a7 3,000 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.