Loading Tool

Explorer IconExplorer

Memory Pool

26,982 transactions
25.92 vMB
0.07163888 BTC
Random Selection Loading Transactions
Max Size: 126.04/200 MB

Candidate Block

Mining Attempt e88aa97bfc7a48f6089ab5ef7021f8a2c5bbebb83725cd66c8486d4a2df6965f
Version 20000000
Previous Block 00000000000000000001ba8a20a80418340a612809951dcc481799aa73d20526
Merkle Root 7ea330d6c437954e0781927d975e5668da5f119bbe43adb89000d001e92959d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,277
Size: 1.00 vMB
Total Fees: 0.02177134 BTC
Feerates: 150.93 > 2.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,238 (791,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,819 122,819 00000000000055eb34b46781acb0bd1571f03d5b8f0127986c485767a6beb015 17 0.00/1.00 vMB 227
122,818 122,818 00000000000001aab86af455f02c4d718e867dc9afab528a4afad3395d7b8c8c 12 0.01/1.00 vMB 523
122,817 122,817 0000000000004ad6dabe2bb8098b6598217eb79c0143bc312973885cb843da5d 25 0.01/1.00 vMB 115
122,816 122,816 0000000000008dbdc73fc2205cf53b45153cc9d50c6ccd7c854d80f4a99e2336 10 0.00/1.00 vMB 313
122,815 122,815 0000000000006bbb5a4bd8501908489fc7cfbda2a9f9284e5fbca27a313fdfed 18 0.01/1.00 vMB 912
122,814 122,814 0000000000000691004444e6fefa7071a4e2d3dfea7bfefdae60e2bb1c740f4c 10 0.00/1.00 vMB 591
122,813 122,813 00000000000048ac18996d59c8b69575bea23d8e87bde0d0cfbb5c3e98922273 10 0.00/1.00 vMB 0
122,812 122,812 00000000000003420a41cbc8dfb4e25ef35c9bd5e92435e9bb1120305dc1662f 27 0.01/1.00 vMB 1,321
122,811 122,811 0000000000008c943b7b879ba2fe9656ee372236c7cf2674ccac63f6a5a2c602 11 0.00/1.00 vMB 0
122,810 122,810 0000000000004ea3e9a606e31b0de6ea301b80368f6ea6817531fe6fe67d0033 10 0.01/1.00 vMB 886
122,809 122,809 0000000000006d1f2ad01e7a1bd6fbe5ee8adb0d27859e8215884329ab87c0c6 14 0.00/1.00 vMB 0
122,808 122,808 000000000000793d85507614a29018f5477442db4c76ba5d3bfb1b261b604a36 34 0.01/1.00 vMB 519
122,807 122,807 00000000000005b32c2f7def7d4b42254166a4e55dc531c5cca760600d21e5ca 11 0.00/1.00 vMB 357
122,806 122,806 0000000000000b6e9ecc70cb1622730cc6beb3f81d20e692cf38e4314936e94e 10 0.00/1.00 vMB 0
122,805 122,805 000000000000432d5ace1e05d710ec56fde4628633a3320ad2389cf807edf79c 11 0.00/1.00 vMB 334
122,804 122,804 0000000000008337200ec9412e51381326758963bce787a97ad867bac087d3f1 5 0.00/1.00 vMB 1,240
122,803 122,803 000000000000484daf777d9f4715e09c24511c1d3ae3d92ddc24f2de103fd500 8 0.00/1.00 vMB 0
122,802 122,802 0000000000007787385a1a8e076e0a6192a1af786845ab21ad1ab675290c2b24 1 0.00/1.00 vMB 0
122,801 122,801 00000000000081243d9e57fb6477fee6487d12a21165b7dd3f48ec39e77c768e 50 0.01/1.00 vMB 2,543
122,800 122,800 0000000000002528224df41ed781655eb376744d481a65d0c92874ec332b84e1 11 0.00/1.00 vMB 0
122,799 122,799 00000000000021fb82f00fb57dfc180bc9b7bc33d33f40bb8d48cb98903fc46f 22 0.01/1.00 vMB 444
Previous 10 blocks ↓
Total Size: 781.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 576.13 GB
    • Received: 8.40 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.