Loading Tool

Explorer IconExplorer

Memory Pool

52,312 transactions
30.41 vMB
0.26771981 BTC
Random Selection Loading Transactions
Max Size: 160.54/200 MB

Candidate Block

Mining Attempt 0ce8f3134343012eff17d2b82579e5756dbc1bf5ce7e90209bbb6949ec1f0a61
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 5390d0ee2ade183c5fe916bfffec442764368c303445ab02b8ae30a351c580e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.08434854 BTC
Feerates: 229.15 > 8.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (353,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,820 560,820 0000000000000000001f3ebe78848fcf13335b2db43c6e7f5b2424a3c467f000 2,286 0.72/1.00 vMB 11
560,819 560,819 0000000000000000001baa0fcf1a2d1f344524ca8bc45feec4e71f386726564e 1,677 0.89/1.00 vMB 6
560,818 560,818 00000000000000000021d7af685cb724935106b7774e13ad439b761b1758a2bb 2,824 1.00/1.00 vMB 15
560,817 560,817 00000000000000000022cea081833a26a9ce5a1d4c49094d5793558179f1a9da 3,164 1.00/1.00 vMB 11
560,816 560,816 00000000000000000019745bffc02622ec1616fbee263722840d0e0e226bb03d 2,681 1.00/1.00 vMB 21
560,815 560,815 0000000000000000002133cc8c3d7bfdc4bf2ee6cc11d3b48aa1b14d54c4678e 2,133 1.00/1.00 vMB 2
560,814 560,814 00000000000000000000e8126f96e2e39427c3afe4fb90912a0fad3a2d9800d0 2,164 1.00/1.00 vMB 6
560,813 560,813 0000000000000000000397153042a6336bfa2e9e12492273c2e05a0f047ff7bd 3,165 1.00/1.00 vMB 14
560,812 560,812 000000000000000000046f62408bab58205bf6add995716d288bd186399de8bd 2,604 1.00/1.00 vMB 17
560,811 560,811 0000000000000000002811b80f9aed65b5344caff5211baefaee0ccbe7e5844d 3,111 1.00/1.00 vMB 17
560,810 560,810 0000000000000000000b1f72ad389005dbf394df9e520440ebb8b1a7d4acb1b7 2,960 1.00/1.00 vMB 20
560,809 560,809 000000000000000000170ac2b748a7420615f191add83803f0b9bd19a98e5b29 3,381 1.00/1.00 vMB 31
560,808 560,808 0000000000000000001cb26db6c348d8885f5f4610a182d4cb6b54851e69a45c 2,886 1.00/1.00 vMB 17
560,807 560,807 00000000000000000028e34346e35dff8b7abd499d6ca4bf33b06d941aafd64f 2,846 1.00/1.00 vMB 26
560,806 560,806 0000000000000000001017dd7f393d820b68828c36d4d5f52a68de864d92d106 2,508 1.00/1.00 vMB 4
560,805 560,805 00000000000000000014225bd14ee18be3b5e8a465041877652405d328531dcc 3,053 1.00/1.00 vMB 24
560,804 560,804 0000000000000000001f668b8a113167f2d5ad8ea4a3e8ed818628a97d7b226d 2,222 1.00/1.00 vMB 21
560,803 560,803 000000000000000000158c03134deff9c9ad148dfecb67ca4ab41643ec06df27 2,760 1.00/1.00 vMB 3
560,802 560,802 000000000000000000234f205dad8ddb9bb15da6df586c3f92ba921e4ffc698d 2,746 1.00/1.00 vMB 9
560,801 560,801 00000000000000000020971cbeaaff398d72c4d34fcff4d8679403e4944e17fc 1,619 1.00/1.00 vMB 8
560,800 560,800 0000000000000000002215000b3331aba4634fc51e0bfe4fcf57793d17b1c501 2,443 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.87 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: 644.20 GB
    • Received: 12.61 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.