Loading Tool

Explorer IconExplorer

Memory Pool

25,023 transactions
17.45 vMB
0.03725838 BTC
Random Selection Loading Transactions
Max Size: 90.32/200 MB

Candidate Block

Mining Attempt d4d1bd35f358613892fcd17c9212883392abd93ae6cf8c7f7a389e2c2288f947
Version 20000000
Previous Block 000000000000000000005d99f9966169bb81073001c765a7eea5ff8fa0859ec8
Merkle Root 8819021d2834546dd8919e1ee369d01ebf0e1537bd3fc2c9729ef71e6dd70403
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,084
Size: 1.00 vMB
Total Fees: 0.00501971 BTC
Feerates: 301.58 > 0.50 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,119 (661,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,285 252,285 00000000000000209a73c4f448484e4ff8755db5ca0d4502d9d85af08eda4831 344 0.14/1.00 vMB 214
252,284 252,284 000000000000002f6913b2eb2162e4b2285f18e9937c36283345751c97b37693 10 0.01/1.00 vMB 56
252,283 252,283 0000000000000032ab0b1568d94f3986877e925141789ba1f8d6bb45b3b9d88b 68 0.05/1.00 vMB 141
252,282 252,282 00000000000000294f638dba81b089fd08e0c61ec4718ecc1db68fd34f0b4c92 95 0.07/1.00 vMB 72
252,281 252,281 0000000000000021d2ca3bb70769caf1fd13957fe967a573581291a37f2fb278 311 0.16/1.00 vMB 132
252,280 252,280 000000000000002b8e7a6c266a08cfcec94c32a011f6b3f59502eacce67ff49e 740 0.29/1.00 vMB 54
252,279 252,279 000000000000003be9fca71aaa6ce7ec4daf52651420e74441ffbfa788adf20d 599 0.25/1.00 vMB 208
252,278 252,278 000000000000004a85ed53ee82ebd955f58e73e89a2b8b840ef73c545e0f8f39 664 0.25/1.00 vMB 217
252,277 252,277 000000000000004b6be4a9c8ca2d5e75758d527473a6bca877b8a3b269b2fc38 415 0.22/1.00 vMB 136
252,276 252,276 000000000000001d976e500e4e880c9d16a8e7a30eff2b4638f1ce8e8a3d29c4 504 0.26/1.00 vMB 141
252,275 252,275 000000000000002e86c00be2633f1fd982a6b552b55d7d5864d05bbf3b48b3a9 235 0.14/1.00 vMB 142
252,274 252,274 000000000000003c950294b926f6604662b3a0dc1a005f57a60c46c6b4035f90 112 0.07/1.00 vMB 96
252,273 252,273 0000000000000048ba25c4d2336337ca63bd78b1dde0ac1b47d3bfb26eae43e4 45 0.02/1.00 vMB 49
252,272 252,272 0000000000000038de210c039a07d6cbdfe1c14ff250245d787d6989e6ef6a9f 676 0.25/1.00 vMB 233
252,271 252,271 0000000000000045eea1e1f9fb28e599e1d99d0792933968a2c39ff99bd5ed80 313 0.13/1.00 vMB 225
252,270 252,270 000000000000001f802536a22331535bb6c46c74ebb05277dacc5048c76d77c1 134 0.06/1.00 vMB 150
252,269 252,269 00000000000000174c80916cc99420946d3a6767f2eaf298d9f62e2e8b23e363 300 0.16/1.00 vMB 113
252,268 252,268 00000000000000455de655a4c6b37963389ad73bf8046fffc1c6d40e4cf48559 139 0.05/1.00 vMB 166
252,267 252,267 00000000000000299380b28be0926835bd512d264e0f13ace67e14a01f165797 455 0.17/1.00 vMB 183
252,266 252,266 0000000000000047ff2009cd7168bfb3e529e29841c35de048294bc0e8346372 88 0.04/1.00 vMB 180
252,265 252,265 000000000000004cd36483d79dfd32cbb0eda8c83e147969467e2d680777677f 390 0.17/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 780.81 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: 560.15 GB
    • Received: 7.31 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.