Loading Tool

Explorer IconExplorer

Memory Pool

68,555 transactions
26.27 vMB
0.07223145 BTC
Random Selection Loading Transactions
Max Size: 157.51/200 MB

Candidate Block

Mining Attempt 677c0b0bf92abe42b47deed2bb8e78f485cc1f7278d73cbe2a2f73bab2787235
Version 20000000
Previous Block 000000000000000000015d74c9f0e8e6aa6606a788883fefea9a0783db03862f
Merkle Root a88a13c104ac591d68a28144013b35de6f5e20319f1f03ff86c9dd7094128577
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,018
Size: 1.00 vMB
Total Fees: 0.01637861 BTC
Feerates: 146.76 > 1.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,529 (909,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,079 6,079 0000000026e82d8fea49011794df552bc4b65f6680cd4a40d6bded2d6d536dfc 1 0.00/1.00 vMB 0
6,078 6,078 000000005f82b57081a6a238b1a2e69bd87fe93b88048182f99432787bfe069d 1 0.00/1.00 vMB 0
6,077 6,077 0000000021f862f3a534bec45505c23ec4c89d1f038c271e75cfd0e5a87eff33 1 0.00/1.00 vMB 0
6,076 6,076 00000000182a930da4e2ea42375f514fddafb17655874965757fc4f690a3840d 1 0.00/1.00 vMB 0
6,075 6,075 00000000e55bdb23e325d66d095a16c6b803094f0ee7b782b3ccbb8e1477c7e9 1 0.00/1.00 vMB 0
6,074 6,074 0000000074cdfa02e95668af05ee2bbf380b62e1856fdcb587ba4e90962a5b2f 1 0.00/1.00 vMB 0
6,073 6,073 000000008199d6e2f355950fc8f30c1f702d935e2b69ba8a310753ef6683a98b 1 0.00/1.00 vMB 0
6,072 6,072 000000002708518166f28f1f63afd72263ffc035f52a00b083a4985a8514a31e 1 0.00/1.00 vMB 0
6,071 6,071 0000000058b5a8ee24b37587bfb1583a8682601b106eedf07616f996166d64fe 1 0.00/1.00 vMB 0
6,070 6,070 00000000fd8ce4faf105deace49d2e0477771855e02a6ddaa76f6f9f4d1abdd0 1 0.00/1.00 vMB 0
6,069 6,069 00000000dba07cbae5f948ee2d670531c3f588905339444540ce862239ab87a3 1 0.00/1.00 vMB 0
6,068 6,068 00000000856b8e06a61a4ea67d381c8e3481244e84de0a3cbf02f192d2187e2c 1 0.00/1.00 vMB 0
6,067 6,067 000000002028dce804c5982153e420c51d9728fa3738f565ce077f9aab778909 1 0.00/1.00 vMB 0
6,066 6,066 000000009f1bf38b2b8a4a1550cead8c03d56bad56d5045d18f2a99d2e047456 1 0.00/1.00 vMB 0
6,065 6,065 00000000f137a47483f1c254de2d0c17736551b5159aac80b8accd39d632bfee 1 0.00/1.00 vMB 0
6,064 6,064 0000000009596ad08b94e1c59361b94a94dc88f17df2dc0a87e4d1648fc331d9 1 0.00/1.00 vMB 0
6,063 6,063 00000000430e26e7e50e4204e74251e3f1281ca26ecef8ae069ddd354a189574 1 0.00/1.00 vMB 0
6,062 6,062 00000000c865ca2af3981da880155c9614afa4012e19102d97d8cfa45b6158bc 1 0.00/1.00 vMB 0
6,061 6,061 00000000f60fd4df2c29b076d9879f45e1bfd42951034d06498b28a1eab67da2 1 0.00/1.00 vMB 0
6,060 6,060 00000000731b601cea4acf3f15a530eef752e5530849b9a5b565f4aed006df25 1 0.00/1.00 vMB 0
6,059 6,059 000000002ad59146db1a734eadb7e3fdb8dd2250455f82aec47e4a9f704da572 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.31 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: 767.24 GB
    • Received: 19.38 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.