Loading Tool

Explorer IconExplorer

Memory Pool

40,941 transactions
26.24 vMB
0.05516831 BTC
Random Selection Loading Transactions
Max Size: 137.27/200 MB

Candidate Block

Mining Attempt 3b5b45cb3ea5db82f36a54fd7f4b4bd6a51d05ff42fb2271b7a9f27d0c19a45e
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 67ca3a81972d27b59990cced8903133fb120a7fb53dcb1d0f7247e898211197b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,662
Size: 1.00 vMB
Total Fees: 0.00729069 BTC
Feerates: 100.00 > 0.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (732,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,143 182,143 000000000000030761a4572d07c27fbd060f99e2c4be64c15dd502089c6eb671 7 0.00/1.00 vMB 15
182,142 182,142 000000000000091600c8931e7bb12c1f357a38785a755e2e93e040265a4b4513 7 0.00/1.00 vMB 17
182,141 182,141 0000000000000451e01b462e9cd8dff4c962f04c003b34282694c8a0f8528f07 207 0.12/1.00 vMB 101
182,140 182,140 00000000000003eece2d38c29bb2a042667602a095a962a5d157dbeef6bc0513 23 0.01/1.00 vMB 58
182,139 182,139 00000000000006b42d326cd1ef6582dea71af5763aca15cacb62a27cdf3adf28 104 0.04/1.00 vMB 28
182,138 182,138 0000000000000819fe1647951f47bd67c754e5ba9b6323e6d7554836a1b3eebb 512 0.22/1.00 vMB 150
182,137 182,137 00000000000006ad67b87e85df54ebf7e5b863f5757f23fbe81b893fb8d6911f 3 0.00/1.00 vMB 0
182,136 182,136 0000000000000243e5bc1817e4d471a9d54dcb3edb89a42c4ebde0fd141fc6bf 12 0.01/1.00 vMB 53
182,135 182,135 00000000000000609e9293ffdcef2c4c4a4163b59958c683ce1ced75f7c9c605 57 0.03/1.00 vMB 71
182,134 182,134 00000000000000158dd4c6834719167eeb53283dae9b4bc1b733742a42761016 82 0.04/1.00 vMB 82
182,133 182,133 00000000000002c85f0b4d02ad1d84bc3299eb120e80f539223a7b787c96712c 101 0.04/1.00 vMB 110
182,132 182,132 000000000000005bd609172c34cdd62cfea5bea5064eeaf1b90a9f82ab5634fa 210 0.07/1.00 vMB 157
182,131 182,131 0000000000000a501f1da76d8aa7b89809d0d042e578f35c337b72c47473ce8c 1,024 0.33/1.00 vMB 82
182,130 182,130 00000000000002648e6c91191e3f657f752ef96eaa5a2bd6447821a0b0529b7d 161 0.08/1.00 vMB 69
182,129 182,129 0000000000000841b8aa5368a8bc903b18c4986b6249e78a731ac9f0a926dc49 406 0.23/1.00 vMB 127
182,128 182,128 0000000000000097d7e831d92683cc772b07579bcce5949f6606e95124522920 136 0.07/1.00 vMB 95
182,127 182,127 00000000000004064e55ec6b22a8f1ac030db0b627fc593d59c5749176d7c339 163 0.08/1.00 vMB 116
182,126 182,126 0000000000000049f0adf3ce6c284ebec4836666108f474877efc688ce8b3e99 233 0.12/1.00 vMB 97
182,125 182,125 0000000000000659672db89c557f3ff63aa74dc962d16f65d8ffe5f8238c627d 145 0.06/1.00 vMB 113
182,124 182,124 0000000000000103c33ca67dbfbdaa8ad2040b2a71d6734ea1f5db9eabbb127b 615 0.25/1.00 vMB 168
182,123 182,123 0000000000000a5b9089c566e711b59c5b764b6d9806d6d2493388cf788c4b77 129 0.05/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.04 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: 650.65 GB
    • Received: 13.30 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.