Loading Tool

Explorer IconExplorer

Memory Pool

75,544 transactions
28.28 vMB
0.06294243 BTC
Random Selection Loading Transactions
Max Size: 171.30/200 MB

Candidate Block

Mining Attempt 9fcc75ce16098dd9ad3343711faf4a7b5543af498dbbf10f4952cfe3eb36d4b8
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root ae1a5468f4e6642397bef3b390a6aa87c0bd4cc28e32e7d3f195acbb3556c5bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,376
Size: 1.00 vMB
Total Fees: 0.00436729 BTC
Feerates: 40.21 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (269,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,660 645,660 0000000000000000000e9c0137ad515b67794670ead17681c6d2d40788a40bfc 1,754 1.00/1.00 vMB 33
645,659 645,659 00000000000000000000dc3aa54e5099a2ab664e8dce0e45f95d5d891d51e8c1 2,006 1.00/1.00 vMB 39
645,658 645,658 0000000000000000000e5ae273091c8c808625917e3086162fedcdee965f7841 2,050 1.00/1.00 vMB 83
645,657 645,657 00000000000000000001a254210677ed523a435fc520233de1473d3bd663d2e8 2,139 1.00/1.00 vMB 85
645,656 645,656 000000000000000000000d31218648f555f9a125e5343a105297eaf6e9898182 2,627 1.00/1.00 vMB 78
645,655 645,655 00000000000000000002cc8c789f664e95e54c5a87cce6f04b47a8956cbe6fff 1,973 1.00/1.00 vMB 63
645,654 645,654 000000000000000000059a013a04e5e74342ac9ac07dd1bf55e1d30bc58f040d 2,070 1.00/1.00 vMB 61
645,653 645,653 0000000000000000000b2a2a3135e7f1ba6157b03e6367334742bef0dffffc9b 2,845 1.00/1.00 vMB 129
645,652 645,652 00000000000000000007121de0440cac8d7639e926864af3e81a225c03f56539 2,058 1.00/1.00 vMB 122
645,651 645,651 00000000000000000005dd34f6d8a33f448ce0c526d892cf79bd6fd050ba78e6 2,298 1.00/1.00 vMB 69
645,650 645,650 00000000000000000008dfef4a1d82276d18eeb9566b58248ee6e8c32b16f43d 2,184 1.00/1.00 vMB 11
645,649 645,649 00000000000000000007ffd3736ba14dacc28fab4f972803987ec18e0a49ba66 2,059 1.00/1.00 vMB 19
645,648 645,648 00000000000000000005b3e75bd8e4a22426d9101bf84d133ebc1f40f17ea83a 1,921 1.00/1.00 vMB 55
645,647 645,647 0000000000000000000c247ebc65a54bef03a0458a152af570e3b739e269f6d9 1,897 1.00/1.00 vMB 11
645,646 645,646 0000000000000000000b3703e998db7d165fc3f6dc7c989cd6d175074f4eaa53 1,254 1.00/1.00 vMB 34
645,645 645,645 0000000000000000000713c91995d59f029b95786f4b1910903af81be31fc408 552 1.00/1.00 vMB 24
645,644 645,644 000000000000000000037bf4629c1a7c75a37f187cf76f0ae280608f9834a784 1,548 1.00/1.00 vMB 43
645,643 645,643 00000000000000000006442e2e762de0f69a25f6af5bdf7b7a017b49c4bac4ed 2,620 1.00/1.00 vMB 49
645,642 645,642 0000000000000000000d37473528f26b18dab04e10d7b1d5b8ac09830504b02d 2,708 1.00/1.00 vMB 125
645,641 645,641 000000000000000000096ad22c12465fe0946ebfc462d3d7cf205d9e9221f627 523 1.00/1.00 vMB 21
645,640 645,640 0000000000000000000797b9fd57fa2e38c4c43e40448759ddd3c4abb3a49663 1,280 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.