Loading Tool

Explorer IconExplorer

Memory Pool

73,590 transactions
27.34 vMB
0.06601096 BTC
Random Selection Loading Transactions
Max Size: 166.67/200 MB

Candidate Block

Mining Attempt 37c38587d6ca8f279845857f43d6aef9ad05e7370e50a3da344a3aafc4a2ad84
Version 20000000
Previous Block 00000000000000000001ab29738110683e5e80031bdba0ae58737553009bbe87
Merkle Root ca1ca17a0a4bc26bf2cdd268875b13b4c808e4c7bb4bb39f9260e5af9f25cfc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.00775186 BTC
Feerates: 89.32 > 0.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,314 (437,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,711 477,711 0000000000000000011da48ab35d87294e3a4997ef20d1739e2e8f1f7b888e1e 1,425 0.84/1.00 vMB 115
477,710 477,710 0000000000000000011b4ffd69bcfc3aeaee49d040496f6b2d3de09fc8cbc02f 658 1.00/1.00 vMB 38
477,709 477,709 000000000000000000be35e1641d46e648740bc7de53703be3e16798bbf010a1 1,840 1.00/1.00 vMB 118
477,708 477,708 0000000000000000004c08bc14365278b538cad23c16acdb5f1825bbfe65adcf 587 1.00/1.00 vMB 14
477,707 477,707 00000000000000000135baffff838a4f20469ecb0d6025124706d77b6f2e7e8b 1,771 1.00/1.00 vMB 88
477,706 477,706 00000000000000000106e1dbe51f9a2464b96d95dc127157720958d6c265a858 1,763 1.00/1.00 vMB 38
477,705 477,705 000000000000000001430861e65222f6cb13d27bac52455d482fc7c490d0916c 2,263 1.00/1.00 vMB 96
477,704 477,704 000000000000000000be5c30c695f3c8b236fcbc051839dc9e6a9fe4e7e29909 1,556 1.00/1.00 vMB 126
477,703 477,703 000000000000000000cad5243e2c77e486a4abdf9009f78619777cfbc0b85f40 2,000 1.00/1.00 vMB 148
477,702 477,702 000000000000000000a8d787d98908fc79fa6b5d96e29df167529076a3c2d4ce 1,772 1.00/1.00 vMB 162
477,701 477,701 000000000000000000662ba5e6d88f2de6abcc9e5cde6d8ccea0d259007dd5f0 1,646 1.00/1.00 vMB 176
477,700 477,700 00000000000000000080568ddcbe7a95b978c29699cbdd8a2ddce1f2cc0fb3c3 2,083 1.00/1.00 vMB 232
477,699 477,699 000000000000000000d7a09aad380741c96cbbdc5b7721d0eff85080f32f4520 1,464 1.00/1.00 vMB 189
477,698 477,698 000000000000000000a31ea2192e0b4461905c15af759b4d03e344c8c0e5d68f 993 1.00/1.00 vMB 68
477,697 477,697 00000000000000000026c6385b375ba71a1f10503274aed605b60deea10ac276 876 1.00/1.00 vMB 53
477,696 477,696 0000000000000000015896775e642ec9e4ff7e382ad4dc449e46ddb829995d76 600 1.00/1.00 vMB 27
477,695 477,695 000000000000000000f92a14e5d4b165a79c9a5bd7099ccf968e86385009a5fe 903 1.00/1.00 vMB 20
477,694 477,694 000000000000000000455ef86a9a0ca0b7b2e9b3e599303110cca7ae3c3f8d58 2,187 1.00/1.00 vMB 51
477,693 477,693 0000000000000000008843744b8ac4eb5d3e3ef6e563d4c584b82128296f0dfb 2,027 1.00/1.00 vMB 127
477,692 477,692 00000000000000000078f234625660bb10a9d6810eb8bc7c94a9654376d4d613 2,214 1.00/1.00 vMB 90
477,691 477,691 000000000000000000de97a566e65c294c22b4d8e61b279a201dc5251f5277e8 1,980 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.94 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: 714.75 GB
    • Received: 17.60 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.