Loading Tool

Explorer IconExplorer

Memory Pool

32,751 transactions
27.04 vMB
0.10694705 BTC
Random Selection Loading Transactions
Max Size: 135.56/200 MB

Candidate Block

Mining Attempt 76b7da52a8fd9417f570a46ec2cf83326e41a7f3943458df86667d82fffbcc52
Version 20000000
Previous Block 0000000000000000000073ff96478c5584a0477e81e2c2b98ae9f339a9380378
Merkle Root 50d0f771f9af2473ccc938ab251809bf0f2c453357b30b2d544d1de5ef436754
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,826
Size: 1.00 vMB
Total Fees: 0.05251628 BTC
Feerates: 386.83 > 5.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,247 (900,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
13,907 13,907 000000002c9e9b9c75f5c0124115217eb6c0317e4d6d82c46b9634ab1b0e6e02 1 0.00/1.00 vMB 0
13,906 13,906 0000000026d49342bda5a15265dcce7794cd52d0f50a2caaaeb477c44cd61e89 1 0.00/1.00 vMB 0
13,905 13,905 0000000008e3ef184401abda95302fc8b4d52f3ab0c12430d1e7d425f70b55f9 1 0.00/1.00 vMB 0
13,904 13,904 00000000cfa0ebbe34bac59c02bc88ee7e045d96383f263c2885bd11c5cd14a9 1 0.00/1.00 vMB 0
13,903 13,903 00000000d597dbabf67a22fd3e4a4604c975eedd3db06d37418f83c740296832 1 0.00/1.00 vMB 0
13,902 13,902 00000000245075019a467d572c28b5fd5d5fc9b3d3f4496248684d8e158331e6 1 0.00/1.00 vMB 0
13,901 13,901 00000000b37d7a36d0cdbae4bf013ddc4087464d3db14c391fb5a1c3459ae32c 1 0.00/1.00 vMB 0
13,900 13,900 0000000062619c9794c44bd6fbfcdf034adc67076485577a54ee5f285165d2be 1 0.00/1.00 vMB 0
13,899 13,899 0000000097aaee735d59531cb2300239a55f9838a04bc527e1e7de2e9f4f50e5 1 0.00/1.00 vMB 0
13,898 13,898 00000000ad66cc0d6f4381a74fe99dac4efebe51985857deabd75c2411aca232 1 0.00/1.00 vMB 0
13,897 13,897 00000000a2c925f08867154c4f171de18f65e0c17cdb8a461b892e27d0007ccc 1 0.00/1.00 vMB 0
13,896 13,896 0000000026d07862616d5357201492be9690ae10b90b85b86c9733715ed5029b 1 0.00/1.00 vMB 0
13,895 13,895 00000000f87641537c7fb0d40edb290b34bc89f338bb58ed9877a70574169adb 1 0.00/1.00 vMB 0
13,894 13,894 00000000e6857f4803aee30404a3b9833181fae244e5cc96885d52a58ed319e4 1 0.00/1.00 vMB 0
13,893 13,893 00000000262661aa238f779eb6c837bf4e0b7522dcb65dd51e259b12eb41f5d4 1 0.00/1.00 vMB 0
13,892 13,892 0000000091467ee5e322234820c12531a07761813418481a0a126fb42518f0e0 1 0.00/1.00 vMB 0
13,891 13,891 00000000fa632e215ed5bb67721391d094400260995eab6bcd0a27c01351a1cc 1 0.00/1.00 vMB 0
13,890 13,890 00000000edc21ea2b2f68453d0750129e3f815dad3f28c746c700d7d4fa57ab6 1 0.00/1.00 vMB 0
13,889 13,889 00000000b4ec7a38d98af46f6c853a6c2147376453bd29e25034403a9fdcd833 1 0.00/1.00 vMB 0
13,888 13,888 0000000096c758ad0d319df48048963d9026d7aaf24ec7c08a03fa1c612831c7 1 0.00/1.00 vMB 0
13,887 13,887 00000000c876de30a0ddb762a3494d634c49b2cbe64975fa9a3a90bd06c703a6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.03 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: 576.66 GB
    • Received: 8.50 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.