Loading Tool

Explorer IconExplorer

Memory Pool

80,285 transactions
29.52 vMB
0.13553915 BTC
Random Selection Loading Transactions
Max Size: 178.33/200 MB

Candidate Block

Mining Attempt 445c8757f3bb9f8d2bac47d1528a16fabc3225dc49b8aaec70cf6567f97f5ee7
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 79c2e10ca7b08724d286b9dc4c705be7bc8f94b48ac60c1c163ca3fd9d5cf449
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,230
Size: 1.00 vMB
Total Fees: 0.04994735 BTC
Feerates: 602.26 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (456,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
459,118 459,118 0000000000000000005f97efe9dabb6edb65f1919a6addbb0ca17a5aa2bde189 1,261 1.00/1.00 vMB 207
459,117 459,117 0000000000000000000f9da4dfe5d4c9d4a9e571d6e116705d981e79cc59e7d6 2,047 1.00/1.00 vMB 232
459,116 459,116 000000000000000001db9197decbb70efbd01580df6abba872161b8972d0121b 677 0.48/1.00 vMB 84
459,115 459,115 000000000000000000627a22c1badb250427030116b4ce6e8f36ab10c55bf67c 2,288 1.00/1.00 vMB 137
459,114 459,114 0000000000000000003e98b04905fbb63940e4f4e1fc321da9e120602747a037 130 0.06/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.