Loading Tool

Explorer IconExplorer

Memory Pool

25,553 transactions
27.06 vMB
0.06012980 BTC
Random Selection Loading Transactions
Max Size: 129.20/200 MB

Candidate Block

Mining Attempt 53f38ca5b488d5f1762c85eabdab9a2d877397374410100c7cdf323137aa8102
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 50a68c4a3b0816c57921d1ac6233bd0928a876d30a8b86f926a0893066b2b7c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,156
Size: 1.00 vMB
Total Fees: 0.00902599 BTC
Feerates: 150.93 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (151,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,153 763,153 00000000000000000003494e48dead4846b5b938ca2aee12b17205b876a1d13f 1,420 1.00/1.00 vMB 18
763,152 763,152 000000000000000000078e6da41106028a03dd757d3ebd5c3e1140e84bbb7125 1,663 1.00/1.00 vMB 21
763,151 763,151 000000000000000000056aadb77ec563574de438523bf48a51518ae0d4f4158c 2,446 1.00/1.00 vMB 10
763,150 763,150 000000000000000000027ca0aeef9475719d992841d092aefe8af601f32c50e6 3,098 1.00/1.00 vMB 33
763,149 763,149 0000000000000000000424f2e4880ec59ed8cd5d7e8756d5fb474468b8268b6e 3,269 1.00/1.00 vMB 29
763,148 763,148 000000000000000000077e9dfe46d659b62907437ec4d4247e8f4a1b5724dc8a 1,716 1.00/1.00 vMB 4
763,147 763,147 00000000000000000002ab176edec7d5a4304b4a97f1f356533655c8055f93db 2,527 1.00/1.00 vMB 22
763,146 763,146 000000000000000000020ee38f9c6d1ce29b4a8c06b7909ad4bb6290e4200cf8 2,821 1.00/1.00 vMB 25
763,145 763,145 00000000000000000001dabdc94c109f058c96aecda475bd4996fa2b0782a3e4 2,166 1.00/1.00 vMB 10
763,144 763,144 000000000000000000056b9b149f4d8445e720343d8e384943b78c6d16044fa9 2,473 1.00/1.00 vMB 7
763,143 763,143 00000000000000000005fa9a09ef50202978c2e816d2dcc236dbb8ef948d55c6 1,947 1.00/1.00 vMB 9
763,142 763,142 00000000000000000004ac70b87f1bbf397368daf49722e780e9e21cae297d56 2,304 1.00/1.00 vMB 22
763,141 763,141 00000000000000000005079e37d4c0708c61a3c9f3979f8f3862993c2eaa8a68 2,044 1.00/1.00 vMB 17
763,140 763,140 00000000000000000002737e006b4485c876cf5d19b726fe7bdfc513175b96a1 1,321 1.00/1.00 vMB 15
763,139 763,139 00000000000000000006813399550c5cb7a67c60cee734b2659f31cde04a5eca 2,950 1.00/1.00 vMB 33
763,138 763,138 00000000000000000005c19dba11eb8c4d353c3c48d4b6171494d266d3c54f14 2,080 1.00/1.00 vMB 16
763,137 763,137 00000000000000000005dc2ca4cc25a9e64edb6fbd20c07530355b7195f1cd2c 3,068 1.00/1.00 vMB 31
763,136 763,136 0000000000000000000143a1152bf7de65bf27268a7bf2422c8a202321386ade 3,240 1.00/1.00 vMB 15
763,135 763,135 0000000000000000000173118fe74dd45c945916f2ba2e7a9d6b203e54081550 1 0.00/1.00 vMB 0
763,134 763,134 000000000000000000066dcca8d3482a4c41fb23993746c39b486ee0732c83b4 2,082 1.00/1.00 vMB 12
763,133 763,133 0000000000000000000123d9ef66aa1698557c5bcefc413b77597bf910500875 3,260 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.46 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: 611.03 GB
    • Received: 10.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.