Loading Tool

Explorer IconExplorer

Memory Pool

56,003 transactions
32.65 vMB
0.17400524 BTC
Random Selection Loading Transactions
Max Size: 174.72/200 MB

Candidate Block

Mining Attempt 6ab88459109fdc7ba9696428baa892e46ac134a85471472c8f5e8a2a6e25baaa
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 0e837ce5043ea430bab92498458407155b50b23517f5daa0eb3e02a069f87df0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,665
Size: 1.00 vMB
Total Fees: 0.06054163 BTC
Feerates: 301.66 > 6.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (901,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
13,648 13,648 0000000017ce129ba8c578b8921627201c6ab68cf6f9ee3b106d69a1865304ee 1 0.00/1.00 vMB 0
13,647 13,647 00000000d1055ea83c1784e009045439475b44add5a644ca72be014ed2197c76 1 0.00/1.00 vMB 0
13,646 13,646 000000008bcac3b98168ab215e9ba2ad4ed834dd1cad6a2c1f5888b3f6bfdae2 1 0.00/1.00 vMB 0
13,645 13,645 00000000398d72c00cd18c4878f3ebbf7902aa5b8e217cb8d30a2c31d70550d4 1 0.00/1.00 vMB 0
13,644 13,644 00000000ad1998e265014682217a18be3e3a7988aac5ee7f4c3407f948a19b3f 1 0.00/1.00 vMB 0
13,643 13,643 000000006ccf23ee21dc5455b5e4c71d93186358697961e99ac7e78baebe3ad4 1 0.00/1.00 vMB 0
13,642 13,642 00000000937732bad4cdfbe2f3a76fc5d8331b502da3319cba1bded7a57352cf 1 0.00/1.00 vMB 0
13,641 13,641 00000000e046df1fe4e44751d3f1bc7fe1b5ca87ef497274963489e96073906d 1 0.00/1.00 vMB 0
13,640 13,640 000000005c7457c6eddaa41ace457fcd09338fcff653f1a60e79ca48c1f0cb8b 1 0.00/1.00 vMB 0
13,639 13,639 000000002accb47e7b6c1a2ac0fd5a6b1ae1bcdcff5e196ce7444a87ecbe086e 1 0.00/1.00 vMB 0
13,638 13,638 00000000e2f38849f4ff82b1d4804acd4b71021c2607ad9f7d6d555290cfc288 1 0.00/1.00 vMB 0
13,637 13,637 00000000df089edf7b842ee7a8781bd6b9bf6321669c2def522c40955699bc7a 1 0.00/1.00 vMB 0
13,636 13,636 000000006b6810ea2b71871065c31f0939c61bc73ca19e609de24a4df0b2c763 1 0.00/1.00 vMB 0
13,635 13,635 000000009f9639803e3a9424f210004c25c2c2e6a85836c2902e5e9cae80ce66 1 0.00/1.00 vMB 0
13,634 13,634 00000000aa4cfeba870f71824c7e2940e7613aab2be6e002f0720bf0f389ee7f 1 0.00/1.00 vMB 0
13,633 13,633 000000009fd715337fc83f6eec594d33e99e2685a7afcd886d2545b4dd9ab228 1 0.00/1.00 vMB 0
13,632 13,632 000000004a27abad630e162d393e883040514fca586af0e82052768a97659c9b 1 0.00/1.00 vMB 0
13,631 13,631 00000000c4de1ccad0fe2fbc227680c195585ff92968a6bdc9eb965ed6bfbf6e 1 0.00/1.00 vMB 0
13,630 13,630 00000000505478c5ad3530e9a3212ca737cf10bd0d4958514760b9b63bbff126 1 0.00/1.00 vMB 0
13,629 13,629 0000000057b9d164d2eb4294854d8f9b7c3dff261eab51592799ef73995ce6fd 1 0.00/1.00 vMB 0
13,628 13,628 000000007f85b699d212efe587780f292a6ba7e7d1abbc9f39692235a50e8a58 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.07 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: 651.27 GB
    • Received: 13.52 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.