Loading Tool

Explorer IconExplorer

Memory Pool

73,106 transactions
27.05 vMB
0.06072279 BTC
Random Selection Loading Transactions
Max Size: 165.17/200 MB

Candidate Block

Mining Attempt 4f1e2d63daa20494c21a1fc641ef0b2ab92a348d3a4fe33f2bccf4a9d967d330
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 08579f8a829673753b73b69b057430f7c73e5a7a1e08d86c8e3fb38df88295c7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.00346511 BTC
Feerates: 26.12 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (232,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,921 682,921 0000000000000000000d15bbe2faa6bba1cd78bd731505811625373a04851679 2,357 1.00/1.00 vMB 23
682,920 682,920 000000000000000000059073b37bdca3ecd638e2674727e5770e05402f16ee10 2,284 1.00/1.00 vMB 13
682,919 682,919 0000000000000000000717dc348b19854dd30e9ac471fec0f91dc41c50b81758 1,795 1.00/1.00 vMB 40
682,918 682,918 0000000000000000000848d86109850a519c04f85f6d8ca064b72f656fd85c0f 1,980 1.00/1.00 vMB 55
682,917 682,917 00000000000000000007acd88f9388423e8abd443c0a68685ed97a41d95b237b 1,137 1.00/1.00 vMB 73
682,916 682,916 0000000000000000000c2f228bf8212351d5ff4271db2a3b5f3bdaf080da08eb 813 1.00/1.00 vMB 89
682,915 682,915 00000000000000000001799816c8eb4ab60d22cb63f06048fe738ca5d07a3262 2,223 1.00/1.00 vMB 69
682,914 682,914 000000000000000000078a3920a4d6f4b1672d25bb08317e983edd6e3e1f1a71 1,973 1.00/1.00 vMB 44
682,913 682,913 0000000000000000000c92315a3eaa2afcd6f983b80602f52cbf98da043acbfd 2,002 1.00/1.00 vMB 50
682,912 682,912 00000000000000000004e80ea9b75274e541953a09e843dcdb45ad769f45c087 2,378 1.00/1.00 vMB 21
682,911 682,911 00000000000000000002d74590c2af762707822bf7763a74aff6f876c622c5b7 1,522 1.00/1.00 vMB 38
682,910 682,910 0000000000000000000809e4ab54290a402203d6368829c5bde56c840a3f0307 2,765 1.00/1.00 vMB 90
682,909 682,909 0000000000000000000725f9fc16d5003a8d51626172d23f635567d1b891a209 2,205 1.00/1.00 vMB 60
682,908 682,908 0000000000000000000aab5a920b6c2ed0d596df13e1cba96f60e16e042aef54 1,317 1.00/1.00 vMB 39
682,907 682,907 0000000000000000000537f34791099f365e2cd25a2ab67d7f32766937dc2d67 2,361 1.00/1.00 vMB 85
682,906 682,906 000000000000000000034eb29424b789ce1256a76c27b9dfc516ff928999108a 1,823 1.00/1.00 vMB 30
682,905 682,905 0000000000000000000318c5cee3aaf4264805f384ca9c5d1097525aaa738445 1,456 1.00/1.00 vMB 41
682,904 682,904 0000000000000000000991d2eac63fc5820d352a347827d452aae9c5df1e2ad7 2,384 1.00/1.00 vMB 102
682,903 682,903 0000000000000000000d8818fd3fe1e1fe0ae71a4b623d8ac44a900c1f8b3417 651 1.00/1.00 vMB 86
682,902 682,902 00000000000000000000dc0580048253ecc0cf7feab026ed885ec6d01f8b9360 2,010 1.00/1.00 vMB 35
682,901 682,901 000000000000000000024331affcf06bc95f38e32e0cd8466bb1b1a74a62553e 1,343 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.94 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.91 GB
    • Received: 17.62 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.