Loading Tool

Explorer IconExplorer

Memory Pool

30,735 transactions
23.85 vMB
0.03945289 BTC
Random Selection Loading Transactions
Max Size: 128.77/200 MB

Candidate Block

Mining Attempt c2a8be260e8179dc8f1cfdde4166cf5e16854ce4b3f803a22850d16e3db9e6eb
Version 20000000
Previous Block 000000000000000000010a1f6d7bdf89c47125acb4ca2439338895b3d673596f
Merkle Root e30c054c3abbb5c8ce704aa474d1ec71f94d200f33946bcd79396e99186f2fdc
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,670
Size: 1.00 vMB
Total Fees: 0.01231569 BTC
Feerates: 84.80 > 1.23 > 0.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,408 (773,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,587 166,587 000000000000056a303dd8a19509c1a74176c1324a923e237b1e7ffbadf38849 63 0.02/1.00 vMB 95
166,586 166,586 0000000000000b203b3d7f92ac370c2293f776f153ea218f1916d97d53602262 26 0.01/1.00 vMB 99
166,585 166,585 000000000000028a2e3f3dc3b20a4f522861595031bb19a90eef9da4a26697bf 55 0.03/1.00 vMB 79
166,584 166,584 0000000000000ad1f4e9879428e54b77eeaa6d79531c53c0509272fa97965906 56 0.02/1.00 vMB 54
166,583 166,583 0000000000000340b4e4b192d2651d5a19fe866bbaf30e52b54c17f90150a788 49 0.02/1.00 vMB 48
166,582 166,582 0000000000000823816ead253c6222e8d262e6c8828f380b901ca23e21bc9935 14 0.01/1.00 vMB 38
166,581 166,581 0000000000000a935fcd89d4dbef0ae28260edaf7843ca6066404ab328fa3907 81 0.08/1.00 vMB 59
166,580 166,580 0000000000000191727bf698eb07f68204cc1d6f1d9d0f74527d5c27f0675aea 129 0.05/1.00 vMB 23
166,579 166,579 000000000000013b315ba5082630e39f65627faa5a4b756d0b6225d91b9be26a 105 0.05/1.00 vMB 122
166,578 166,578 000000000000031fe3a26d5599d18a6986e5c2a67d19a0b85fb7cdbd53b557ae 64 0.05/1.00 vMB 41
166,577 166,577 0000000000000a9d1fb932e9ef74f0e433cbedf34f73b2f3e53f98f7fa2c16a6 13 0.00/1.00 vMB 70
166,576 166,576 0000000000000bdbe21ab1b7b5c5079dca43029ae51453273a3c1f00e678720b 14 0.00/1.00 vMB 82
166,575 166,575 00000000000005caeb354c22cb778782449b42470cff3155b413780f6adc94bf 45 0.02/1.00 vMB 13
166,574 166,574 00000000000009bd94e38ee023588aec029900a5bead2259a710bc0fb9322c19 5 0.00/1.00 vMB 206
166,573 166,573 00000000000002ed9ae26fb17dcf14896ece53a1f925977a6f4593c02de98b6b 1 0.00/1.00 vMB 0
166,572 166,572 000000000000087410d366dcc272cc72d1452b1a22b67a4dd98f46cfc6b3efe5 22 0.01/1.00 vMB 168
166,571 166,571 00000000000005147ceb6c8f4921bfba982c4fd10d79dd6e88937afdad8e7ced 94 0.03/1.00 vMB 104
166,570 166,570 00000000000006f8d627949e9291c0818d82e4e70fbc56b203ac9346311f9d1f 18 0.01/1.00 vMB 430
166,569 166,569 00000000000006b0770b31d1ee4150d78cd738b028b3a904aa30ed992c2ea1a4 14 0.00/1.00 vMB 141
166,568 166,568 000000000000085020d08a288892a22c528fc6155a7fbfc6f4e753513a1d55ae 34 0.03/1.00 vMB 121
166,567 166,567 0000000000000bad96e3e7ba098eeb347affd8c5dca151f0dc7ed57c8f5ff6ad 46 0.02/1.00 vMB 622
Previous 10 blocks ↓
Total Size: 827.48 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: 4,456.80 GB
    • Received: 242.75 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.