Loading Tool

Explorer IconExplorer

Memory Pool

39,770 transactions
27.67 vMB
0.06906042 BTC
Random Selection Loading Transactions
Max Size: 141.52/200 MB

Candidate Block

Mining Attempt 01d8b10184e2c1d04d7706299c22c86daab94155ae5a9eb8c4bffd518f2bb870
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 791e9280bb4a3bb09307fbcf0cec274700edc3bd31dee0f83633c64343d5730e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,500
Size: 1.00 vMB
Total Fees: 0.01621714 BTC
Feerates: 100.95 > 1.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (325,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,961 588,961 000000000000000000119e564f51e160044334e8bfb174390388e948bb18355f 2,326 1.00/1.00 vMB 10
588,960 588,960 0000000000000000000ebc2835642607df85e8d905a7e8ba59e77ad45e1d2d75 2,612 1.00/1.00 vMB 31
588,959 588,959 0000000000000000000d9c46a4336179f26b775c3f8f106cb3bdc9969a973a4e 2,827 1.00/1.00 vMB 39
588,958 588,958 00000000000000000007ceed211adb94db33f95021e612e8dfa61440e6f47960 2,681 1.00/1.00 vMB 27
588,957 588,957 00000000000000000002423c232ec55f36f097b905c9305ae23f7fd51e387986 1,466 0.45/1.00 vMB 19
588,956 588,956 00000000000000000004268662fc759a104cfc1b1ecca9805ff0614c34debbcb 874 0.34/1.00 vMB 25
588,955 588,955 00000000000000000007fe0d820f686dce2f4b03c8beacf1879bbf30b1242d28 2,702 0.96/1.00 vMB 17
588,954 588,954 0000000000000000000d4c73928cf2b765274d22383475e7ddf978223db37c49 2,597 1.00/1.00 vMB 18
588,953 588,953 0000000000000000000b59632ccff73de9268d01df06f50dfcf92ca0b285063d 2,981 1.00/1.00 vMB 34
588,952 588,952 0000000000000000000e6c2d1b26831c52dcecaa1dcf7fff8d86a39088c810d2 3,058 1.00/1.00 vMB 29
588,951 588,951 0000000000000000001a5d75821c2a34264b1bc0638b6dfd2cf49c4e3314ffd2 1,670 0.74/1.00 vMB 25
588,950 588,950 0000000000000000000268e92ca3bec320c0ced3aaa2c490e7721e87651672d8 1,567 0.65/1.00 vMB 27
588,949 588,949 00000000000000000005580f4a19c782f4e6f7271483815d6ca27d59e4751732 1,341 0.44/1.00 vMB 22
588,948 588,948 000000000000000000023bcdda50eb4b5ee70730867d6dcb0e9bf1b8f3682445 985 0.64/1.00 vMB 11
588,947 588,947 000000000000000000016e4fb7cf9ea8a59fbeff8c598e0c7d4840e6d8ca3d41 760 1.00/1.00 vMB 4
588,946 588,946 0000000000000000001413bc96fefef0582e3341db004a0ff95c390588dd57c2 2,298 1.00/1.00 vMB 3
588,945 588,945 0000000000000000001807fb9a6e8afe148e583abeee4597bf19b9651a2335d6 3,254 1.00/1.00 vMB 47
588,944 588,944 0000000000000000001be255f513d686d195ebf0f83c400393e5d3d11e9a320e 3,111 1.00/1.00 vMB 34
588,943 588,943 00000000000000000017db20ea351d2d0e425fbc2f736b0b8f890685bfa9fc00 2,389 1.00/1.00 vMB 11
588,942 588,942 00000000000000000008208c98e373a2db054246d407cdff1377602f0acc51a3 2,944 1.00/1.00 vMB 33
588,941 588,941 000000000000000000051c28e6ec6e1b7b30920d3b2927c6f6020d772485a0dc 2,667 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.76 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: 632.30 GB
    • Received: 12.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.