Loading Tool

Explorer IconExplorer

Memory Pool

79,376 transactions
29.18 vMB
0.07379717 BTC
Random Selection Loading Transactions
Max Size: 177.40/200 MB

Candidate Block

Mining Attempt c2a4310f41e0de0b64b69983b188092433d54ea95c5f17ee8a1997b30539d9da
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 54b5155490d84b222c5b6fe951f18a9611b9d8ad4562049a44a242a1a035c827
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,355
Size: 1.00 vMB
Total Fees: 0.01275760 BTC
Feerates: 74.86 > 1.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (720,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,318 194,318 00000000000002c2f89b6f3dcb9b95d0e121362bed254e6651b38a9eacfc5f24 239 0.08/1.00 vMB 146
194,317 194,317 000000000000028059fe1dec50a2a8d51099b8f2e60902f01410a919fdb6e87c 592 0.25/1.00 vMB 129
194,316 194,316 000000000000011d59c04f16df9f874e0b60d582524a4ff9097f740604725577 190 0.06/1.00 vMB 37
194,315 194,315 00000000000002f50c65d1f777c77cf4ff31ab4a643e10566b4624b378710621 211 0.11/1.00 vMB 107
194,314 194,314 00000000000006c39205235c2a158e6a95685cacd9237c6555ce22a5caa9c5b6 46 0.02/1.00 vMB 121
194,313 194,313 00000000000001999c6052dcd6ae94599b2699b782809a6fda1dbf8eda097001 113 0.05/1.00 vMB 37
194,312 194,312 0000000000000526aa0a6aa58590f515abe90520f3fb30df088a0dc9d46dd379 656 0.25/1.00 vMB 1,757
194,311 194,311 000000000000076103e6533cedcb4b9d1a915d4ad1936b2e6c0b899ee0e0f216 150 0.07/1.00 vMB 91
194,310 194,310 000000000000053d10394586e5344206008156077f863e04e0689ef8c575ac3b 417 0.16/1.00 vMB 167
194,309 194,309 0000000000000543bcecd5ea0a3d307e8db252f3b1055aee23eb6719ded5a466 34 0.02/1.00 vMB 85
194,308 194,308 00000000000002d35ff54e0fc050a3673d43b2d8346e30c0f9a1172ec7f4b0ff 146 0.05/1.00 vMB 3
194,307 194,307 00000000000004b084d1da6cd12d73443722fbe168b3f8ccab93e3265aa59c84 226 0.11/1.00 vMB 107
194,306 194,306 00000000000005398e2fc8b3d25b081cffb0d2afacfa952f1fdd065101cc3a76 298 0.14/1.00 vMB 118
194,305 194,305 000000000000008072b77eefc3acd5fd0c3571c87905c186df6ed597b4961a00 521 0.20/1.00 vMB 157
194,304 194,304 00000000000003a0b777e2b05a96532220f2c9750ced29ee19b361927f3ae73f 216 0.07/1.00 vMB 50
194,303 194,303 0000000000000636aaaa2311022714c37e7951a6008f2543cb45008016c7388f 596 0.23/1.00 vMB 138
194,302 194,302 000000000000055a040e3a828d613050dd3505dee5df32a3dad9245d8a38c1b8 186 0.14/1.00 vMB 169
194,301 194,301 00000000000002e4ebc841794229c416ba5a5897eb2a4aa152bad24645f8c571 719 0.25/1.00 vMB 197
194,300 194,300 0000000000000404eab63156257a95bff17d43f00512ee5cdf1d3c210e51d0c2 8 0.00/1.00 vMB 2,538
194,299 194,299 000000000000077d22be8bc4fad6b4ce1ac3c3294239401bd278f67f355f09dc 523 0.21/1.00 vMB 228
194,298 194,298 000000000000055a729df9af5317699fa454d5d0bd2ed96a5ed5af50e07141da 120 0.05/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.11 GB
    • Received: 15.73 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.