Loading Tool

Explorer IconExplorer

Memory Pool

80,421 transactions
29.55 vMB
0.13677148 BTC
Random Selection Loading Transactions
Max Size: 178.52/200 MB

Candidate Block

Mining Attempt c8760cfbf5bca3729ad6abdea97069efea0be667d2d915117d61e2dd4df568dc
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 3e83b88e5ee788e01c85fb80804997c825ce7f80a057c8e76b3e5a9ac2e69933
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,192
Size: 1.00 vMB
Total Fees: 0.05047125 BTC
Feerates: 602.26 > 5.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (41,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
873,887 873,887 00000000000000000001128ec97f4d3a05350fbfb47dff91b5cc1ef0553044ed 3,556 1.00/1.00 vMB 13
873,886 873,886 00000000000000000002377fe566963b096d7e4a7f5a6f8c8ee476a43eb6658e 2,050 1.00/1.00 vMB 9
873,885 873,885 00000000000000000000c947c56f1b5f29471a56f45faeddeb8d15f7a8ebf7ce 3,508 1.00/1.00 vMB 9
873,884 873,884 0000000000000000000137d41e98649bfac3b786c4f0e62898ae51cd25460de8 1,018 1.00/1.00 vMB 9
873,883 873,883 0000000000000000000065eaeca359d5c760ff6da11cd68f12ecec16489eb68f 2,865 1.00/1.00 vMB 10
873,882 873,882 000000000000000000012eb6f85b88dc64ac4230a2c5d43e50f14cbce4c22b23 3,698 1.00/1.00 vMB 13
873,881 873,881 00000000000000000000a13caf734fe266ea940c39134773750bc63528b2a507 3,116 1.00/1.00 vMB 11
873,880 873,880 000000000000000000029e844adbece144dde175b00ea51ed701b964eda44bcc 2,774 1.00/1.00 vMB 11
873,879 873,879 000000000000000000021b2a00820f661de6cbb11b0f95ac1911fdab735dfbba 1,241 1.00/1.00 vMB 10
873,878 873,878 00000000000000000000918e057aadfcbf9a38ce1136af652e6c6f77cf3c1733 1,408 1.00/1.00 vMB 9
873,877 873,877 0000000000000000000267bfe9f9c727babbbdd5d0701abc66d0c248df80e00c 2,322 1.00/1.00 vMB 6
873,876 873,876 0000000000000000000103914af8efafc632b6b79ea42f2c9f39b325f73aabf6 2,950 1.00/1.00 vMB 8
873,875 873,875 00000000000000000001dd5acd1ac642958c68ee2f71ba965dcaee7f1c8eb5cd 3,031 1.00/1.00 vMB 7
873,874 873,874 00000000000000000002459b9cf5e3fc7274da0517cd588a76beb65da00550c1 3,022 1.00/1.00 vMB 8
873,873 873,873 0000000000000000000288b7cdee1d5b06ae0122fe002ee25bf04b3670bcfe53 3,942 1.00/1.00 vMB 9
873,872 873,872 00000000000000000000ed16e98d9b4110e5fda8a4f7a69b5e8d3a8f419e5e9a 2,358 1.00/1.00 vMB 7
873,871 873,871 00000000000000000000a26663f704b6ff1164a9684c958bbc02c95b5f5fb347 2,979 1.00/1.00 vMB 7
873,870 873,870 0000000000000000000195958f2333ca53dbc7cad99cef9c1f09b8a23a617698 4,635 1.00/1.00 vMB 8
873,869 873,869 000000000000000000020c368dddc3251f6f01308c2d408474fb51acc5a334e7 2,005 1.00/1.00 vMB 6
873,868 873,868 00000000000000000000b5fc5582fae4a2b4157c1cf14d1510efd62bd676c34c 4,450 1.00/1.00 vMB 9
873,867 873,867 000000000000000000012fda9828d4c21b5a6ecd5d76948d79901e44563fc1a6 3,415 1.00/1.00 vMB 9
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.