Loading Tool

Explorer IconExplorer

Memory Pool

88,414 transactions
32.21 vMB
0.13873998 BTC
Random Selection Loading Transactions
Max Size: 195.13/200 MB

Candidate Block

Mining Attempt 4ad36f9afaa9cccfe5d6f4bc471233bc7f3dd4c79beef86cb5f1d103ba16268c
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root b9acd23a407911cd981a4d636e6648b01dee10d658b0a133d6aade12c3fd565e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,951
Size: 1.00 vMB
Total Fees: 0.05167076 BTC
Feerates: 101.65 > 5.18 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (329,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,196 585,196 000000000000000000195e85dc54f46e10c48562336db6d0e11c4d256e9d84f7 2,488 1.00/1.00 vMB 40
585,195 585,195 00000000000000000013ee726d2c683557e1f7a5e17e8e1417dfe507559c0621 2,444 0.93/1.00 vMB 29
585,194 585,194 00000000000000000016ebf04f381460f152e640cbc726494433f28aeea84537 1,571 0.57/1.00 vMB 21
585,193 585,193 000000000000000000043b9cf05924235a105ebf8d328115a80387b4cd684cad 2,441 1.00/1.00 vMB 24
585,192 585,192 00000000000000000008cd993bbdc634ad0d86413d3c0dfcbc4fc2b8f6bc1bf9 1,800 1.00/1.00 vMB 63
585,191 585,191 0000000000000000001dc4b1ea49563621fe897584c6af9bb9b662405afe903e 1,834 0.60/1.00 vMB 7
585,190 585,190 0000000000000000000add8fffba7d5d9520ff70bb7b326d4aee483fb1ce7d10 2,690 1.00/1.00 vMB 48
585,189 585,189 0000000000000000000169161187f5d9e574384b5eba5f2df42f6c77d5ed1f61 718 0.46/1.00 vMB 28
585,188 585,188 000000000000000000145864a8f4c4f989b4602172275821e358708ee80e3523 1,312 0.60/1.00 vMB 29
585,187 585,187 0000000000000000001aee99140b51f50de7b5636c9e03cbf515dfbbe2191cca 2,467 0.90/1.00 vMB 12
585,186 585,186 00000000000000000018fd43078676f37b914cab50976729d74e77dcc1d7dc88 2,246 1.00/1.00 vMB 32
585,185 585,185 0000000000000000001ef86354ba49acf3366e381fb1d8ea47fd40284c88da7d 2,432 1.00/1.00 vMB 38
585,184 585,184 00000000000000000002ebca6ae166be4f569afcf90ee30f3c1bcefa84c5285f 1,693 1.00/1.00 vMB 42
585,183 585,183 000000000000000000028848e151a2522463e452d8a1b5f6d0bf04661f8e97d7 2,462 1.00/1.00 vMB 71
585,182 585,182 0000000000000000000322e3ba63e69bec5b5c2c721a380a736ecc0e7c33a11b 2,402 0.78/1.00 vMB 37
585,181 585,181 0000000000000000001eb67b4b00f4b9fd4ef9b21a2a17b9e7d9c1b35db9355d 1,906 0.67/1.00 vMB 4
585,180 585,180 00000000000000000019aa186ed7295d05dd1bc0c8e97c4f47b12211e43bd64f 2,988 1.00/1.00 vMB 21
585,179 585,179 00000000000000000003507a8bfcda06469968a6a2d846fc421ef4227171b0bc 2,812 1.00/1.00 vMB 31
585,178 585,178 0000000000000000000a864785b652e2f6eddff5eff386eae7b9d1ee88494371 2,986 1.00/1.00 vMB 69
585,177 585,177 000000000000000000128d57be9a13feca1fa398bb44c91f102a1f56143ad465 2,648 1.00/1.00 vMB 36
585,176 585,176 0000000000000000001e3c3bb360c322b0c7f03f77f6ed0c3df709fd451472d2 3,709 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.