Loading Tool

Explorer IconExplorer

Memory Pool

74,602 transactions
27.58 vMB
0.07275943 BTC
Random Selection Loading Transactions
Max Size: 168.10/200 MB

Candidate Block

Mining Attempt b80f6eff73d50114971547209c848cbe0aee3dc501449b9f0de3605051788d9e
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 077964d28233dac4a9d79a8a45608888520194ebee1a725b0cbb509b82d2ca88
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,385
Size: 1.00 vMB
Total Fees: 0.01314939 BTC
Feerates: 150.80 > 1.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (456,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,139 459,139 0000000000000000010c5e27e8d5468343baf097c879a4031ce1577302b9078c 1,872 1.00/1.00 vMB 146
459,138 459,138 000000000000000001c4c44ae3c062eccd999aae16c3c85da21b6cc9e97de838 2,423 1.00/1.00 vMB 157
459,137 459,137 0000000000000000017ae4669b37d3c6fdefc668fb27ddf23eebd05dfb66d65f 2,169 1.00/1.00 vMB 197
459,136 459,136 000000000000000001d001801ebd30d3f158133e2943d866e07ec85b1adeb215 2,392 1.00/1.00 vMB 153
459,135 459,135 0000000000000000004a48a864b5d01b80c5808cf11a042b02718bc135d3aa6d 1,669 1.00/1.00 vMB 115
459,134 459,134 0000000000000000003183dd82e591c350fa4a9f62844161fd9a95fadf398ad1 2,265 1.00/1.00 vMB 160
459,133 459,133 000000000000000000ac303f748894bc6ecf5da780d7186dee2ef26fdf104e77 1,751 1.00/1.00 vMB 119
459,132 459,132 0000000000000000022c5c18202a8925686379add38ca6f484f862b476508c0e 1,925 1.00/1.00 vMB 111
459,131 459,131 00000000000000000063d35ac25564af135c147ab080e0f92e0038ce96adb0ad 2,014 1.00/1.00 vMB 158
459,130 459,130 0000000000000000019005296bb6dfb96187267ca02c0655a5a2a7dc01419c57 2,131 0.99/1.00 vMB 195
459,129 459,129 00000000000000000133a495e3013c363fd541bd20a6b16d7f397888ad93940f 2,156 1.00/1.00 vMB 137
459,128 459,128 000000000000000000adfd40b2e442dc7ed8c73ab44bf438007e475598a0b1dd 1,648 1.00/1.00 vMB 126
459,127 459,127 000000000000000000cb06af0b687d17056e6bf38697e7ba9774e43cc9ee40a5 2,218 1.00/1.00 vMB 133
459,126 459,126 000000000000000000deb857a4e72eef078031a598e42d3e28e6e9a801fd9184 2,168 1.00/1.00 vMB 121
459,125 459,125 000000000000000001b7970efaeb6213315b70b7435a6c3a57adc6763f3f3401 2,497 1.00/1.00 vMB 176
459,124 459,124 000000000000000001ab45924154718155a10807a5cd1af231cf410284abe27e 2,152 1.00/1.00 vMB 147
459,123 459,123 000000000000000000cb3f7a575bd7daa9a4084fbbae967762c54b2a6c2a6ca7 1,778 1.00/1.00 vMB 132
459,122 459,122 00000000000000000247f85236504125b877b627815fa7995aed67661ca45d81 2,051 1.00/1.00 vMB 175
459,121 459,121 0000000000000000023364bf51876d6c1171e076c319b60c57caf9537469d80e 1,903 1.00/1.00 vMB 158
459,120 459,120 000000000000000001d58b74e2da6e06faf92e545d6e64f7fb6408231b383d72 2,325 1.00/1.00 vMB 175
459,119 459,119 0000000000000000007e0b4de2ec2512207a6a548fa9b2c7d3c1d99dfe662cf4 2,720 1.00/1.00 vMB 184
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.20 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.