Loading Tool

Explorer IconExplorer

Memory Pool

73,896 transactions
27.41 vMB
0.06834668 BTC
Random Selection Loading Transactions
Max Size: 167.07/200 MB

Candidate Block

Mining Attempt d0e313e5622bd6eac9d7485e17f8e5b2bd34e5f0d16e0f5921d59381f22c91ca
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root fcaecff7e1150b9dc2cbdf2e78bbf0b1eeab5ab660308fd0a958d800d2000f62
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,881
Size: 1.00 vMB
Total Fees: 0.00996294 BTC
Feerates: 101.19 > 1.00 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (509,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,926 405,926 0000000000000000060586b449491751a13c188c2bb8c8be7579685632cd5a68 861 0.99/1.00 vMB 21
405,925 405,925 0000000000000000050eb43322b2906be035581428fdc87ba3917fd7dcffabda 2,482 0.93/1.00 vMB 61
405,924 405,924 00000000000000000327e689281f8519a55631e12920eb7db85d5c9b911d6c8f 2,600 0.93/1.00 vMB 61
405,923 405,923 0000000000000000059eabaf4239ba93f351403fc8d8d34d08e4b94c165612d6 645 0.47/1.00 vMB 25
405,922 405,922 000000000000000002b30d525082108a72b29ce03cd68760f2285a05cfb5c8d2 2,359 1.00/1.00 vMB 41
405,921 405,921 000000000000000005d178eb8917ef888f8579cc9f6be132d29ee3d42f54009f 3,287 1.00/1.00 vMB 74
405,920 405,920 000000000000000004ce1745b8523470e184a8f0aab62f18b8ee6c4730e98ac6 1,271 0.87/1.00 vMB 27
405,919 405,919 000000000000000005e5099378f37fb1a5842e6a6bb0e86e1cf5197ca1fca9a3 2,776 1.00/1.00 vMB 55
405,918 405,918 00000000000000000096dff69295856ad04e9fb083dd3cd4261633116a0ebb41 1,379 1.00/1.00 vMB 25
405,917 405,917 0000000000000000066cad5c7b3ab2e5009c71cf72164aec7230d047bbfd2fbd 2,749 1.00/1.00 vMB 63
405,916 405,916 0000000000000000012c349d67029c88cdca3cda61f538dc52bf9e4194371ef4 1,191 0.67/1.00 vMB 37
405,915 405,915 0000000000000000011be20a3514958443abc9e657d77ae7fbd6c78c3af17067 190 0.20/1.00 vMB 19
405,914 405,914 000000000000000003cf869c370c6a2472ca4642489fae822c6f1896906d83d6 1,037 1.00/1.00 vMB 22
405,913 405,913 0000000000000000046f51c8c25d6fef9e61b5b4f2b8250e9898f4d428037bac 2,795 0.99/1.00 vMB 56
405,912 405,912 0000000000000000053e05f7cef6052e7fe57adfd4e77442cc44e61b6c85ddd8 2,649 1.00/1.00 vMB 53
405,911 405,911 000000000000000003b4d24b275fe95d3aee2b5c4607ced634c7b3289b41c962 2,819 1.00/1.00 vMB 55
405,910 405,910 000000000000000003bed7ac9ec45f1e27979b58032d246b54be8b0f01e13763 461 0.19/1.00 vMB 46
405,909 405,909 000000000000000005240ccfba4c7762e3183ca48752fb1b2a5545b0e917b059 2,158 1.00/1.00 vMB 39
405,908 405,908 0000000000000000002f7d53816225f8c5ea30ba43df9aeafec1197250cdb791 352 0.18/1.00 vMB 35
405,907 405,907 00000000000000000541905287a1a93f8822a8016ca315aee0b427d1b46b60dc 800 0.37/1.00 vMB 43
405,906 405,906 0000000000000000015f5253b646e23f5b50edfb73251c7a254fca73a02ccf5e 433 0.26/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.93 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.62 GB
    • Received: 17.57 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.