Loading Tool

Explorer IconExplorer

Memory Pool

26,093 transactions
26.40 vMB
0.03896035 BTC
Random Selection Loading Transactions
Max Size: 142.80/200 MB

Candidate Block

Mining Attempt 1779d39ca8365b19aaecec48c68121dc411b70689f39cf0ff4b44ee9a6ce4ac0
Version 20000000
Previous Block 000000000000000000019972d48e48dc10e0f0cc67d15cc70b6cb168992cb973
Merkle Root 956f1b6a1338fa56905e2c43672c655c2b4eed19d6d3744214e491e7e625ab5a
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,926
Size: 1.00 vMB
Total Fees: 0.00939707 BTC
Feerates: 150.75 > 0.94 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,032 (263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,769 939,769 000000000000000000014ce446702f403349b27cc76de912e45098ebb760ee6f 3,969 1.00/1.00 vMB 1
939,768 939,768 000000000000000000005b26c3f5e060204d3175e3e5aee9b8cd819e86798e0e 3,446 1.00/1.00 vMB 2
939,767 939,767 000000000000000000016715f3e583dc19f8f420e27f7086d497ad819b474907 3,818 1.00/1.00 vMB 5
939,766 939,766 0000000000000000000108ebfb28b178788a23f331a5f791b3e5d8fcf96ee0a1 3,811 1.00/1.00 vMB 4
939,765 939,765 0000000000000000000053f3daaecdb5f5ecc8f6b6df900fd8f51637d3a02bef 3,713 1.00/1.00 vMB 6
939,764 939,764 00000000000000000000e7d755450a00a4d45e8c0d32929af1b061194e777264 400 1.00/1.00 vMB 0
939,763 939,763 000000000000000000019d31d83297c58c14aa9bc9cbe70f68a31fee894efbf4 3,729 1.00/1.00 vMB 0
939,762 939,762 000000000000000000006f513a0734809a4e8df9140403b44d612b342cbd826f 7,462 1.00/1.00 vMB 0
939,761 939,761 00000000000000000000074fc34cfe39b2949a73b20d303e78f3e90c882e4e9d 1,661 0.51/1.00 vMB 2
939,760 939,760 00000000000000000001c72cabb8ce6b40076bc3a7a9edaaf1cd1b0a1c4ea082 5,485 1.00/1.00 vMB 0
939,759 939,759 00000000000000000001f03f3a3c19e3f3089ea20b05546da506b37c8bb0bfaf 3,755 1.00/1.00 vMB 0
939,758 939,758 00000000000000000000a731f1b9869382359282934913072463cf4eb55c9637 4,913 1.00/1.00 vMB 1
939,757 939,757 000000000000000000005a007d3f4a795176422cf99661ea6c2902766f1bdc84 3,471 1.00/1.00 vMB 2
939,756 939,756 000000000000000000004a12cf0b079d391579c298345917d6068a61040869a7 5,262 1.00/1.00 vMB 0
939,755 939,755 0000000000000000000137e7fd0fc43ee2231e9f20e462dbddbf27c5ebf630cc 256 0.08/1.00 vMB 2
939,754 939,754 0000000000000000000164e7a0e9d7fdf0ddc42c9f78434075bb6ee123f2ced3 3,837 1.00/1.00 vMB 1
939,753 939,753 000000000000000000018eb0a2ab2c571df1a239d64a27273fbde27368d102ba 390 0.32/1.00 vMB 1
939,752 939,752 000000000000000000016e15ab3c6f5a686327d9ea44dbba679f35c5781d2854 3,034 1.00/1.00 vMB 2
939,751 939,751 00000000000000000001ec153a3a98a728e9a26ecfc9e602a6881906a1a0e0cb 3,037 1.00/1.00 vMB 1
939,750 939,750 000000000000000000009d62dd4055f4f5419f22b36a0932f49e76dc78e00d03 4,374 1.00/1.00 vMB 0
939,749 939,749 00000000000000000000b3dd504a0d9742ec713f75a05fc9b67c9e73bb14126f 3,061 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 826.77 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: 4,434.33 GB
    • Received: 239.74 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.