Loading Tool

Explorer IconExplorer

Memory Pool

40,071 transactions
27.05 vMB
0.07615212 BTC
Random Selection Loading Transactions
Max Size: 140.09/200 MB

Candidate Block

Mining Attempt 69f92217281d202dc8a8ce2db13f62a3119b7c0ab43ae7e05b746a8662953a11
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root 1ab27eb860d5bfa29196738b477b133d26d433b2c807a7258af0c0a150aa01e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,084
Size: 1.00 vMB
Total Fees: 0.02208895 BTC
Feerates: 201.37 > 2.21 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (79,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,197 835,197 00000000000000000002a676226f300e114ac407e615abd030d60cf9e66fc639 3,221 1.00/1.00 vMB 18
835,196 835,196 00000000000000000001e1797799941847ef9b15fa9c6499de4acf3a1f8bd44d 1,870 1.00/1.00 vMB 12
835,195 835,195 00000000000000000001d19f8250c8a0ec556cccfb3dfc4f85775ecba69041a8 2,567 1.00/1.00 vMB 18
835,194 835,194 0000000000000000000264b0ce9bfbab935e00d4136b0e321dac2f55edf7b643 3,061 1.00/1.00 vMB 14
835,193 835,193 00000000000000000000594436a57c2c64b0697562cb4d5f0d55cea573c9b756 1,978 1.00/1.00 vMB 13
835,192 835,192 00000000000000000002d009ea9816e45217d96372a58d1b92762c1db3eb385a 2,458 1.00/1.00 vMB 14
835,191 835,191 000000000000000000021b13c07b16ba2b4e613516c074ec804a179577235698 1,803 1.00/1.00 vMB 16
835,190 835,190 0000000000000000000243cbbe5c2810f93403eca0b880f57ee988b1e8513923 2,340 1.00/1.00 vMB 17
835,189 835,189 00000000000000000000696130ec78815c4d835f3704bd41d4895ab649638f85 2,899 1.00/1.00 vMB 18
835,188 835,188 00000000000000000001428d154d941ee96e3a2eb2f198ed88f67814e043d9c4 2,691 1.00/1.00 vMB 20
835,187 835,187 00000000000000000001d946dd347afdc1be16d2e589af994607130118e78c2e 2,795 1.00/1.00 vMB 30
835,186 835,186 0000000000000000000271460a4ea38268b4aa7d09edcbbca59fdc29eeba73af 2,366 1.00/1.00 vMB 19
835,185 835,185 00000000000000000002d697cfed80a7061434d545e9878541aed3f06c0052f0 3,097 1.00/1.00 vMB 29
835,184 835,184 000000000000000000010a1fb459d2ce464e6f30f688ab571647b9c20563f2b0 2,769 1.00/1.00 vMB 26
835,183 835,183 00000000000000000002fbb49d3c1855074a02c888a5c7b2c7e0df440f0aa587 2,359 1.00/1.00 vMB 14
835,182 835,182 00000000000000000000ace65c6eb099b114ba51b9dca24a5d369a08f6c7456b 1,818 1.00/1.00 vMB 15
835,181 835,181 00000000000000000000dbd3f7579e2db20dbc1ec61272f5923e6ce95cef20de 2,716 1.00/1.00 vMB 18
835,180 835,180 000000000000000000031ecb95f286db3acace6c6deba556d5d556c107be2325 3,145 1.00/1.00 vMB 24
835,179 835,179 00000000000000000001d289c7f73daac7ded86c4a6fa2f62cdb4364c1001698 2,380 1.00/1.00 vMB 15
835,178 835,178 000000000000000000034e3b191858ffe0d29ce47c0aa1b8a0c89e6018365d25 2,506 1.00/1.00 vMB 23
835,177 835,177 000000000000000000012176616e95b1bc97d9b7c0a0e7894a21b56d79eaa0d7 2,786 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.83 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: 636.65 GB
    • Received: 12.38 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.