Loading Tool

Explorer IconExplorer

Memory Pool

77,411 transactions
29.08 vMB
0.10077707 BTC
Random Selection Loading Transactions
Max Size: 175.02/200 MB

Candidate Block

Mining Attempt 4697410dcad06e026604421f53df67ae9859aceead2153982e95a2a0893d3c51
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 79916c9331a7d1a6168feaabb1434c775aa7b657a75af04a4db3ebb8eb566f59
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,525
Size: 1.00 vMB
Total Fees: 0.02676525 BTC
Feerates: 453.09 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (215,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,915 699,915 00000000000000000008146cfcdc56e8e00f35943a3b6404e7dc84c198fa2290 2,757 1.00/1.00 vMB 28
699,914 699,914 00000000000000000006859044275a10be1cef133cb104a6f416b46c9e96ee8f 2,527 1.00/1.00 vMB 17
699,913 699,913 0000000000000000000852ceb4a12b05d95b6437e99366609ae49a0801521862 2,865 1.00/1.00 vMB 21
699,912 699,912 0000000000000000000e26de5ba8d6f83c2472555eddc9a381a7554e95405e37 2,903 1.00/1.00 vMB 5
699,911 699,911 00000000000000000004bb5d4aa90bb635c940cfdcf4deae0f256686ef592f17 3,065 1.00/1.00 vMB 7
699,910 699,910 0000000000000000000339e90042bf10f5a11e1ccd81e8f739163140bc0ac7d7 2,254 1.00/1.00 vMB 6
699,909 699,909 0000000000000000000aa13eaefe6d31a97092f4d33001355e0c4cae2e59e287 707 1.00/1.00 vMB 7
699,908 699,908 0000000000000000000b7031eb2bac3710f490647a801f33ee42f426e4be268e 2,484 1.00/1.00 vMB 11
699,907 699,907 00000000000000000005cb6f661ea869e42555730107cc2779cfd336bb8bfa5a 2,339 1.00/1.00 vMB 9
699,906 699,906 00000000000000000007a0cb087424fbe2b0043778b87887c19f09f614c54e43 3,177 1.00/1.00 vMB 22
699,905 699,905 0000000000000000000627591ac28aa202c60d20c83314a7311f662ea4df3bee 2,218 1.00/1.00 vMB 25
699,904 699,904 0000000000000000000590f5557c2ec3d7fd475c6d7609f105fb1461615d9b2b 3,026 1.00/1.00 vMB 8
699,903 699,903 000000000000000000037425844c2c01fa89bcdcdb7d0c1463d900ddebf2aa25 3,061 1.00/1.00 vMB 18
699,902 699,902 0000000000000000000e88d6bfd1e2a8cf0c2e01275085a4f1299d5aec0afea4 3,293 1.00/1.00 vMB 27
699,901 699,901 00000000000000000009f400414f770faa3b604fd6d93892bc0b90b7d6322b8a 2,790 1.00/1.00 vMB 20
699,900 699,900 0000000000000000000143254753d3e50dec757173a0b077561c892a46dda662 2,418 0.76/1.00 vMB 6
699,899 699,899 00000000000000000005c4d5574d420bbbcc97ea92a1dda5b03597899e39a076 2,972 1.00/1.00 vMB 18
699,898 699,898 0000000000000000000a30a909a27813e64ae4732eb98eedb09c476fbbdf8dfe 2,344 0.73/1.00 vMB 11
699,897 699,897 0000000000000000000b74d6055eeb22681e533c111c0baefadb1c8253a969e2 616 0.21/1.00 vMB 11
699,896 699,896 0000000000000000000ecb2dd663be9edeb9a3eed3d901084f0f3ac2413d6735 1,553 0.78/1.00 vMB 8
699,895 699,895 000000000000000000088704c7297ca3f566056655ca4c3abb0d1ccf66b9b583 1,401 0.81/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.