Loading Tool

Explorer IconExplorer

Memory Pool

78,104 transactions
29.33 vMB
0.06433546 BTC
Random Selection Loading Transactions
Max Size: 176.22/200 MB

Candidate Block

Mining Attempt d2c0f45f983ec7f0131da07d8a64a638aa2c3bda38510184408861b108caac87
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 8a6fb40b238e1fcff1afd9b8924f4b4d52348748582efb998b7e752b7801d4b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,893
Size: 1.00 vMB
Total Fees: 0.00492691 BTC
Feerates: 18.31 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (827,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,217 87,217 000000000000886f812d6eb77536841182c8203e922b1aedfeeefc146c73fb58 8 0.00/1.00 vMB 0
87,216 87,216 000000000013506c91aac5e528b5b7a0a7dff161672a4050ba0d5b27365d1f32 2 0.00/1.00 vMB 0
87,215 87,215 00000000000a019d13c52b7ba8830c92fbfba95ffba1e0f416253065d99990ad 3 0.00/1.00 vMB 0
87,214 87,214 000000000004c622c53bd215ae1f82e994ef79d6cb797afe3677ad527a2ce73b 1 0.00/1.00 vMB 0
87,213 87,213 000000000019b729de4a01849f42dfe0bdfcae9f8c9df9f088ce309eb54d9998 3 0.00/1.00 vMB 0
87,212 87,212 00000000001cc459c0407be2faca9469501e35657e5c1643ac7045d595c60197 1 0.00/1.00 vMB 0
87,211 87,211 00000000001d2e20e1c12eda6ed206f31956a23c0378b5cf045d50c5cca8b699 1 0.00/1.00 vMB 0
87,210 87,210 00000000000e25bbbd60307f61c0cab3500ac21e21208ebeb7ec965c70aa03ac 4 0.00/1.00 vMB 0
87,209 87,209 000000000008c030609db4b3a62f39f3391f093b5950adb2e803406588adc16a 2 0.00/1.00 vMB 0
87,208 87,208 000000000001214efe8e5dc64f8c91623e782cb2c537ef7605d3a4fd9dff3f67 3 0.00/1.00 vMB 0
87,207 87,207 00000000001c9c63704fe9f53695682d1c0e042af385169e106e9faa72bdf580 5 0.00/1.00 vMB 0
87,206 87,206 00000000000c159005553e62d6f9387ab68f10f50698e51f8936695b4d277103 4 0.00/1.00 vMB 0
87,205 87,205 000000000001dedb414934b6a3c977b18d4eddb7b4895f931a489de1662e4988 7 0.00/1.00 vMB 0
87,204 87,204 00000000000fcae162374148dbe9db60c5bfe84cdacee0640ffccd3c62a665d9 2 0.00/1.00 vMB 0
87,203 87,203 00000000001c6b983893d5d06b18164c539145a635b6a9bcadf83da02cb8f7e1 1 0.00/1.00 vMB 0
87,202 87,202 0000000000153740ff9f842fe6a701a88d2a4e1b284292d90f93cb4ff5ff3f7e 2 0.00/1.00 vMB 0
87,201 87,201 0000000000028468b1cca11b786bb33580135fd3381ea693b8ef3fec9b4ed156 4 0.00/1.00 vMB 0
87,200 87,200 000000000005370d12e1320705880375fdd6808d8a5ddbb571d3f771438190b0 1 0.00/1.00 vMB 0
87,199 87,199 00000000000c293aeb1bb7b7fddce48b44bc93c1b7c8e2da2009aa650e5c5fc1 1 0.00/1.00 vMB 0
87,198 87,198 0000000000043c6a71ab6b561cb2ebb9ebd2447c5f9b60cfcbc94e2dd1eb7cfe 1 0.00/1.00 vMB 0
87,197 87,197 00000000000754efbc887b2d8aa5295931cde9f532439baf352163e3c835ddd7 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.