Loading Tool

Explorer IconExplorer

Memory Pool

79,484 transactions
29.64 vMB
0.07044464 BTC
Random Selection Loading Transactions
Max Size: 178.39/200 MB

Candidate Block

Mining Attempt 0a24672e4b52bf147c49c8359488b594da5c016263a48f3b81f21c5b5fa0b9c1
Version 20000000
Previous Block 0000000000000000000186bfb192e08305a7c150b4fc05a0643f576b085496a7
Merkle Root 716020759cbf0c1882abddf75ced2afb85d2846041b5808f4b5b7aca705085ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,520
Size: 1.00 vMB
Total Fees: 0.01018692 BTC
Feerates: 163.64 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,992 (126,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,592 788,592 00000000000000000001c1d981fd7143a51a0581fd58034337e86355476e0ef5 4,871 1.00/1.00 vMB 99
788,591 788,591 00000000000000000005023e432f1b51fb56e5fa85d0504bd92e3280040a8d5e 4,382 1.00/1.00 vMB 134
788,590 788,590 000000000000000000049b7abdc1510f92724b3de20cabf930152f1e1770b1b7 4,633 1.00/1.00 vMB 113
788,589 788,589 00000000000000000000f6b8236345af0c5f232181f8e64a6c295cb9339656de 5,145 1.00/1.00 vMB 102
788,588 788,588 0000000000000000000492e7042035002741cb636723ca78cee2628bd49408e3 4,969 1.00/1.00 vMB 103
788,587 788,587 00000000000000000003b19ae3db0e6ad59f388091a91e9dca745fd48416de32 4,674 1.00/1.00 vMB 103
788,586 788,586 000000000000000000052cc9e79a65fceb74bdc226cc8cdeffc9ae8520117b75 4,540 1.00/1.00 vMB 88
788,585 788,585 000000000000000000043452824543544984b420ff3bfa76ab32a850f7684ca9 4,244 1.00/1.00 vMB 116
788,584 788,584 00000000000000000004f703d6ae7eaa03997f27da11a94d5c4a573c06b1d5fa 4,626 1.00/1.00 vMB 125
788,583 788,583 00000000000000000000afc42bc3221ac33aff22ba1c5971d2d7edf1b41c46bd 4,754 1.00/1.00 vMB 138
788,582 788,582 0000000000000000000324c63ba846803a02ad625a7ddf6fa8f62a9868ee5900 4,531 1.00/1.00 vMB 155
788,581 788,581 0000000000000000000450e97885a52acb26f2bee48434e15c3f4891242190d6 4,279 1.00/1.00 vMB 171
788,580 788,580 00000000000000000005a86734c8d30f26af02a3467cfffe5aa4bd56cdf7000f 2,586 1.00/1.00 vMB 211
788,579 788,579 00000000000000000004ae3a33d1ee8c86c5421d9a4c494deed512597bae7e78 4,540 1.00/1.00 vMB 150
788,578 788,578 00000000000000000004a8b38888daa0251c7a0f7c25e05c7d9dce3e5ec280ad 4,543 1.00/1.00 vMB 130
788,577 788,577 00000000000000000000d62cc0cd793e2075aedaedbb907050a3247e9bddf293 4,865 1.00/1.00 vMB 107
788,576 788,576 000000000000000000024e5300b383d5d9a85d6f0d87753e68831ea1c79c924c 4,366 1.00/1.00 vMB 119
788,575 788,575 00000000000000000004b5b226095c16f0b1cee9b0b6298711eded33fd940fe2 4,472 1.00/1.00 vMB 104
788,574 788,574 000000000000000000056fd88b2f01e3cba69bf54ba6538e2eddd0738406fdbc 4,531 1.00/1.00 vMB 121
788,573 788,573 00000000000000000005952f8ef4d6a4b27bf32b854b087438bd35b101d91327 3,727 1.00/1.00 vMB 153
788,572 788,572 0000000000000000000248b9149dae03a3a465833c53bbca0ea702a325fa9d1f 3,597 1.00/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.38 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: 664.19 GB
    • Received: 14.95 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.