Loading Tool

Explorer IconExplorer

Memory Pool

83,562 transactions
22.22 vMB
0.05395815 BTC
Random Selection Loading Transactions
Max Size: 151.05/200 MB

Candidate Block

Mining Attempt 8bf72e3aa0efdaab7956bc4d7c95758314e728a22f654848545bad0fc9c4fb39
Version 20000000
Previous Block 00000000000000000000860ac8db753f278bde63063e7757c14c7a52f8a20008
Merkle Root 4e402f615d341b8ee67c53a088521ef32972e4a253a78907b803a6b924d94f25
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,799
Size: 1.00 vMB
Total Fees: 0.00481857 BTC
Feerates: 73.20 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,894 (848,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,755 67,755 0000000003ad86bf2dfad72d92c62ab2c0fdd47cd9eba99e70886db088692405 1 0.00/1.00 vMB 0
67,754 67,754 00000000037d0037fdc4bd68cb970afce920f5aee813df63a1724d94742c2434 1 0.00/1.00 vMB 0
67,753 67,753 00000000005b3365a4f6f5c3c866cadb659fec5124b9a1c8d9b94a1eae2300a6 1 0.00/1.00 vMB 0
67,752 67,752 00000000016f75c7e22b3811acdbbf2407ad1300103f152434038468b202e599 3 0.00/1.00 vMB 0
67,751 67,751 0000000005540d828bc4f1523b53365c3c72d38f2961e4832b18494f4733bfc9 1 0.00/1.00 vMB 0
67,750 67,750 000000000364db1e912abcbce4cb3f2ca82da9b7f95688d54cbbcbaf57e04c58 4 0.00/1.00 vMB 0
67,749 67,749 00000000027c383692667ae56f39eebcec0f64918f6bd4a74ca66a174f3f5cc6 1 0.00/1.00 vMB 0
67,748 67,748 0000000004c4937ee96b8d2fda8dc216fb848c4f9276f64a210b0d5f8d2f845c 1 0.00/1.00 vMB 0
67,747 67,747 000000000532240512e02040d12525b374dacfc112af266dea4c291b2350a581 1 0.00/1.00 vMB 0
67,746 67,746 0000000004bac636f003ee9521560932bcc9bd28e2c0fc90f3e06c022a1e1016 1 0.00/1.00 vMB 0
67,745 67,745 00000000017fc1c871480dcfc5a1d5be0c5cbdf74663b62cf221b680dc162a91 1 0.00/1.00 vMB 0
67,744 67,744 00000000039a0b48e7e7e7b7f53106ba54759d1c5d0c4db60e3a00539f5e971e 1 0.00/1.00 vMB 0
67,743 67,743 00000000054c8998783b3fa846f538ceac3fb5c6027f8fa08533db74d6c43a52 6 0.00/1.00 vMB 0
67,742 67,742 0000000002f0e5d484f013b2150aedeea6058cb49e7788fb696ebd49884a1394 2 0.00/1.00 vMB 0
67,741 67,741 0000000002280e30792c2d0388b30ea0e7db90aafa35bbcf168d152071459696 2 0.00/1.00 vMB 0
67,740 67,740 00000000026c5a6b5a3d62f5b9143fa1b610cf7d8118b08fa75432a7e5b1e28f 1 0.00/1.00 vMB 0
67,739 67,739 00000000053f88781b276cbfe18e3d8e4b450fd39d11c377c26600d61995bf9d 1 0.00/1.00 vMB 0
67,738 67,738 0000000001757dea229be8f51dcb4b7d9185272760b094cf1901f641c60db493 1 0.00/1.00 vMB 0
67,737 67,737 000000000105f4b4873c61e2d5466351d22b39c3d02f15914dd39a399f31b158 2 0.00/1.00 vMB 0
67,736 67,736 00000000006baed7d49bd12a224e0b2b6e2631ad83414d814391799067506beb 2 0.00/1.00 vMB 0
67,735 67,735 0000000003a9420c2b52282d1d4016ffbcefe5ce9c010d93146ca3ac6625f44a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.92 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: 797.10 GB
    • Received: 22.26 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.