Loading Tool

Explorer IconExplorer

Memory Pool

37,333 transactions
27.10 vMB
0.06367841 BTC
Random Selection Loading Transactions
Max Size: 137.27/200 MB

Candidate Block

Mining Attempt 3114e6f1c9f4d53ce28f11ee38e7a3a4eb377de914c64009168260d78d4dce0e
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root b96973aca1b208ab224311a626fa20de07ab242625f876a99cc148ddd23e7b8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,788
Size: 1.00 vMB
Total Fees: 0.01238630 BTC
Feerates: 179.53 > 1.24 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (526,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,223 388,223 00000000000000000a6170374cff724daa23880f5161f7931cee55079aa6d370 1,214 0.93/1.00 vMB 24
388,222 388,222 00000000000000000370e188550e1c55778d825336f55f7b4a762371f60d67f2 2,022 0.93/1.00 vMB 32
388,221 388,221 000000000000000001862e262a3145cc1f5ef52f40646ad055ff7243e9d8bb27 1,282 0.93/1.00 vMB 26
388,220 388,220 0000000000000000092d8faa07191b53d5933e7cdea02656d5143a18ceeb0d42 2,130 1.00/1.00 vMB 35
388,219 388,219 000000000000000002a700f5805ca2e31e1059125abb673a59011ecd672c584f 276 0.14/1.00 vMB 31
388,218 388,218 000000000000000008f9beb763ccf1a3e459a5daaa36a5b3b21e12f8d24fb32d 2,327 1.00/1.00 vMB 36
388,217 388,217 00000000000000000dd6e8a113c18332d2808b19b5783931b0b8334b01206103 31 0.06/1.00 vMB 11
388,216 388,216 000000000000000004d1d46210bf49b5b8694bff212c4d1db2014d5c90b320ed 1,415 0.89/1.00 vMB 36
388,215 388,215 00000000000000000a7ea0192973d5338de25db72c76bf45b9d1639426dc6370 2,920 1.00/1.00 vMB 71
388,214 388,214 000000000000000004a365e6b0047ff0d6a950d7fab33639321168208d06632e 2,163 0.81/1.00 vMB 45
388,213 388,213 000000000000000000fc2d57392f23e8fb2c39009be98dcaa749eb5a41fe8dbd 2,247 0.93/1.00 vMB 63
388,212 388,212 00000000000000000c0f2fbb6174b55ad2998ab80ff169c55179b97104a9934a 1,428 0.90/1.00 vMB 27
388,211 388,211 00000000000000000915b92b47c18fdb13122b68e3852096e6801528ca5b204c 1,161 0.75/1.00 vMB 23
388,210 388,210 000000000000000000630daeb502b24b9819d7a470d5d742ae370204f8972999 1,940 0.95/1.00 vMB 39
388,209 388,209 00000000000000000c739fa9b78f0fb8c500850dd50f5c99c6afd429a97e3df2 2,673 0.95/1.00 vMB 64
388,208 388,208 000000000000000004a8f812c633a560fc523b44b6102d019f0e0fa072bb7aaf 2,853 1.00/1.00 vMB 49
388,207 388,207 00000000000000000627c085ed8cb7f65de21fd9f643d27254fd5d8d49a483f2 464 0.86/1.00 vMB 14
388,206 388,206 00000000000000000d373a7de4ea7267922ac0906065e2fc7cd4106b534f866a 280 0.75/1.00 vMB 15
388,205 388,205 000000000000000001f7b97e7ab25ce9e0e1e590bb6f1a68cc301c523e6f473c 1,786 0.89/1.00 vMB 31
388,204 388,204 000000000000000005a0062336e4bf78be7f2574daa863b0fc1f7d1c63662e0f 1,511 1.00/1.00 vMB 37
388,203 388,203 00000000000000000385ed4f4466250ae06fb936994f8d5ff4e7008966278d8e 2,168 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.76 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: 632.16 GB
    • Received: 12.10 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.