Loading Tool

Explorer IconExplorer

Memory Pool

79,097 transactions
29.34 vMB
0.12405523 BTC
Random Selection Loading Transactions
Max Size: 176.68/200 MB

Candidate Block

Mining Attempt af6a954a15b318887de2b6135ec659b29b246ffca87b12c1f55069aa4de6e957
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root b2d33f98589839151a50f6a344f2761d8be69fa4c3861d94e33577cb288a1a4a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,288
Size: 1.00 vMB
Total Fees: 0.04493415 BTC
Feerates: 150.80 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (297,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,591 617,591 0000000000000000000357a7c256ff1e968f470306e2560970b387f77a52ef12 716 0.23/1.00 vMB 18
617,590 617,590 0000000000000000000979bf76a986d1ebe800e1a9afda66daf495cc0cf7ed08 1,594 0.44/1.00 vMB 19
617,589 617,589 0000000000000000000b6b1fff652f9cc0280e09d66019b2d3141d8c707fe23b 1 0.00/1.00 vMB 0
617,588 617,588 0000000000000000000ecba5c90b4527e30417d211e9b77e0b468dfb282c3f14 3,431 1.00/1.00 vMB 20
617,587 617,587 0000000000000000000021ddba66ee8d8d6d72e6dc16c3a6a5c78a5679211cd5 1,755 0.51/1.00 vMB 29
617,586 617,586 0000000000000000000b8fe8c4840eb64d1a1a635b589d2c4e371b1709886900 988 0.25/1.00 vMB 19
617,585 617,585 0000000000000000000fe9a62cd4570739b020ba57102a7b2568edc3854c1556 2,864 0.86/1.00 vMB 20
617,584 617,584 0000000000000000000b70b22a223280b232ffb16996f3974bb190bc9aacb3bf 2,486 1.00/1.00 vMB 17
617,583 617,583 0000000000000000000313c6b120fc1bb33a47c89c8951fd90310fae213a80d1 464 0.16/1.00 vMB 28
617,582 617,582 0000000000000000000874cb4d286b97ccc2b0f46df33e408ebca18dff6613c7 116 0.04/1.00 vMB 21
617,581 617,581 00000000000000000005b2c73b30dc5b53c6e431ccd9e2a9f99620d586643d12 484 0.13/1.00 vMB 8
617,580 617,580 00000000000000000010927a1b75217e71c00ae55548414474e7d72f82afdbc2 2,406 1.00/1.00 vMB 23
617,579 617,579 0000000000000000000a06a5c6bf40ec3606042412b0ecd397ab0b30fd7a68cf 2,952 1.00/1.00 vMB 15
617,578 617,578 00000000000000000005dab47e106950bf38ed9647ca461ff9e9fd79648a0692 2,839 1.00/1.00 vMB 17
617,577 617,577 00000000000000000004a89c19c3c421427946b5728b4724994d602df933c141 975 0.96/1.00 vMB 8
617,576 617,576 0000000000000000000a7187028c13c34b9c49d6073bcf827a601075131461a4 1,721 1.00/1.00 vMB 14
617,575 617,575 0000000000000000000a692a39416d4b08373d9799161849ae9ffcb95de28f4f 2,023 1.00/1.00 vMB 21
617,574 617,574 0000000000000000000bb684d8eaf73e0e9ffa5d350ac8405e3d37d04964a632 3,275 1.00/1.00 vMB 6
617,573 617,573 00000000000000000002176c6744350541faeaadf8c97b49aa11cd59d6414838 2,888 1.00/1.00 vMB 26
617,572 617,572 0000000000000000000ca7d8abcd9cca0e32a1f6f8867e44af47d3c826e36c65 2,395 1.00/1.00 vMB 19
617,571 617,571 00000000000000000001d1c02bab6517afe380e3d3a91df28d53b1d08a074da3 2,614 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.