Loading Tool

Explorer IconExplorer

Memory Pool

83,547 transactions
30.65 vMB
0.08708101 BTC
Random Selection Loading Transactions
Max Size: 188.17/200 MB

Candidate Block

Mining Attempt 4aa553a6f39162575dbede0e62f9d85d8ce535aaef978d578b7e94e762d8dc43
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 00d2e4d52c0e90dac64afbd4bd747640041ede0e022add1179de95ced084796c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,280
Size: 1.00 vMB
Total Fees: 0.01853715 BTC
Feerates: 402.60 > 1.86 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (319,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,593 595,593 00000000000000000007a0afd60e003b887e01b73e4461d11451bead9c2acc82 1,623 0.56/1.00 vMB 22
595,592 595,592 00000000000000000000aeb8371c94786cc64a7a0f9316344fce4239202b9745 2,345 0.76/1.00 vMB 24
595,591 595,591 00000000000000000004f5da26d99514e0de93a0deabb3b435d24eba22635f55 3,014 0.93/1.00 vMB 21
595,590 595,590 00000000000000000015724ba600a02a418c1f97a6e542660d43ef5268053560 2,564 0.96/1.00 vMB 19
595,589 595,589 0000000000000000001751871416f830f266b003ac6b68a663c15d41fb97aa7f 1,799 0.57/1.00 vMB 21
595,588 595,588 0000000000000000000cce5d21ab7c50f20e56c7f40ea5e4f65d520b26faae11 890 0.30/1.00 vMB 11
595,587 595,587 0000000000000000000e7492e9da987b83b019c80092e90d15e06bbdee2dc7f9 2,967 1.00/1.00 vMB 12
595,586 595,586 0000000000000000001279aa58875a7a74f76707ea3eccf9ae3fff509908d08c 2,790 1.00/1.00 vMB 27
595,585 595,585 00000000000000000004d084f39c63c9891c796b6868598d1f58c4592939b1f6 3,243 1.00/1.00 vMB 39
595,584 595,584 00000000000000000003a8a3eaa6cf684b6ad596642ea5856e1275186a7f4faa 1,430 0.47/1.00 vMB 26
595,583 595,583 00000000000000000016829eca8cd28cbfd5bd92e3018ac1dc80334864f03fda 208 0.08/1.00 vMB 35
595,582 595,582 00000000000000000017379d98f48869fa1f4e9d05aca137cab410da0d66931f 1,504 0.56/1.00 vMB 3
595,581 595,581 00000000000000000002ecf3d8c5427fa759a22486afeb159057d54c547b2f67 2,739 1.00/1.00 vMB 24
595,580 595,580 0000000000000000001009976ef417fd9f4237dcb6da22c7b225f2927e40de78 2,612 1.00/1.00 vMB 9
595,579 595,579 00000000000000000006a66aeff30f1e2fde25e0c31ebea9cc825961856886bf 523 1.00/1.00 vMB 10
595,578 595,578 0000000000000000000c496f15d8e10805c7184fd58d2322a13c6d1e383507b8 1,886 1.00/1.00 vMB 20
595,577 595,577 00000000000000000011cec16d2fa637675e0a9731afa6ca2e6a15d835d9da1d 3,219 1.00/1.00 vMB 33
595,576 595,576 0000000000000000000e4ccaee14db47b13d0eb26b378ab34c243e09e747e0ea 3,052 1.00/1.00 vMB 52
595,575 595,575 0000000000000000000a1ff86be41e39b3b9720599814e507261a90c4306004d 1,776 0.57/1.00 vMB 4
595,574 595,574 00000000000000000016a785661fa2679b7b637a0fdd59954426f1e9f54c49a6 2,836 1.00/1.00 vMB 34
595,573 595,573 00000000000000000014a06d51cb3d925d818255c84b64a65dbaf213d14081df 2,423 0.81/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.96 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: 715.28 GB
    • Received: 17.70 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.