Loading Tool

Explorer IconExplorer

Memory Pool

80,482 transactions
29.70 vMB
0.06890893 BTC
Random Selection Loading Transactions
Max Size: 179.26/200 MB

Candidate Block

Mining Attempt 86249f7cc754376eab310b52233af5f580787c8aad46044b19e8fdb0c94e63a1
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 1729868e2e5c5a55205fa2a3a58f5577feaa5474bcc99af81e9deb471e3bb448
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,137
Size: 1.00 vMB
Total Fees: 0.00843082 BTC
Feerates: 100.36 > 0.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (344,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,598 570,598 0000000000000000001f8fb45e1f017831d1988617a1c976faa60c97e3c22148 3,035 1.00/1.00 vMB 24
570,597 570,597 0000000000000000002a3155b9f89fe250bf9331c98b702568f15025754fa2dd 1,779 1.00/1.00 vMB 38
570,596 570,596 000000000000000000197244ec7f9f2c5519ad44fd92e1ba39d1d96edd53ecce 3,177 1.00/1.00 vMB 103
570,595 570,595 0000000000000000002aaf7abf9f377503e34a295b8f18f9f36f7f270b583ed8 2,840 1.00/1.00 vMB 94
570,594 570,594 000000000000000000176abf06d8c0726e50cf221f80f230edcba74ba5f1082d 2,416 1.00/1.00 vMB 8
570,593 570,593 0000000000000000000a75e71eb461ec94e6313ff5b0defdc4e7f03e62f993d8 2,740 1.00/1.00 vMB 27
570,592 570,592 00000000000000000019697990089c278ad05ac4dfc0636b77dc83dfad42774d 2,539 1.00/1.00 vMB 74
570,591 570,591 0000000000000000001352cfe124708d15b622996f42f90dd5b600db62a46697 2,193 1.00/1.00 vMB 116
570,590 570,590 00000000000000000014608e40c14fdd231b6ec5fa50084e40654e1a2a9b037e 2,669 1.00/1.00 vMB 104
570,589 570,589 0000000000000000000321724edf265b602c0749ffca67cb3e0eb91a1520e383 2,953 1.00/1.00 vMB 59
570,588 570,588 0000000000000000000fffba3ad055c6170ad82b578a0146afcd6a486d7c85cf 2,665 0.84/1.00 vMB 38
570,587 570,587 0000000000000000001131774e6bc24c16496eacc6c95e104dc8a8d90bbd40a1 2,260 0.69/1.00 vMB 35
570,586 570,586 000000000000000000064acc8cb3d8d571924df96f8106bd27f41abb9badd270 2,992 1.00/1.00 vMB 39
570,585 570,585 0000000000000000001633bc3d5ad0eb4f7f1471400e7641c94cc7bf902c41e1 995 0.43/1.00 vMB 15
570,584 570,584 0000000000000000001efc15f756cc99c5c9890e30d683caaf16c7f6b9dfefd6 2,764 1.00/1.00 vMB 5
570,583 570,583 0000000000000000002881c27ba94d5141ace3d3cd749dc184cf799e692eac8d 3,347 1.00/1.00 vMB 34
570,582 570,582 000000000000000000223e5388fdd060ddfaca9b677f0b09023a2f6de53149d8 2,891 1.00/1.00 vMB 72
570,581 570,581 0000000000000000001b425c11e6c353fe6ed0df307e11855d1c3a3cc0dd94de 2,740 1.00/1.00 vMB 101
570,580 570,580 0000000000000000002a23e6cbdd71e24cee0186a0dbf8cd392b82d746c43221 2,073 0.61/1.00 vMB 33
570,579 570,579 0000000000000000002154ef00339f954473aeb324e9631d9c29a1f46f2b2c10 2,941 1.00/1.00 vMB 52
570,578 570,578 0000000000000000002a4ebb06dc0c224ec96b80d1c41d16680b4f32e12fdcd7 1,346 0.48/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.