Loading Tool

Explorer IconExplorer

Memory Pool

35,545 transactions
26.65 vMB
0.05716469 BTC
Random Selection Loading Transactions
Max Size: 134.63/200 MB

Candidate Block

Mining Attempt 43252e392a6096731bb699fbbeb8941d607723ce84c504cd1842dfae562ba75c
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root ca6db8751d83705b0923d51cc3b5f4a988bd627e5befd3ff58476268f61acd56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,999
Size: 1.00 vMB
Total Fees: 0.00743738 BTC
Feerates: 160.84 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (344,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,001 570,001 0000000000000000002bb1e522df0507692842a086820cb34fdbe079de76e946 1,972 1.00/1.00 vMB 81
570,000 570,000 0000000000000000000822cf76247f1ecec0a82dbecb3b482ec4d2d154e0cd1d 2,312 1.00/1.00 vMB 102
569,999 569,999 000000000000000000102f8eeaac05346238065f2e013f6b31a97320ab8f11bb 2,436 1.00/1.00 vMB 101
569,998 569,998 0000000000000000001e5fea6b6336b2c2e092bfca7053278937354a4fa31844 2,132 1.00/1.00 vMB 100
569,997 569,997 0000000000000000002a9eaae415032a909100c0d29dd39097b66cfbb085ce80 2,270 1.00/1.00 vMB 117
569,996 569,996 000000000000000000109a5793ce862ab77abc50b7a6f30f5d5df6972a6c33a5 2,788 1.00/1.00 vMB 134
569,995 569,995 0000000000000000000c96ae97bbf2afa8b29d597919d888b3eae1060622f155 2,632 1.00/1.00 vMB 115
569,994 569,994 00000000000000000011d7d662279c44ac52a537fcc0cb78426207269bc7b56e 2,513 1.00/1.00 vMB 77
569,993 569,993 00000000000000000007f1bd650e5f467fc510c3189f9ab233415184a06d77ce 2,893 1.00/1.00 vMB 102
569,992 569,992 00000000000000000014c04301803d48cfc48d7eeec92d1fe9177ea0f228c6e9 2,892 1.00/1.00 vMB 93
569,991 569,991 0000000000000000001d8f3849c8fbde22b4d5de3bf16a22cdcc0ddf5261dc94 3,156 1.00/1.00 vMB 131
569,990 569,990 000000000000000000175b60f54cfd9001eeb8b3164d79859b3dc484786d1212 2,837 1.00/1.00 vMB 96
569,989 569,989 0000000000000000000e8869ba69057a58917c7e13ea5f2e8d5d2623597d13a3 3,065 1.00/1.00 vMB 141
569,988 569,988 0000000000000000002a150e6b248461c762e5140e2e4fcaeb1997d4672ddb22 2,606 1.00/1.00 vMB 113
569,987 569,987 00000000000000000005f95125bd5c19e874ef3517b180c4c71f537acd529045 3,086 1.00/1.00 vMB 116
569,986 569,986 0000000000000000002684dd532692b21c8017ed86d69b801fb0969c971d2117 2,541 1.00/1.00 vMB 50
569,985 569,985 0000000000000000000567e8c3bfcf623e37445ba3ded4c12a9795e3f649df08 2,613 1.00/1.00 vMB 84
569,984 569,984 0000000000000000002c127827b6aed7d33a6596d5f5b0e98ac19f7f8fcf759a 2,848 1.00/1.00 vMB 128
569,983 569,983 00000000000000000011cd88274ddaabcf5d7101e9580513c2d3299e8d9f1817 2,769 1.00/1.00 vMB 103
569,982 569,982 00000000000000000028dc9400dac81d87c8f7a15035595a52714e9076e42299 2,595 1.00/1.00 vMB 41
569,981 569,981 00000000000000000011dba7352f5b43125e744772597dce915b1d3db8a1ec14 2,326 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 781.77 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: 632.84 GB
    • Received: 12.15 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.