Loading Tool

Explorer IconExplorer

Memory Pool

84,428 transactions
35.32 vMB
0.18351250 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 68baa543dec97da813a1efcf493e396f7edb188efeb19f5e5f4e1a8bd86c25e6
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root bbd44595a8ba835bd86dcb98409a6203ea2b55fe8c29ce6ab292d81cfd2985c6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,265
Size: 1.00 vMB
Total Fees: 0.04558706 BTC
Feerates: 435.08 > 4.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (491,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,133 424,133 0000000000000000029a0e6ea54e210a291e8bc61cf59914ecb7dd0c6d63ae9e 2,685 1.00/1.00 vMB 92
424,132 424,132 000000000000000000f662d10216a0747f05e16787dab84f06a6820c26770462 1,683 0.94/1.00 vMB 51
424,131 424,131 00000000000000000417c526e3fbda62ba0c60cafd3791cbbe9fb4a57884a4bf 1,891 1.00/1.00 vMB 42
424,130 424,130 0000000000000000038fffd47378f5230e6a20f61ec655e236201db92868f5c1 2,760 1.00/1.00 vMB 108
424,129 424,129 0000000000000000021e290c0a3c2f04723011f43304836df537b2099cc1f7f8 1,127 1.00/1.00 vMB 34
424,128 424,128 00000000000000000289a843d21546f6440aaa445d7d4c87959571aa4895489a 1,452 1.00/1.00 vMB 44
424,127 424,127 0000000000000000041716918a08f82091daf38e430041fa0939dc061b7d2676 2,093 1.00/1.00 vMB 65
424,126 424,126 000000000000000003630153d261919cfaf22c824a84a101400c381721967efc 2,545 1.00/1.00 vMB 88
424,125 424,125 0000000000000000020f7373970b4fdb2af55680bb0f8b48e18eb8f40ec566a2 2,376 1.00/1.00 vMB 70
424,124 424,124 000000000000000003fb1e14a4f4dc749e367d51d0269dc85eaa8b70d87a9de7 1,616 1.00/1.00 vMB 95
424,123 424,123 0000000000000000033aff17fde0725b5dff600fe9d2c7ff61a01cdca3351f03 875 1.00/1.00 vMB 103
424,122 424,122 00000000000000000197c87b2c204f2a4a6c0b76f6b48aa96f02e14e6ce7a2c3 2,922 1.00/1.00 vMB 129
424,121 424,121 0000000000000000034c2fc2f4fb1579557217a0c36169ee3c96015588e72d30 1,903 0.99/1.00 vMB 60
424,120 424,120 0000000000000000038edc95da5f35b06a66a80ea4650e1a8dbf3605856bd907 2,648 0.99/1.00 vMB 91
424,119 424,119 0000000000000000044927a0bfcf008f5454d40d8de3cb3250e6d4827d249d1c 1,845 0.90/1.00 vMB 69
424,118 424,118 000000000000000001c8e4f89c610ba44976b8c4af75a5be244aee65ddd09c66 241 0.99/1.00 vMB 4
424,117 424,117 000000000000000000a5676b1e41cc407d3e8e17d298053d294e4d310c22c075 993 0.95/1.00 vMB 35
424,116 424,116 0000000000000000047c55b303337464dd9b437ff17ba58d9781e3f7be1fef68 1,810 1.00/1.00 vMB 63
424,115 424,115 00000000000000000359209f6e570234870411aa6032029a8934151bdae47f84 2,245 1.00/1.00 vMB 72
424,114 424,114 0000000000000000006df60bc65312ad836e8f8d2fdc72f4312093a09eed8cec 2,108 1.00/1.00 vMB 84
424,113 424,113 0000000000000000030db1489d578f338234253919f25f48f992d2c0d32cd0e6 2,419 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 783.10 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: 730.64 GB
    • Received: 18.51 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.