Loading Tool

Explorer IconExplorer

Memory Pool

61,425 transactions
18.43 vMB
0.04636126 BTC
Random Selection Loading Transactions
Max Size: 118.11/200 MB

Candidate Block

Mining Attempt 852b6ffe778a6da178ffa95541920d512165ffcb6fe793b8617257d28365e3c5
Version 20000000
Previous Block 000000000000000000018c06d8909336eab64d7888477f0aa333fd4f6cfa2ab1
Merkle Root 3060acf6cb916f3696411b24ed6fdafe9b09f5af445cf0d41d26dacc79f5aaa1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,559
Size: 1.00 vMB
Total Fees: 0.00513184 BTC
Feerates: 12.99 > 0.51 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,783 (819,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,020 96,020 0000000000045047e7f5d00053fe2ed8bb6ac7b071546c37396a8c41e9ebb255 1 0.00/1.00 vMB 0
96,019 96,019 0000000000032e2e7ff8ffcad93216ccce7de7b7a1f7aea3ca45bb5e05b2b628 1 0.00/1.00 vMB 0
96,018 96,018 0000000000060c3968f3b83ea8dc7de49ffc04f70d9e934c9167a78a248a70c5 5 0.00/1.00 vMB 0
96,017 96,017 00000000000295c1bc19ace724c527b9e2aed76fe44d2718e8c1566113590c3a 1 0.00/1.00 vMB 0
96,016 96,016 000000000002a580f2ab9bb4bc0490b8faf71c38845e5fc9297ca9cb46346d08 1 0.00/1.00 vMB 0
96,015 96,015 0000000000053fd48339cf12ed65555416df203b199c97e774b5b25b975b3e03 1 0.00/1.00 vMB 0
96,014 96,014 0000000000051ac6afe82d7e05324665e1fb6ae87ed7245513f472d08bc6d1c4 4 0.00/1.00 vMB 0
96,013 96,013 0000000000053a411e6a2f30bfccff887d11b4ce161eea84d4ddd4ac94b47b5c 2 0.00/1.00 vMB 0
96,012 96,012 0000000000036d43d7095654dd7383d3f98d77b1e8c9a3c4c0231825f349a81a 10 0.00/1.00 vMB 0
96,011 96,011 000000000007d6b96f78c71805541861e81618045b9818826def44a2870ca9e4 1 0.00/1.00 vMB 0
96,010 96,010 000000000006b4c5f8403f59bf9035478642e87852a12e3c0238653a3dab597d 1 0.00/1.00 vMB 0
96,009 96,009 000000000006fc2d07d0e8584bb077fa863f18eee17f01ec4f5c3552c2e16674 1 0.00/1.00 vMB 0
96,008 96,008 000000000002a7262e6bab9d3783d66dd180f58c4663e3f611398973105806e9 1 0.00/1.00 vMB 0
96,007 96,007 000000000004a3304b2b8af688e47f5851768da93013adc7dbd37e414b7d31b5 1 0.00/1.00 vMB 0
96,006 96,006 00000000000603f0a668715fabce1cdbf782842f03b9bde36e19651884342566 1 0.00/1.00 vMB 0
96,005 96,005 0000000000000e038ae0f042168bb9390f1a449afe9caade9d5afe720ed9ed1e 1 0.00/1.00 vMB 0
96,004 96,004 000000000000110f4b50e7edd8cdc9f4bdf86b98620832d1b1251635cd2e611c 1 0.00/1.00 vMB 0
96,003 96,003 000000000001e900c4287eb1730b1ebe9a1c0fdc70581be17b0293b2d646a575 1 0.00/1.00 vMB 0
96,002 96,002 000000000004e567471d40f45186ae716036ed0bb9efe42ee55215bd3117d190 1 0.00/1.00 vMB 0
96,001 96,001 000000000007b4e174a5dd07f1a785a5d0a52faaffd9d610ff65f64270ea7674 3 0.00/1.00 vMB 0
96,000 96,000 000000000002c86b568cdd2d0f4b0430cccf42bcde3361f63a32e23b5d839e99 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 783.61 GB
    • Received: 21.43 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.