Loading Tool

Explorer IconExplorer

Memory Pool

84,641 transactions
32.75 vMB
0.08313984 BTC
Random Selection Loading Transactions
Max Size: 194.07/200 MB

Candidate Block

Mining Attempt 6184853721e6a3b118de239c3809b0dd9c2121ec80044a81e832e9d0302b16bd
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 1b794ce0d58f2bae8e28f10a864ba0acc727538066f5552830b858eed8ed6d6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,361
Size: 1.00 vMB
Total Fees: 0.01824357 BTC
Feerates: 120.64 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (831,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,184 83,184 00000000001b7d7902f3d4a59e8aa059632723905774b9832dc231e8e0c34064 7 0.00/1.00 vMB 0
83,183 83,183 000000000018ba45b7b5efdd14097de5d5ba908ce7020687332841f4cc0c3f59 9 0.00/1.00 vMB 0
83,182 83,182 00000000002babfb8ea25045acfaa4eedc64842943fc579378a7433c49c42028 3 0.00/1.00 vMB 0
83,181 83,181 0000000000071627b5e27c16ba5f3005749ccde85fafd6f9f04cde4208c7c9d9 5 0.00/1.00 vMB 0
83,180 83,180 00000000000669babf9e3ff0437741a0d25f67d5d396b4ffeca94f383a26785b 19 0.00/1.00 vMB 173
83,179 83,179 00000000002563c7e5e6652e8b64f3ac879d23e726303df12782c6fa6d71c35b 2 0.00/1.00 vMB 0
83,178 83,178 00000000001c6a6b3b610843fab2822ab701d3d06d1bb2a41596d930bb735a9e 9 0.00/1.00 vMB 0
83,177 83,177 000000000004a9255bf3acbc55044c9af7404d98986f6eb08df9050423d7454d 8 0.00/1.00 vMB 0
83,176 83,176 000000000025e17fde76c0f11d56543f42f7f56dc3bd4077331c0c120e08a8c8 3 0.00/1.00 vMB 0
83,175 83,175 0000000000236e4cd7fd55d9ee98bd61f0b52384cc475f1ad8c7bd539b4e9b67 6 0.00/1.00 vMB 0
83,174 83,174 000000000024a53ea202d0e4c7b44f48e480c01a63d0365221ce3034701b57b0 1 0.00/1.00 vMB 0
83,173 83,173 0000000000035a70e0af74c55427a2a39bd59f3e4b2aaab01de08ddae7fdd98e 14 0.00/1.00 vMB 0
83,172 83,172 00000000000e4072079e491058be90e2b9b26ceceedc815014a98e0a16acb570 12 0.01/1.00 vMB 0
83,171 83,171 00000000002a4b583215d1a3b6a9f19659e3a7d4cef00f89de2ecf4ef59eb8c9 2 0.00/1.00 vMB 0
83,170 83,170 000000000012689b45487397add51609df518cbec2fd12343b76cb2bfdd7bcbb 1 0.00/1.00 vMB 0
83,169 83,169 00000000000e0c30204fac9040dbd5da5765cd598713b0036161d269cd26d6eb 4 0.00/1.00 vMB 0
83,168 83,168 000000000016ba3e90a2a9dbeccfd0518df29fe1c78af4f2c0df1e7321d53764 3 0.00/1.00 vMB 0
83,167 83,167 00000000000737edb24441c852e96af78c22021e15498ed2b1c95b723cfddc30 26 0.01/1.00 vMB 0
83,166 83,166 00000000000c0dd3d1edc189a199dcf10859b7c2aac1d2df42e89c1afa7d96e9 6 0.00/1.00 vMB 0
83,165 83,165 00000000001e383849e7a247f6569ad7dc9b35bd13e9bb94efcca1d473054035 1 0.00/1.00 vMB 0
83,164 83,164 000000000008c0b0b94d9690595f0f1a41933cc7ac00238f324b984f63085755 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.