Loading Tool

Explorer IconExplorer

Memory Pool

31,263 transactions
25.12 vMB
0.06027551 BTC
Random Selection Loading Transactions
Max Size: 125.46/200 MB

Candidate Block

Mining Attempt a8407afcaeda6592f7b367bc75c106d8cc94635669f6abf42cb54efe807f5761
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root f553b7af80be49fd1b00f3a2cca60b8fc4c12c46ca4b7c9b34cb21aa4d635cc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,416
Size: 1.00 vMB
Total Fees: 0.01507630 BTC
Feerates: 100.24 > 1.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (435,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,365 479,365 00000000000000000087578c997f0134a5ddec610c9c56c1679fc896e52a63f3 2,313 1.00/1.00 vMB 138
479,364 479,364 000000000000000000eba88206a4f4c3aaf860536541259176d70d29affcce1c 1,021 1.00/1.00 vMB 55
479,363 479,363 00000000000000000140a24131bf3dffb9be5ee469fa6733dadb6997095fdb8d 352 0.99/1.00 vMB 16
479,362 479,362 0000000000000000013ee01e6560ed154fd57066ca0fcd7a1f951962b5bb0bf8 1,773 1.00/1.00 vMB 73
479,361 479,361 000000000000000001450374e3c3c56f9ece3909fe96523253a4db3043f8cfea 1,425 1.00/1.00 vMB 56
479,360 479,360 000000000000000000d4f20801fcab288a054e1a745f9949208f13ce8141bf2a 1,779 1.00/1.00 vMB 85
479,359 479,359 000000000000000000e844bcf1f02752ff529507e2aadaa23e01e4331b47ecff 1,491 1.00/1.00 vMB 22
479,358 479,358 0000000000000000002d152adc469bd4f77c453eb26876c4d3252467167bfe43 2,366 0.99/1.00 vMB 133
479,357 479,357 00000000000000000067d5d8114b00e45af861f175adc5d3b57e22414926f85a 1,606 1.00/1.00 vMB 8
479,356 479,356 000000000000000000d4bfb2fd524277a16c12ebe34260756cfc6e56c4c7dca5 1,881 1.00/1.00 vMB 103
479,355 479,355 000000000000000000369b0e96e0ab8dda8947e2b262ad347771f0ae4beadb4b 2,091 1.00/1.00 vMB 19
479,354 479,354 0000000000000000010102b82d6bc85d25db205cbc993b721d7f2f74712ebbf3 1,522 1.00/1.00 vMB 45
479,353 479,353 0000000000000000009775a15b8d118c63117cff1199ff6fabdf2f29f688e5f6 2,076 1.00/1.00 vMB 120
479,352 479,352 000000000000000000d8afae7b2721e7d0452731e5fbf5d10288bc9f6d510608 2,589 1.00/1.00 vMB 122
479,351 479,351 0000000000000000001100a65ef67494d5b83405268ef4dda03626837618d3c5 1,770 1.00/1.00 vMB 94
479,350 479,350 000000000000000000ff54901dc5ab80163c097bafb58f321ab46cd7da42cadd 2,204 0.99/1.00 vMB 133
479,349 479,349 0000000000000000007c6dbe44675c191b418e78295a04be364d0ef9492937ea 2,188 1.00/1.00 vMB 102
479,348 479,348 000000000000000000654af73cb3c8c003874ea969e2c4692e55e0ae119ff0f3 272 0.12/1.00 vMB 48
479,347 479,347 00000000000000000084981a42cdc48d7d2180c9aab0c72279677b0e23d09dc6 2,375 1.00/1.00 vMB 106
479,346 479,346 00000000000000000045573ef92236dbf4ec21cf9fdd42271f12be9e78272c1b 818 0.49/1.00 vMB 31
479,345 479,345 00000000000000000035ee0cbb12f7c17241c6d30fab30b4f91b763385783c11 1,916 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 781.86 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: 642.01 GB
    • Received: 12.53 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.