Loading Tool

Explorer IconExplorer

Memory Pool

73,216 transactions
28.21 vMB
0.07220061 BTC
Random Selection Loading Transactions
Max Size: 166.96/200 MB

Candidate Block

Mining Attempt a175ae806136c6b7362e5739f41f81c8fa6e5e550de3ee9a54f648027a376582
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root c745e95d16fb228f17861ef30385e26483d48262eca94aefff0b118e23694df5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,168
Size: 1.00 vMB
Total Fees: 0.01579568 BTC
Feerates: 150.86 > 1.58 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (226,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,837 688,837 0000000000000000000c64279121e055b29f072d90e1a12bae28bfd874717282 1,276 1.00/1.00 vMB 37
688,836 688,836 000000000000000000071c3c27b5c5ba9827906b88df2662dd273dcca1d44c8c 1,123 1.00/1.00 vMB 60
688,835 688,835 00000000000000000009cb7c8edd0d72d1ade37ab402d92b4abce2903d2209b2 1,527 1.00/1.00 vMB 38
688,834 688,834 0000000000000000000687c8104867f44d2e789adae33a8cbe2ccfdc006f43b8 352 1.00/1.00 vMB 17
688,833 688,833 00000000000000000005ea7f73ab1736e80d5874784045c1211095772ec3a1fc 2,133 1.00/1.00 vMB 42
688,832 688,832 000000000000000000074ef991365753d5636a3331e996f636dbcaf84b3076d0 1,751 1.00/1.00 vMB 10
688,831 688,831 00000000000000000009e2949734735285560ee2e7fcc4633b895c110b6eb297 3,211 1.00/1.00 vMB 68
688,830 688,830 00000000000000000006ed3973188b89b5aeaeb316af07a9b0a3934cbfe768ab 2,083 1.00/1.00 vMB 12
688,829 688,829 000000000000000000010a065afd546056e0ce38b2b605a54d218eda2f431e8d 2,145 1.00/1.00 vMB 64
688,828 688,828 00000000000000000002cabb255f8d98ccabfb6d6c055dd2fa0251c0d9f9cec9 1,147 1.00/1.00 vMB 8
688,827 688,827 00000000000000000003f1de716bd3109ccb1c01c4e7d40149dbf4b00584def6 2,392 1.00/1.00 vMB 40
688,826 688,826 0000000000000000000d3600d4d9b568fa10d5a5c80a96518e4bc555fdd87111 2,560 1.00/1.00 vMB 15
688,825 688,825 000000000000000000093a59a2008937541488747d94cdd8ad9bcc5ef8c87847 1,787 1.00/1.00 vMB 64
688,824 688,824 00000000000000000003c289f11a9d1df3772cd4961ca8b4fcb05898e5d855f1 1,596 1.00/1.00 vMB 34
688,823 688,823 00000000000000000006d1cfcac9a7088700f100fb43d02e33b7ed21f00a303c 2,037 1.00/1.00 vMB 33
688,822 688,822 0000000000000000000160b9f4f268ec8b69e252a173721a2f7aada90a64eeb7 2,884 1.00/1.00 vMB 79
688,821 688,821 0000000000000000000ba12702900bd830c9db98f683237c6990ffbfcb074007 1,837 1.00/1.00 vMB 8
688,820 688,820 00000000000000000009df4eea6a02dfbb0d5aa05a3175f78c5525bb65df9ecd 2,510 1.00/1.00 vMB 7
688,819 688,819 0000000000000000000d9cb6950774a6887a74450429d8d6fd4f7bc757c879fe 2,556 1.00/1.00 vMB 16
688,818 688,818 0000000000000000000b0dd335951cd6a0dfd1d9aa21b08c564545cdfb1d6a1d 1,991 1.00/1.00 vMB 49
688,817 688,817 0000000000000000000a0b7d15191dbe238730da3904e7ab8d1cbd3982082252 1,728 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.