Loading Tool

Explorer IconExplorer

Memory Pool

80,579 transactions
30.67 vMB
0.10480955 BTC
Random Selection Loading Transactions
Max Size: 186.14/200 MB

Candidate Block

Mining Attempt 19bcde5a758d03245952efe4e829b744b30566cfcf66c6fa810ceba54d994a8a
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root fee6f34c4b0606efa00bb4099a71dbf782e5487936b8d82178df5c14c465ea4d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,054
Size: 1.00 vMB
Total Fees: 0.03324971 BTC
Feerates: 318.30 > 3.33 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (72,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,925 842,925 00000000000000000002c5d2980f2a9d6259b68e23aa51d6bc76936c84888796 6,003 1.00/1.00 vMB 24
842,924 842,924 00000000000000000001e51c48910e5d10d65d3b49862cee0d621eb02ab9a1b4 5,242 1.00/1.00 vMB 24
842,923 842,923 000000000000000000009aeb94b36a12bfa7f166c079ee3474edcd9ae947537a 6,314 1.00/1.00 vMB 25
842,922 842,922 00000000000000000003037158040128a053f6b7a1fa11fc6417dc5865779430 3,834 1.00/1.00 vMB 28
842,921 842,921 0000000000000000000153e9acf74180bb21d356621433a9e8b31a3e2df29629 6,670 1.00/1.00 vMB 23
842,920 842,920 00000000000000000001f8e1305e73e110bffee7375773176910d6c32f4b9369 6,164 1.00/1.00 vMB 23
842,919 842,919 000000000000000000023813d7a4d6671f5964240b9cfb9d44dc73d84e92e5f4 3,754 1.00/1.00 vMB 29
842,918 842,918 000000000000000000023c3bf06f7dbdd6c6b0604fb922e1faa7065b84865406 5,314 1.00/1.00 vMB 24
842,917 842,917 00000000000000000000656a63454e1fdb21a7921e2613ced0889713e483840c 5,553 1.00/1.00 vMB 24
842,916 842,916 00000000000000000001de523becbb2842efb7ec0c845e504a1543f8b2c8a505 5,819 1.00/1.00 vMB 24
842,915 842,915 0000000000000000000356fce9b4bca715228aa39e292b0357d9f52ec553c65a 4,873 1.00/1.00 vMB 26
842,914 842,914 00000000000000000000ed0973267f04973814d0ea0f3f4e0ff95f097f880556 6,101 1.00/1.00 vMB 22
842,913 842,913 00000000000000000000985b25b2ecbccf05222898fe7e98ba5fdf998cfc2c44 4,133 1.00/1.00 vMB 22
842,912 842,912 000000000000000000012e4c7580ad3f05488fb39143b221ba680706300cda06 7,067 1.00/1.00 vMB 23
842,911 842,911 00000000000000000000e2b0ba1a5bc3ac84e918beb3253fe4b8f2cdc2b8bce2 4,938 1.00/1.00 vMB 25
842,910 842,910 00000000000000000001606e74045e433ce5da3ec374e73420db2e5e4118c10e 6,404 1.00/1.00 vMB 22
842,909 842,909 000000000000000000022f4f23e4c1a58881d60a49aa0714b5e16c8c724ecb12 6,049 1.00/1.00 vMB 25
842,908 842,908 000000000000000000021faf84273d7e4e1bb207b37ffc6c6ce0056e6f0de09d 5,917 1.00/1.00 vMB 24
842,907 842,907 000000000000000000006bfb76991da8758b90b81a455cb379b9116543a77e6e 6,456 1.00/1.00 vMB 23
842,906 842,906 000000000000000000028d31c40aafa3e04725abf53410d369421710dd36dd35 6,309 1.00/1.00 vMB 25
842,905 842,905 00000000000000000000760500b506a2ae2bdba8a9455a74517928a5d80dce20 6,391 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 721.26 GB
    • Received: 18.38 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.