Loading Tool

Explorer IconExplorer

Memory Pool

21,198 transactions
9.15 vMB
0.05682877 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.64/200 MB

Candidate Block

Mining Attempt 6930c3cae6c79a53a007ad6250961b6205ca51b07264eaf221fd3ffa41399a02
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 039c5345bc421e69da39cb87fe232a1362fb8c8300900c5f2be50c19d79d340e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.03311007 BTC
Median Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (747,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,299 166,299 00000000000004cca143669b27f643339feb5a25c9cf6cfa5b08b6429c95bfc4 39 0.04 vMB 112
166,298 166,298 0000000000000ae99518483a7f21412f328e204e11e6d3fa9660b84f520bad2e 22 0.01 vMB 57
166,297 166,297 000000000000044d14f35bbc4eb62fd39e7a6c8b65bbe480d0a9e1c271cec7f9 133 0.04 vMB 82
166,296 166,296 0000000000000910c42f81817ebd16fabca65f33c17d254177e111fa5b2192f6 63 0.03 vMB 442
166,295 166,295 000000000000022856d275f7a29876bcd79466f7eb0e8e0a4f8bc748a553c074 43 0.02 vMB 276
166,294 166,294 00000000000005fff3309a800db310cd9da8742e691aa45ba52ea4d3e38e8914 24 0.02 vMB 53
166,293 166,293 00000000000004505e4b38a76e04f7ca4c597edbc4bbe8fc9b2ce655f44b3d50 53 0.02 vMB 93
166,292 166,292 00000000000008393fd2efd0717fa25d57bc3512a9c95d80f40b1050a5ef829a 16 0.01 vMB 585
166,291 166,291 0000000000000875b1e024514c38a6fb7ad9445b8dd9628b1ec648108c9d1ed9 22 0.02 vMB 21
166,290 166,290 00000000000005f2d11aae1b843ea9b1ec4ab9975b01e33caf1d0c6011002f83 24 0.01 vMB 48
166,289 166,289 000000000000055d426aec763a6949369960b197f0350a12f486f73adebbb73d 98 0.04 vMB 59
166,288 166,288 0000000000000246642fc3de5cb9d3ff83ff22dae6a8d538e00b87126b5dbd84 51 0.06 vMB 98
166,287 166,287 000000000000002bea3ac47ee5ab906ddf9c9671868f4deff6d903c07eed3f1d 113 0.04 vMB 25
166,286 166,286 00000000000008e72f47711b5b0e6c05492db856f920e26a14cd01a85482b631 63 0.04 vMB 151
166,285 166,285 00000000000000f719e3ac5fd0a44deb8db620c5769661d87caeead282da8007 1 0.00 vMB 0
166,284 166,284 00000000000007e4c07ebc3919c081eb6f14cc93df37ae1323a898889c879735 126 0.05 vMB 66
166,283 166,283 000000000000077a68618601603b235967a14226d0272cfd5be0449c4271e032 51 0.02 vMB 56
166,282 166,282 00000000000009c7a0f83c1d5d1adb1b322dc3fb331c6e12bc7c50696a91bc22 23 0.01 vMB 77
166,281 166,281 000000000000021427a0694d454ba4c7c35d5a19476d72dd7c5b109f303053ed 97 0.04 vMB 66
166,280 166,280 0000000000000a69a1eb39922e265f091b9102128ef8d81e06ab57a66db7c92a 91 0.05 vMB 445
166,279 166,279 00000000000005fb9e786e64e727e84419fb55c3270ed80989f86a66db8ebcee 35 0.01 vMB 154
Previous 10 blocks ↓
Total Size: 779.54 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: 250.48 GB
    • Received: 0.95 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.