Loading Tool

Explorer IconExplorer

Memory Pool

78,685 transactions
29.85 vMB
0.07565081 BTC
Random Selection Loading Transactions
Max Size: 182.32/200 MB

Candidate Block

Mining Attempt 7bd3e5f96a03fbaea56afe52b0d481f94aacbde58fe060f133b0963757afc847
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 6436e5a186d385e02e7f96277c2b83e0d60f48222e8ea3b0e18b9f3c6f8e46de
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,906
Size: 1.00 vMB
Total Fees: 0.00948983 BTC
Feerates: 150.58 > 0.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (130,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,774 784,774 00000000000000000005c655c9ebdfab7a96807bbc34b56bd36a7981ebcc3b21 3,143 1.00/1.00 vMB 20
784,773 784,773 0000000000000000000200f5d4182d285b51d9ed523c3611f7f72a032871ae8a 1,629 1.00/1.00 vMB 4
784,772 784,772 000000000000000000025af34f61e9945f2f30e658e61b8e70c8b29b6cec7910 2,673 1.00/1.00 vMB 14
784,771 784,771 000000000000000000034ea0a38151dbafd12681218544333327c78503966e00 2,769 1.00/1.00 vMB 8
784,770 784,770 00000000000000000000274a5470565916259850658f586d68950887cca7d7d2 2,282 1.00/1.00 vMB 9
784,769 784,769 000000000000000000036801c1f49b4afebee7d795f6bbed3f83e76dcabcc20d 2,912 1.00/1.00 vMB 15
784,768 784,768 00000000000000000001d38b12591a2065bbabef707ed78097868de427eef146 2,953 1.00/1.00 vMB 14
784,767 784,767 000000000000000000008d58f722d9b7c09e6beb5eaffe71c3d5cd4a3a00d7d0 3,201 1.00/1.00 vMB 26
784,766 784,766 00000000000000000005cdcb26d73ff5d3b543a93da58e87e9a562b0593371db 1,540 1.00/1.00 vMB 17
784,765 784,765 00000000000000000004ca24710f6d6cd02e07c025838faab42d9eaf97eba07b 3,315 1.00/1.00 vMB 23
784,764 784,764 000000000000000000019158616dd38f05a7217c3fbac5cc84f7f12be9eb0df8 2,553 1.00/1.00 vMB 15
784,763 784,763 00000000000000000004643abe2e4805ee95b6dec94249afdf2c2174442134b5 3,026 1.00/1.00 vMB 19
784,762 784,762 0000000000000000000525e2ebeed2a700f682904a107a76884d045c0ac4db64 2,520 1.00/1.00 vMB 12
784,761 784,761 00000000000000000001de70dcf58f0fb76e793ca162c9f5818b64043008688a 999 1.00/1.00 vMB 5
784,760 784,760 00000000000000000003d0f285e6069ddd23824f99d1d454ce5627fa63d4f2a2 2,825 1.00/1.00 vMB 18
784,759 784,759 00000000000000000000d3c7478a0eea7cfe18f22b23af8b41081acc768a5a31 1,285 1.00/1.00 vMB 3
784,758 784,758 0000000000000000000117ed535601e5437f89525257a87a7e30e4e77d390551 1 0.00/1.00 vMB 0
784,757 784,757 00000000000000000001b925b315263b265f6097a6a5808ad5839e21ecd7c3a7 1,383 1.00/1.00 vMB 7
784,756 784,756 0000000000000000000454ddfc746211749fece5dbd1e492a89de1fc2a8f94a7 3,022 1.00/1.00 vMB 15
784,755 784,755 00000000000000000002f5b5918c82d69d44183c511ab915f25992a9698475c9 2,299 1.00/1.00 vMB 25
784,754 784,754 00000000000000000001308834524989b8887c932bd3d9638831da7d538b9452 1,626 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.