Loading Tool

Explorer IconExplorer

Memory Pool

40,706 transactions
28.29 vMB
0.06369664 BTC
Random Selection Loading Transactions
Max Size: 144.45/200 MB

Candidate Block

Mining Attempt 7bed724149ee9352c7fbfc0b7da99065442af2a8f1c8170a875d913be2148508
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 503adf70696737d491dfcdb4d7ebb5ba77cbb3372134f2125713b4c51e4f67ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,004
Size: 1.00 vMB
Total Fees: 0.00918052 BTC
Feerates: 87.72 > 0.92 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (257,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,654 656,654 000000000000000000011969bf02397097a07ab4da4f773c77ca69fb777f7852 899 1.00/1.00 vMB 13
656,653 656,653 000000000000000000090ca4fd70e98bcb82be3eda3f6d65b7e1f39b164887b1 1,676 1.00/1.00 vMB 35
656,652 656,652 0000000000000000000215b6528c759b26f205ab5998add132979962833d1130 2,458 1.00/1.00 vMB 16
656,651 656,651 000000000000000000096b670a2d65d43d703be0bab62a7c0f6bc4de26e68c30 2,914 1.00/1.00 vMB 46
656,650 656,650 0000000000000000000a2c9b3782868b769471ec08ee859fe6bfe9e8356f5713 2,643 1.00/1.00 vMB 76
656,649 656,649 000000000000000000004f27ee678682d2e49009b2eceeea86095a68d0cfc99c 2,315 1.00/1.00 vMB 116
656,648 656,648 0000000000000000000bf93087c7ef959ff8daa84ba799c9a3cc8119238e8189 2,868 1.00/1.00 vMB 176
656,647 656,647 000000000000000000104a2d704c21bc7c4acf73f380bba98fcacb6947aef7a9 1,959 1.00/1.00 vMB 42
656,646 656,646 0000000000000000000b08b5a5b076e905fd305669adfbd5213384777b0c76e4 1,560 1.00/1.00 vMB 27
656,645 656,645 0000000000000000000943ac2b93696abe17a4041c4f8e79f3de6d17993075ec 1,334 1.00/1.00 vMB 37
656,644 656,644 0000000000000000000ee4cc2d08c6e29b8e82a432e56f59ff84d4d764b0ba9b 1,988 1.00/1.00 vMB 79
656,643 656,643 000000000000000000085297f611c1a1386f470de2b1c4c4672bc7e7934cd8b1 2,481 1.00/1.00 vMB 29
656,642 656,642 00000000000000000000b136371f86880cd5c6b0d3ef65a69ed6cb8c26304434 1,942 1.00/1.00 vMB 106
656,641 656,641 000000000000000000104480d6ede8f1a3d6d7f3c413272f1619a9b4a07807a6 2,485 1.00/1.00 vMB 96
656,640 656,640 000000000000000000038b6c6daf92f1ed66f6500aa74b4e7a7b042ac5f24e8c 2,913 1.00/1.00 vMB 52
656,639 656,639 000000000000000000077f8b5a19d19d70a68dac74ed38cba155e8e7fc3be002 2,803 1.00/1.00 vMB 39
656,638 656,638 0000000000000000000ebab38a8bc1878ad9e5b0b78b653ad54be82cf6753472 2,994 1.00/1.00 vMB 74
656,637 656,637 0000000000000000000161bb1f362a560ab56407ce639617b0e98616ad1ec1ec 2,534 1.00/1.00 vMB 100
656,636 656,636 0000000000000000001072115836fa198a03aff6a5dcd5e2ac58ca579dfdbd31 2,698 1.00/1.00 vMB 136
656,635 656,635 00000000000000000000e360f2fe1609b3c8c8d5da8b8563b4a18e1392535c23 2,673 1.00/1.00 vMB 79
656,634 656,634 0000000000000000000fe9d0d9e62a23e5affc34c56c4665086746283184410c 2,362 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 781.74 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: 630.34 GB
    • Received: 12.02 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.