Loading Tool

Explorer IconExplorer

Memory Pool

81,931 transactions
29.81 vMB
0.06393082 BTC
Random Selection Loading Transactions
Max Size: 180.83/200 MB

Candidate Block

Mining Attempt 9bf41a9b442a74772bcb806f7d200c0ad66a8a93686c8b7db4804161ca17aa1e
Version 20000000
Previous Block 0000000000000000000148141c8e072118c303566a26aeaa1fbb69733bc2c6ef
Merkle Root e4a9f92d9f3a39d1a67698d065e7f3445a780359a83d4555813b8772301c2177
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,836
Size: 1.00 vMB
Total Fees: 0.00305788 BTC
Feerates: 14.26 > 0.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,960 (570,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
344,070 344,070 0000000000000000175b8c4189a8f1af8bd7dcbcafd57e2681d297716da38fe3 500 0.28/1.00 vMB 25
344,069 344,069 0000000000000000173eba0d560b66ab4fa06e11f418c15ccf811f8790dd7ce6 1,461 0.84/1.00 vMB 23
344,068 344,068 00000000000000000014506cec64981fdc49178011a1510b1f00995c9d62a95d 1,136 0.75/1.00 vMB 21
344,067 344,067 0000000000000000053dd6f8825b7cf8cb8ded193992d40fa9f8bde7a48f73d8 351 0.15/1.00 vMB 52
344,066 344,066 0000000000000000110e4eb46c0f7f051c7bd0de6dc5192642aaf72dfadb8549 257 0.17/1.00 vMB 20
344,065 344,065 000000000000000010c90d83c34e9712edfc5613113d1000ca14b973de125878 74 0.03/1.00 vMB 27
344,064 344,064 000000000000000010748b1d3f343ced8a8bd6b18cb2aa04408ee11fb983cb60 267 0.11/1.00 vMB 30
344,063 344,063 000000000000000003d825c65274fc0a511a0769ed378c63374820c8bd4f4cad 357 0.20/1.00 vMB 32
344,062 344,062 00000000000000000477417305b03d8033a0c9fbf949be5ca60dbf0c6abf5fef 1,752 0.94/1.00 vMB 24
344,061 344,061 00000000000000000b4e228f4bcde8003a4b3ecdaf319dc99e9e8f371d00fa8d 924 0.75/1.00 vMB 18
344,060 344,060 00000000000000000885a6e53dd5c6bb4aeed72f7a28333f69d2b9337f8a0db2 2,177 0.75/1.00 vMB 31
344,059 344,059 00000000000000000103edf38f4c5f986a68ac8e33379e4d9fc13259b5827055 322 0.16/1.00 vMB 35
344,058 344,058 00000000000000000b0d817839b1bb4a6c3d3ee51ae889f2c072df5f412c4942 1,434 0.72/1.00 vMB 27
344,057 344,057 0000000000000000021cb18ec216ff9522b0ac87895041c56153cfa352f5e261 49 0.03/1.00 vMB 18
344,056 344,056 000000000000000012ab3b52e0d80a62d9a702dbb154181d4c411f9e1f6001ab 361 0.18/1.00 vMB 26
344,055 344,055 0000000000000000185068855424a93e01d0def01d507adf953fbb7cd6ce2913 867 0.45/1.00 vMB 28
344,054 344,054 00000000000000000751ae5bae5dd6bc0f9328c6403ace36f795816f42744499 229 0.11/1.00 vMB 24
344,053 344,053 00000000000000001098158e4b5baa3e73d578e4345fdc92ff5e5eda7e641aff 306 0.13/1.00 vMB 28
344,052 344,052 0000000000000000051fbe49067d5465ad715dce93f14aa2bebbdda3f6f5a48e 84 0.06/1.00 vMB 10
344,051 344,051 0000000000000000031a680413877e42c2588143b7fe5b51ab81addde9d9bacc 836 0.41/1.00 vMB 26
344,050 344,050 00000000000000000a365550b6140c8b790c35233ba9245f0236ff892a7ed6b0 275 0.20/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 660.27 GB
    • Received: 14.66 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.