Loading Tool

Explorer IconExplorer

Memory Pool

79,128 transactions
29.50 vMB
0.06856329 BTC
Random Selection Loading Transactions
Max Size: 177.53/200 MB

Candidate Block

Mining Attempt 77b50c4622ab6a43b4ae51d5168a8b8dfceba24de65dcea2916b720b95f0a9fd
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root 44cbb3b8c7d1b45b43df8a9de9364155ba1e909232edbe738163da93353974fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,242
Size: 1.00 vMB
Total Fees: 0.00863422 BTC
Feerates: 150.77 > 0.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (206,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,198 708,198 00000000000000000003ff428149535d303c76833b07aef2eea8896f0c5af6d4 2,470 1.00/1.00 vMB 17
708,197 708,197 00000000000000000006ab717166a2638c5086b3e02a144773b7763d1ff8064c 3,297 1.00/1.00 vMB 18
708,196 708,196 0000000000000000000437be00bf7789e4e19a187353188a3a0f574f9523f401 3,452 1.00/1.00 vMB 12
708,195 708,195 0000000000000000000473d2f4888ca5aea729a881d0aac63b92aad2cf7c987f 2,736 1.00/1.00 vMB 22
708,194 708,194 0000000000000000000cd6970540620c4cd69ce9ed7deb295a3c7609f7335113 3,057 1.00/1.00 vMB 28
708,193 708,193 00000000000000000000f213e35d1ad5af49f19535d217cd6bb488b7d5294ff2 3,349 1.00/1.00 vMB 32
708,192 708,192 000000000000000000099dfd09dea9a9aba79b4cb0737ee55a007c168decaad0 3,083 1.00/1.00 vMB 29
708,191 708,191 0000000000000000000333fe7c4d2a4277a0f3d372e0769ea8e428ffd8e1abc7 2,754 1.00/1.00 vMB 12
708,190 708,190 00000000000000000008cfcc546a6a20cc7551fcf04a32e3702d80c2781a197a 1 0.00/1.00 vMB 0
708,189 708,189 00000000000000000006b1165feebb17d71338fc2995beec11c8d97fc26758be 1,678 1.00/1.00 vMB 17
708,188 708,188 00000000000000000005a4d99e01df8c14f1dfa74dce16bdb9c1c360f1060d93 2,328 1.00/1.00 vMB 34
708,187 708,187 00000000000000000008bce8e9cdbdc42764cf10c2ffd9bb278beaf73eee39bb 3,128 1.00/1.00 vMB 32
708,186 708,186 0000000000000000000a33625366d37c2b025a526debebaf919b5570e4b1e06a 1,981 1.00/1.00 vMB 6
708,185 708,185 00000000000000000002fd0fa274ab694fcf8c6fdf1ba9b178513369ee4d503c 2,387 1.00/1.00 vMB 13
708,184 708,184 0000000000000000000afb59216aec3b353cfb07295a3878b27d540397e60070 1,101 1.00/1.00 vMB 6
708,183 708,183 0000000000000000000788e6bdfb49c04b77edb1eea875a7a72f87cb984d7b16 1,464 1.00/1.00 vMB 5
708,182 708,182 00000000000000000006ad34c299f78c99fa2deb0605ecdaf23c17a1b13fef21 1,733 1.00/1.00 vMB 5
708,181 708,181 00000000000000000006933f9deb274f3570076f96a9bb0879dada953a70d6ea 2,991 1.00/1.00 vMB 4
708,180 708,180 0000000000000000000c83a3655b86426a4528d0674d9bf17ba4709f0fa235b1 3,154 1.00/1.00 vMB 11
708,179 708,179 0000000000000000000251973f5ffb9310c86af2031c777d4e1eefbad9944d02 2,571 1.00/1.00 vMB 8
708,178 708,178 00000000000000000001cfe110ee225af3d272d4c12adbeb017db438412a62c9 2,220 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.38 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: 664.31 GB
    • Received: 14.96 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.