Loading Tool

Explorer IconExplorer

Memory Pool

46,500 transactions
27.46 vMB
0.08200187 BTC
Random Selection Loading Transactions
Max Size: 145.22/200 MB

Candidate Block

Mining Attempt 983b1563ec28717b46d71ad84c8f374357e4732409871331269f84c35dc0d8db
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 172332d98d1bfd20c017e9e1f5dc6bbef6d6bcb5b2b2e09346500bc853bce3c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,083
Size: 1.00 vMB
Total Fees: 0.02908239 BTC
Feerates: 401.42 > 2.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (247,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,102 667,102 000000000000000000038ca966206f5ef29e6bb1d5a29c6f8ec683cc0b12d7a7 2,525 1.00/1.00 vMB 79
667,101 667,101 000000000000000000084db06ecfa1d173f3aae40a0f8102be5d5f3fa6590276 2,865 1.00/1.00 vMB 84
667,100 667,100 00000000000000000001cd228348a8612e15578387f3881c8ae4c70952846a28 2,736 1.00/1.00 vMB 67
667,099 667,099 00000000000000000002a04a631fafcefd04fe5d456f5ae6ec709a24bdc326d2 2,435 1.00/1.00 vMB 100
667,098 667,098 0000000000000000000a5137bd79525b7a1f1277d67a675691e7b397072cd3d1 2,385 1.00/1.00 vMB 91
667,097 667,097 0000000000000000000bfe923b51dc23b82ec9ce4761e1677543f1f70a419239 2,683 1.00/1.00 vMB 114
667,096 667,096 00000000000000000001a750100ab138b19e2124f5a0d0837b58d98990cf86af 2,682 1.00/1.00 vMB 125
667,095 667,095 00000000000000000003faa83fd112296f5a39d329390381f3d211527447a712 2,079 1.00/1.00 vMB 110
667,094 667,094 0000000000000000000cc1bb2683b2e04e201b0bbaff31207a8d6f25be850a4a 916 1.00/1.00 vMB 96
667,093 667,093 00000000000000000004da552fc4cc0c2c41d4c953b897f484a10bddc8b56fff 2,749 1.00/1.00 vMB 110
667,092 667,092 000000000000000000075ad01a3b4dd5dd5df1ee1c6f4b004d6aa3e98171d8d3 1,470 1.00/1.00 vMB 143
667,091 667,091 00000000000000000007613d9664cf92b7fb780add248c7b4d8ebc89dcddc98d 2,558 1.00/1.00 vMB 109
667,090 667,090 0000000000000000000b8535b94ec3a94e5427d447e464b1af67f98dd2026502 2,834 1.00/1.00 vMB 98
667,089 667,089 0000000000000000000d6e7cb6023142e05107ca8880e2d2aa83b7cbe629b4d4 2,612 1.00/1.00 vMB 70
667,088 667,088 0000000000000000000c4f7e4e6023f4cb6fb285ae7b627943b66bae7c590212 2,619 1.00/1.00 vMB 70
667,087 667,087 0000000000000000000ba634cec5ea329839fd091c40f1fd33399bb6ce05dc91 2,810 1.00/1.00 vMB 105
667,086 667,086 000000000000000000058dc8610a0125e956baefb3b46ff21b79f4b988bd0b30 2,373 1.00/1.00 vMB 77
667,085 667,085 0000000000000000000b955d8cd08fcf02c440130d32afb6a282edd9f1449e0b 2,503 1.00/1.00 vMB 65
667,084 667,084 000000000000000000015b926a684fd63b582469ad287eed8af38755b0632bde 2,932 1.00/1.00 vMB 74
667,083 667,083 0000000000000000000a075915ba927d61cc83d37b5a2604310ec7a368a4b3bf 2,101 1.00/1.00 vMB 94
667,082 667,082 00000000000000000009840e68413efd85349bb871130646f53876ca795fc7c7 2,178 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.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.