Loading Tool

Explorer IconExplorer

Memory Pool

79,385 transactions
29.50 vMB
0.09172173 BTC
Random Selection Loading Transactions
Max Size: 178.46/200 MB

Candidate Block

Mining Attempt 8f1eb75a3693e4982b4ff8eb323b42b787dae9e895cc7c8d28e0970a9dce1a9f
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root c9d9a270b36cab485d3b121b238dc030351cfb9b6d73d0b3860eee2383ce186d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,785
Size: 1.00 vMB
Total Fees: 0.02975175 BTC
Feerates: 301.60 > 2.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (734,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,784 180,784 000000000000008db595280b70f9a9f9aa8e6cc91a9e99d94a38325a76a35bac 96 0.03/1.00 vMB 123
180,783 180,783 00000000000005fcd08a6f3a1bd38d54f7721bd78b4a91e259a42364483128bb 616 0.26/1.00 vMB 139
180,782 180,782 00000000000008234e85d123c4993c95b0bf25e087904958ce95e2836d072c4a 137 0.05/1.00 vMB 162
180,781 180,781 00000000000004cd88c2086664e7e469e2d56d61964f0f68106a7ef1830eb2d7 49 0.01/1.00 vMB 86
180,780 180,780 00000000000005d779de0b87bd6abde8d6dcdcc415ce9313f21d834c0a3e9a43 13 0.00/1.00 vMB 370
180,779 180,779 00000000000003c22e073b3c8ef73f981455c620e6d66ee29e0d477d84b4ca50 203 0.12/1.00 vMB 88
180,778 180,778 000000000000001c447d2e448f9607682b5f2b7375e31d826a10afc7fdbe487c 442 0.23/1.00 vMB 105
180,777 180,777 0000000000000709ef8a75f4e8fb7e3a408b930d2c3c4112dff39b7941eb2ea2 173 0.06/1.00 vMB 146
180,776 180,776 00000000000001d555a83028d8f08f8eba411668e8d15026f604d1221899e58f 32 0.02/1.00 vMB 144
180,775 180,775 00000000000001bb850bf6e9817a466cbf11b06a44ffc128c97253617f798916 53 0.02/1.00 vMB 56
180,774 180,774 00000000000002f8e60d615c42b2dfcb0ea7b24c2bcd15e2057a474b7a3e6e6d 153 0.12/1.00 vMB 58
180,773 180,773 00000000000005cf604aa90dfbddc3e65c734a438010c384206b048853795ba4 85 0.04/1.00 vMB 58
180,772 180,772 0000000000000554c75f18435f72ae6caa0543efba1b00f27664e68dfce5e06b 636 0.24/1.00 vMB 131
180,771 180,771 00000000000003086f099bd254f11832b80f17031efdb97bb9082efde02820fd 287 0.25/1.00 vMB 112
180,770 180,770 00000000000004b3fe1b08c5a1a706ddb84402dc4b650a5a3144d6541c40bfac 251 0.11/1.00 vMB 210
180,769 180,769 000000000000077a01870b16b3f3d24da16eec5c3659c1492c021534cc1a0ffb 109 0.06/1.00 vMB 96
180,768 180,768 000000000000071b86e93f0ca526f4487d99bbe1781cb4b689f51dede4933ba4 53 0.03/1.00 vMB 61
180,767 180,767 00000000000005c77a54a77277e823337b484e973a82789c81f6a78a77ec1dd5 18 0.00/1.00 vMB 73
180,766 180,766 0000000000000312b75832d618e6dd2a9d8b732ded036ee24acf60ac6317e1b1 286 0.14/1.00 vMB 122
180,765 180,765 00000000000001347f3e478ec1f3f0fd9d55d47c7e1631af256f77196186de9c 19 0.01/1.00 vMB 22
180,764 180,764 0000000000000510e0cee475db8630aaee8da397dc6ffdcc8984bfcb99fd6785 162 0.14/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.