Loading Tool

Explorer IconExplorer

Memory Pool

43,991 transactions
28.19 vMB
0.10500120 BTC
Random Selection Loading Transactions
Max Size: 146.00/200 MB

Candidate Block

Mining Attempt c78942dd0ad5d85eb6ea5e051785694c32a1498bb74c90699d01b4cf595491d2
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root a9571736a02bb1ac3bf851576947fcf417ebdb94c2fb7bfaa1c384b2ece7a7d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,835
Size: 1.00 vMB
Total Fees: 0.04287953 BTC
Feerates: 180.94 > 4.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (228,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,253 686,253 0000000000000000000737aeda5cd8c5e8c7743797ea0a2afc3c0a1b527c6009 2,320 1.00/1.00 vMB 30
686,252 686,252 00000000000000000002416a49e1530f48365bcd45e4d119e6e5ad25b955bf8e 2,392 1.00/1.00 vMB 16
686,251 686,251 00000000000000000009d343bc871ef089e7ebd987c2a9dc2e75db066a0b533c 2,147 1.00/1.00 vMB 35
686,250 686,250 0000000000000000000ac7dc507b19abc4bbe8083ab63269f4fa29c0cc4d23ae 2,204 1.00/1.00 vMB 46
686,249 686,249 0000000000000000000916696468788d806bb6d2a7981dc83a3803a74b01921a 2,433 1.00/1.00 vMB 44
686,248 686,248 000000000000000000032e70d7e203f5aa0dd8a18dd57601bbe86a63e2bd8575 2,388 1.00/1.00 vMB 47
686,247 686,247 000000000000000000047ac03ecb44f6bf5466c237a7b21b3449b1a98b994504 807 1.00/1.00 vMB 38
686,246 686,246 00000000000000000002462cbffb41277cb1a1629fd36c9d127068d5306b5aa2 2,559 1.00/1.00 vMB 51
686,245 686,245 00000000000000000006db34832a249262cf96ac38bea8b1fb86c96e0327a44a 2,331 1.00/1.00 vMB 55
686,244 686,244 000000000000000000040daef9620ef2c34b80fa9a820b0ac9e04e9a3eb43d0a 2,586 1.00/1.00 vMB 66
686,243 686,243 00000000000000000005e924c76ed7578183da60e132415262a2e45478b5efe6 2,022 1.00/1.00 vMB 26
686,242 686,242 0000000000000000000a7ebf1aea77f2709d061efba182a5504fc8021eb660a1 2,925 1.00/1.00 vMB 76
686,241 686,241 0000000000000000000a032a0bfc42429d151f7fabc98896fb846ebccc0f36b7 1,107 0.94/1.00 vMB 14
686,240 686,240 0000000000000000000b463e46a940f5c5b091366b7eae26ad1fa69fcdac2a75 2,543 0.95/1.00 vMB 31
686,239 686,239 0000000000000000000a7830fb384bdc2f3ab530791437b08d9bc518bb14c48f 1,063 0.96/1.00 vMB 13
686,238 686,238 0000000000000000000d31a9fac31ebcc6605dd739880f256b6657941c7aceeb 328 0.15/1.00 vMB 31
686,237 686,237 0000000000000000000121a1127a5e0c7c1907ce0ca04cd2a70ebf5637b06bde 912 1.00/1.00 vMB 22
686,236 686,236 000000000000000000050e27b172ba4d4a80ab3fbdeaeaeff8d7d8df015e42f1 1,036 0.99/1.00 vMB 33
686,235 686,235 00000000000000000008742e7a7ab3ba646caf8fb1bfa08e30db07c511445101 268 0.49/1.00 vMB 7
686,234 686,234 000000000000000000031319572437fd2128052e4cab4b19b48a10f0274b69be 1,572 0.97/1.00 vMB 15
686,233 686,233 000000000000000000047627f5ae6245a58d21d83cd5e3e4e30299a9fb02257f 1,041 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.79 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: 633.86 GB
    • Received: 12.22 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.