Loading Tool

Explorer IconExplorer

Memory Pool

73,915 transactions
27.32 vMB
0.06609060 BTC
Random Selection Loading Transactions
Max Size: 166.80/200 MB

Candidate Block

Mining Attempt 4f663d653d761f52173e9c02a6c2db10fff85b602b711f5c2a8dd2d92fd3b86d
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root ba79b7f6af46b70dcc30837e1240068aae32c0c0ea79ec5725c965a6f62001db
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,491
Size: 1.00 vMB
Total Fees: 0.00790939 BTC
Feerates: 73.20 > 0.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (723,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,526 191,526 000000000000067fc3d3d13ec2ec762322d161c49e0af0c0113ff18057f646e6 1 0.00/1.00 vMB 0
191,525 191,525 0000000000000149fe5264337f139f05f652c438e8b870cfa06cb9faa50684d6 11 0.00/1.00 vMB 29
191,524 191,524 0000000000000311bb4540247bf5f25b072062a63b8b60d7d381f83ac11d12c5 128 0.05/1.00 vMB 135
191,523 191,523 000000000000053a88c74a8664db4c295895cab92cd8de9bb7ccb479729b8d20 19 0.01/1.00 vMB 138
191,522 191,522 00000000000002f6f03d8d1f3e560fd345532541d1a2df915e2e63e044d8fd9d 1,251 0.43/1.00 vMB 59
191,521 191,521 0000000000000527c974eb3aee2846a9541cd25111e3ab2afe6a9701ad5d95c0 722 0.42/1.00 vMB 116
191,520 191,520 00000000000004364825b6280a94eed1104308e5bb6d72a6e322aa28b71bcf78 4 0.00/1.00 vMB 91
191,519 191,519 0000000000000791dd1cb7a684a54c72ccde51f459fff0fc3e6e051641b1e941 185 0.05/1.00 vMB 104
191,518 191,518 00000000000006996ea4d823a23c6aec181b01b6d9e18a13f203577ade8fe7f5 185 0.08/1.00 vMB 115
191,517 191,517 00000000000006bf0853b097767a58938fea6cb6952d428d8f0f5a41f563baff 445 0.21/1.00 vMB 124
191,516 191,516 000000000000087f11db4dda6352ae10dcbbf3cc86af0e861d40ba560e0844d4 7 0.00/1.00 vMB 306
191,515 191,515 000000000000058c7bd1138842e1b5533c76ae0d4f374a4a728863d13d7cd62e 623 0.22/1.00 vMB 136
191,514 191,514 0000000000000819673107de1a1830bd998a7b50ccd9ba73ed017f0f33da0a8d 512 0.27/1.00 vMB 152
191,513 191,513 00000000000005e4a3ca6ef2f09fbbe7b45ba0062eaaa59e6f1f1d368bb8ffac 28 0.01/1.00 vMB 107
191,512 191,512 00000000000003b3d5982725f0556baeb2202cad8be9cfdedd68910a1769ea71 128 0.05/1.00 vMB 54
191,511 191,511 000000000000001db455745008c0c0bf704a19c8bee55c1641442a6513a9f150 512 0.24/1.00 vMB 126
191,510 191,510 00000000000008df71d8582ff1628247373bcc22dcee2723b281b78278bf2863 12 0.00/1.00 vMB 113
191,509 191,509 00000000000007f9f6d5c8316a6449a590af8d1e480d0947466c73b02fb1cd70 70 0.02/1.00 vMB 131
191,508 191,508 0000000000000650cebe224260b5dc10f96fbe4dff5b35a20749facff6fcb481 7 0.00/1.00 vMB 0
191,507 191,507 00000000000005871d0e89bf4af1f6104ac421936d721649e420e867972e47cd 512 0.25/1.00 vMB 123
191,506 191,506 0000000000000783423151e56289e107fc5c5a6ff2e5c91f17e527f7a1683b0e 117 0.06/1.00 vMB 259
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.