Loading Tool

Explorer IconExplorer

Memory Pool

84,261 transactions
30.93 vMB
0.09268192 BTC
Random Selection Loading Transactions
Max Size: 189.64/200 MB

Candidate Block

Mining Attempt 370a74c38551b74bac52082602435a47c167c7e81a3e1cefff28fe26090668c3
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 55b174aa15ca48d69f408a464c3cdbf615fb2e1e128a0c97833b88f5d677b0b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,574
Size: 1.00 vMB
Total Fees: 0.02243092 BTC
Feerates: 402.60 > 2.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (233,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,135 682,135 00000000000000000001f95a5483a07a9d21a0b88c1f06103dd0c4c7f963e14f 1,036 1.00/1.00 vMB 91
682,134 682,134 000000000000000000058c3e1d6ae4b948706a95a5f666ac169b9c6f1d9041e0 1,996 1.00/1.00 vMB 65
682,133 682,133 0000000000000000000ba2e99e07b3387fbca2c4c1064c9d411536208dd84e54 2,065 1.00/1.00 vMB 42
682,132 682,132 0000000000000000000d4e049a48662ef7e869388b17402c44c84b3e141d395f 2,280 1.00/1.00 vMB 95
682,131 682,131 0000000000000000000c560662583f673d34fec0c1de9c799c3063342e95a1a1 2,600 1.00/1.00 vMB 114
682,130 682,130 0000000000000000000d7f68cbda8410b10a91bf941f9b6f7b94d54476f56d0d 1,219 1.00/1.00 vMB 215
682,129 682,129 0000000000000000000b284dc05c9d7e9afaf9e5ad1e26a8d8c63a653c57851a 2,601 1.00/1.00 vMB 109
682,128 682,128 00000000000000000007ec36fe08ece959efb0b48fd0410976455fea882eaab0 1,936 1.00/1.00 vMB 27
682,127 682,127 000000000000000000005d4e9f150c7a2e44cb165df28b1f8cc555ec9d145bf0 2,398 1.00/1.00 vMB 62
682,126 682,126 00000000000000000003d2e2685c241d86eb01f06f981fb3dcabcffbff63ddfa 1,572 1.00/1.00 vMB 44
682,125 682,125 0000000000000000000365273765ef4a2fe552ad37949fdad3261a0892ec4173 3,182 1.00/1.00 vMB 80
682,124 682,124 0000000000000000000bff6a886c1d06c2cbb6727914fae52af73c990aad1afd 1,501 1.00/1.00 vMB 87
682,123 682,123 00000000000000000001056090e4c62be46e7bfceb191b196fb9d90aa28572f3 1,192 1.00/1.00 vMB 95
682,122 682,122 0000000000000000000a1acd08529da1957c34787254e53be7d1bc6b58c3c636 1,917 1.00/1.00 vMB 80
682,121 682,121 00000000000000000008e1959d2e2c3f548306cdf341d2f4a7cd2078d52eb0f4 606 1.00/1.00 vMB 90
682,120 682,120 00000000000000000008d1f3e040556203466a3b5c00f9a30b6c0c45b1314cc6 2,071 1.00/1.00 vMB 86
682,119 682,119 0000000000000000000a2c61932bce828d6f879bbd7557e52647601ac186457a 2,757 1.00/1.00 vMB 95
682,118 682,118 000000000000000000067b3abc019ec61d65d8df78ddc807afeb793c7953d753 2,216 1.00/1.00 vMB 110
682,117 682,117 000000000000000000058bf66fb1c47f23ec1335601dc1aa54424cf99381e09f 2,396 1.00/1.00 vMB 115
682,116 682,116 00000000000000000002014ea928886ae79ee2a03311c85f2d6692eb0f076284 2,571 1.00/1.00 vMB 98
682,115 682,115 000000000000000000010158b362f780ca01001375693170413f51f106968a84 2,305 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.96 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: 715.29 GB
    • Received: 17.70 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.