Loading Tool

Explorer IconExplorer

Memory Pool

70,609 transactions
26.66 vMB
0.07237171 BTC
Random Selection Loading Transactions
Max Size: 160.95/200 MB

Candidate Block

Mining Attempt 1cddcb71437ad3968739a748597f0d2f67667fd391b244c6a8ba81274f975fa8
Version 20000000
Previous Block 00000000000000000001b9a43a13d61c36ff197c8d441de04206a35709143d9a
Merkle Root cebe19cd01f47ba603a1a90b79d573cf2aa78c1b52148b1d5d284f2705796b36
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,443
Size: 1.00 vMB
Total Fees: 0.01546875 BTC
Feerates: 150.75 > 1.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,468 (827,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,044 88,044 0000000000198b308b9b6753d342343679e10ff1bd93a4ebe28f663fd67e421d 1 0.00/1.00 vMB 0
88,043 88,043 0000000000009aafe2c8dea04810f633355e076cb21c151da7fdaac6e1084c54 1 0.00/1.00 vMB 0
88,042 88,042 00000000000c8fe6d7843c780ef4b440333c34a3d60e0a949ca45462ff2d8885 3 0.00/1.00 vMB 0
88,041 88,041 000000000009789b69aa524cd614e36371fe21589d5597c5e7d2ad1180916933 2 0.00/1.00 vMB 0
88,040 88,040 00000000001e7ca86831fd347dcf04297354c12f0d7ee4c029e8ad179b1ed839 1 0.00/1.00 vMB 0
88,039 88,039 000000000007d8bcb25fbaae5258e91c00e7e707f126c614efe92fe9474b16f0 2 0.00/1.00 vMB 0
88,038 88,038 000000000016a23b0ceecefbcfc33812c04db12daf8b21d56b8934e42a3baa80 1 0.00/1.00 vMB 0
88,037 88,037 00000000001b93714f532fbbb0541c885f2d448f84cbd715066b55c350c8357f 1 0.00/1.00 vMB 0
88,036 88,036 000000000010ebdf19682dbcbe511612467d8d0fbd2cd398d3eb18a03234bf56 1 0.00/1.00 vMB 0
88,035 88,035 000000000019bf3869130d2d9166e6cabbe041cae33b9c8b45b04703eeccb8cd 2 0.00/1.00 vMB 0
88,034 88,034 000000000006a6188b643fcfae3388cd17a90829f81dd3e55d5cdf59e7c0efe5 1 0.00/1.00 vMB 0
88,033 88,033 000000000005b18d4262c93d375d7b4a1cdc59d0eb19047df00e396bd7a89dd0 1 0.00/1.00 vMB 0
88,032 88,032 00000000001deed566a7600d2b6700e98d643e344e8f6dbde095965eca5ab106 1 0.00/1.00 vMB 0
88,031 88,031 00000000001bcfb1cee0b1ef8440bb11345e5b81f23e96859842f3eef02c432b 2 0.00/1.00 vMB 0
88,030 88,030 00000000001b9d3574da4ae5c4a9b4076bc5ba18bc33415b51771d3b2331fe47 2 0.00/1.00 vMB 0
88,029 88,029 000000000003e39df3c7b4f4a609937889af8c9d5324bd722b34c53f17311125 1 0.00/1.00 vMB 0
88,028 88,028 000000000012a9651594eb07223d44e6f38431bf4a3870bc5c228cc59400bb75 1 0.00/1.00 vMB 0
88,027 88,027 000000000009363ef7cd43f50c97a2c980be1e7f9c10dd1f32d0057b99ce2027 4 0.00/1.00 vMB 0
88,026 88,026 0000000000198b875884fc69cd40685f08713f3559775bf2d768b3823dec04c4 1 0.00/1.00 vMB 0
88,025 88,025 0000000000196b985b4d9a9dfb4332f9c01fc51482f4c700f2376c6357a482d1 1 0.00/1.00 vMB 0
88,024 88,024 0000000000046ced16a6396efb58c5e98ae8e8ff1ab10c8e8ec4841c62d2fbde 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.21 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: 755.42 GB
    • Received: 18.95 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.