Loading Tool

Explorer IconExplorer

Memory Pool

22,782 transactions
17.60 vMB
0.03712901 BTC
Random Selection Loading Transactions
Max Size: 92.87/200 MB

Candidate Block

Mining Attempt 255722e9261629646e84fd2c1954ec957c3964bc08d5a04cac8f1feb34d7c033
Version 20000000
Previous Block 0000000000000000000045eea255e32675c1c24ce0e21ee0b76b1a54c38e76af
Merkle Root 81744f18406d35f339741e253cb1aff6a2cd5535046189381c37f1a417e7ce82
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,180
Size: 1.00 vMB
Total Fees: 0.01819993 BTC
Feerates: 150.61 > 1.82 > 0.15 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,747 (58,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
883,688 883,688 0000000000000000000257c9503db0b4db56b9d5e3a7169e74c5fe35a538ae71 738 1.00/1.00 vMB 1
883,687 883,687 00000000000000000001429e3eea5ab227431a1eb4ca4c3d8ae19a21c36b2b9d 3,620 1.00/1.00 vMB 3
883,686 883,686 000000000000000000001f9ccc83543b72c1aab1af15b0a63979f1d16b0bdf58 2,328 1.00/1.00 vMB 2
883,685 883,685 0000000000000000000232c721a4dc41079c14edffde7a5958932058d2bb1676 2,195 1.00/1.00 vMB 3
883,684 883,684 0000000000000000000103d01f7022c7b21c9edab3b926a99c14927f6a48dbe0 2,375 1.00/1.00 vMB 1
883,683 883,683 000000000000000000002c2733290d38d2afbd019f6917950a1b0072fe6247bf 3,067 1.00/1.00 vMB 6
883,682 883,682 0000000000000000000083c679a3e08b6b23cdf9d8d036f65e698fb27e9a9d7e 3,527 1.00/1.00 vMB 4
883,681 883,681 00000000000000000000cd7658179677afb4246c448d3d2df25b03fefdf942c2 2,720 1.00/1.00 vMB 3
883,680 883,680 0000000000000000000171bf853c158b0e3e7df84982f6d286ccc1e6a80765fd 4,175 1.00/1.00 vMB 13
883,679 883,679 000000000000000000023fce8e25d338d1aae5c586ef9bb8467c0e6bc734da07 1,740 1.00/1.00 vMB 1
883,678 883,678 0000000000000000000216b5f70850a67edb74810de696961a07ff74b4288e86 2,030 1.00/1.00 vMB 2
883,677 883,677 000000000000000000026f84842cbe1ef9a2bbb2a41507f82c3189effb2aacfe 2,250 1.00/1.00 vMB 3
883,676 883,676 000000000000000000018dd438d9764929b79ac2ac965f0d7a947abff900db87 932 1.00/1.00 vMB 1
883,675 883,675 000000000000000000019622f111fdde319878d6fa5323d3a73a7d1fc7076faa 1,559 1.00/1.00 vMB 1
883,674 883,674 000000000000000000006a233e0872278c74e204c55abeb69fedb4262081bc9e 2,346 1.00/1.00 vMB 2
883,673 883,673 00000000000000000001bc390b0efbf6e9078085f2e4ea770d48eaf312278674 2,715 1.00/1.00 vMB 3
883,672 883,672 000000000000000000026c31efdab5fa759ea5a243136d9b5ca41dd8ddc3821b 3,236 1.00/1.00 vMB 4
883,671 883,671 000000000000000000023b6d9b38d4010e2d436358629a37aa32c3cf410d4bda 3,082 1.00/1.00 vMB 3
883,670 883,670 00000000000000000000085225dab5d97721469879fa91c2e46748d01315fbdd 2,903 1.00/1.00 vMB 4
883,669 883,669 000000000000000000025705522976ad3e201771a345ff6656c26bb0cf1bb430 2,803 1.00/1.00 vMB 2
883,668 883,668 00000000000000000001cda57330ee7226ef20c3cc2bbebf817b1aee926f108f 970 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 829.87 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: 4,670.53 GB
    • Received: 254.30 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.