Loading Tool

Explorer IconExplorer

Memory Pool

81,503 transactions
29.86 vMB
0.14286253 BTC
Random Selection Loading Transactions
Max Size: 180.99/200 MB

Candidate Block

Mining Attempt 6eacedcbe7df378172521b6a0205007607f774d247314ac11aef9a97e2b18b1e
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 30c225ee156491d0b34c7bdedde9978189a0125f60b30091f9bb95ea304c4dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,747
Size: 1.00 vMB
Total Fees: 0.07495124 BTC
Feerates: 101.65 > 7.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (341,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,876 573,876 0000000000000000002a70f848f136fde02fbb6afe6d6d808c4d50728bc4a032 1,745 1.00/1.00 vMB 69
573,875 573,875 00000000000000000002953b8ee4a1018c21b1798a50a62f6078197a56010e97 2,810 1.00/1.00 vMB 35
573,874 573,874 00000000000000000027b53039feab6fdb7a6f15c2e1d6507e1a4d650097c48a 2,749 1.00/1.00 vMB 60
573,873 573,873 0000000000000000002872b80f6a3f90bb01e261b8b0b52e19b91cb32f20deb4 2,973 1.00/1.00 vMB 55
573,872 573,872 00000000000000000018fc742a2159f21e32fd45298441ff7f842aeb069dae35 2,099 1.00/1.00 vMB 60
573,871 573,871 00000000000000000025f48829205c3cd0c48f6ba18e00728eb8bafb94d363e3 1,996 1.00/1.00 vMB 75
573,870 573,870 00000000000000000014d20900846757075fdcc24981ee1ce052cab6b1261a3f 927 1.00/1.00 vMB 52
573,869 573,869 00000000000000000013521d5bf447e277ad7e3ca57fa3e2f937dd2f5f204e14 1,305 1.00/1.00 vMB 61
573,868 573,868 00000000000000000017f9bfac4e791a9469d77ac513d655ac3f8ed29affb2fe 2,285 1.00/1.00 vMB 86
573,867 573,867 00000000000000000025dbf0209966620ecd36cd1c98823a874648bef6fbe5e0 1,928 1.00/1.00 vMB 77
573,866 573,866 000000000000000000106725457a0517d30751315b72944a22ed33eb3c520b21 176 1.00/1.00 vMB 5
573,865 573,865 0000000000000000002bc0a915eb9ba53435784d7cfe605616c2c6a7a0a073aa 1,631 1.00/1.00 vMB 13
573,864 573,864 0000000000000000002030604d58798ef463c9bbd605d03be75e9744b95afef2 3,171 1.00/1.00 vMB 45
573,863 573,863 00000000000000000004535cbe6f3cee8683c719601da8d2eacb577979035f9f 2,635 1.00/1.00 vMB 10
573,862 573,862 0000000000000000001ef2a514d28567324248b7a03397bdb1ef62d8d159f3d1 2,786 1.00/1.00 vMB 43
573,861 573,861 0000000000000000000a0b025529ae3bd3bf5ed8e1561734448c50a48ff41157 3,052 1.00/1.00 vMB 38
573,860 573,860 0000000000000000001436f1552e08a74f42e3a0d0a4f83bfb32aa1c6d33f76a 2,977 1.00/1.00 vMB 21
573,859 573,859 0000000000000000002620ad9dbb1d05a4339bc74d24cbc507f5fe7981eb41f5 2,644 1.00/1.00 vMB 21
573,858 573,858 0000000000000000001fab5ec044e4bf6938a5ab84b189e0367efc86262991c3 3,575 1.00/1.00 vMB 60
573,857 573,857 0000000000000000001266ecd77dd528494861e7ef5da98151f68df0941e61b1 2,953 1.00/1.00 vMB 39
573,856 573,856 0000000000000000000cd7173f2df60fbe8022681ec9c1d764a4ead2223d7d80 3,521 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.